jakekaplan
jakekaplan
I am pretty certain this has been fixed already, could someone confirm the existing implementation satisfies this issue? https://github.com/PrefectHQ/prefect/blob/main/src/prefect/filesystems.py#L514-L517
Is this pr possible to merge sometime soon? Coming here from this thread: https://github.com/MagicStack/asyncpg/issues/978
Hey, it's really difficult to say what is going on without a reproduction. ~~Can you try pinning `h2 < 4.0.0` and see if that helps? It looks like they released...
I unfortunately clicked on the wrong h2 repo and gave you some bad info, my apologies! Prefect still has anyio
Not a new issue for sure, but possibly related: https://github.com/encode/httpcore/issues/808
Hi @bnewman-tech sorry to hear you're still seeing the issue. The issue I linked above (https://github.com/encode/httpcore/issues/808) that I believe to be the cause seems to have been fixed ~5 days...
Hi @not-Karot thanks for filing this. Can you give some more information about what you're running? Which image specifically etc.?
Hi @sibbiii, thanks for the well written issue and investigation. I can reproduce the behavior with your MRE. I think it is unlikely that the references are maintained as part...
We might solve this by ignoring prefect source in general. I think you get this same issue when trying to run `prefect deploy` inside of the cloned prefect repo
~~hey, copying this from an earlier comment on the issue but you're hitting a rate limit between your aws and docker. See below for a couple of solutions:~~ ~~> So...