pythongssapi / httpx-gssapi

A GSSAPI authentication handler for Python's HTTPX
Other
12 stars 3 forks source link

Compatibility with httpx==0.25.0 #33

Closed JacobHenner closed 1 year ago

JacobHenner commented 1 year ago

httpx==0.25.0 was released on 2023-09-11.

httpx-gssapi is marked as compatible with httpx>=0.16,<0.25, which excludes 0.25.0:

https://github.com/pythongssapi/httpx-gssapi/blob/69d14ba62181b538b24e05f25f403f5d2d9c8860/setup.cfg#L28

aiudirog commented 1 year ago

Thanks for the reminder again! I've released v0.2.1 to take care of this. I'll try and stay on top of the next release, which will hopefully be the last before 1.0 where I can loosen the requirements.

JacobHenner commented 1 year ago

Thank you!