Use the pydantic maintained fork of httpx, httpx2
#1455
s-sajid-ali
started this conversation in
General
Replies: 1 comment
-
|
Yeah, I saw that and figured I'd wait until it got traction/adoption before swapping. I assume most people won't want both httpx and httpx2 in their dependencies. We could make it a generator option or use optional deps if the ecosystem is split. @johnthagen I'd love your input since you seem to generally know what's going on in the world of Python packages |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
httpxhas not had a release since Dec 24. PydanticAI has taken stewardship of the project by forking it ashttpx2(with recent releases containing bug fixes and support for python 3.14): https://github.com/pydantic/httpx2It should be a straightforward process to replace
httpxin the templates withhttpx2. Please let me know if this is acceptable and thanks for making this great tool!Beta Was this translation helpful? Give feedback.
All reactions