Zanie Blue
Zanie Blue
You can track removal of the upper pin from httpcore in https://github.com/encode/httpcore/issues/509 and support for h11 0.13+ in https://github.com/encode/httpcore/pull/579
Note this not only fixes the type hint for `show_default` but also adds callable support to `show_default` which is not just a type hint change. Just want to clarify since...
This conflicts with the refactor of defaults for `rich_utils`. Unfortunately it does not appear straight-forward to reincorporate this improvement. Given that I haven't gotten a response yet, I won't attempt...
This would be really helpful for me as well! We're merging multiple configs (i.e. a default one and a user provided one) and it's not always feasible to create the...
Can a maintainer determine if this is open for contribution and suggest the best way to add such metadata?
I believe we are also seeing this in a relatively busy HTTP2 client in https://github.com/PrefectHQ/prefect/issues/7442 — happy to investigate contributing a fix but I'm not sure how this should be...
I've looked at fixing this and it seems like it'd be a lot of work. I'm very hesitant to dig into it without guidance from maintainers. It seems this is...
Looks like this is resolved; we'll track rerunning tasks when cached results are missing in https://github.com/PrefectHQ/prefect/issues/8637 for now
@Eronarn thanks for commenting with your thoughts! Note this issue is for v1 — there's work in progress for limiting concurrency per agent in v2 at #7361. Regarding some of...
We will not be implementing this in v1, but there are several patches that implement this in v1 and it's not hard to run your own agent with the extensions....