Colin-b / httpx_auth

Authentication classes to be used with httpx
MIT License
114 stars 26 forks source link

Relax or update httpx dependency version. #86

Closed suspiciousRaccoon closed 6 months ago

suspiciousRaccoon commented 6 months ago

If you want to install httpx_auth with the current version of httpx (0.27) with poetry you get this error:

Using version ^0.21.0 for httpx-auth

Updating dependencies

Resolving dependencies... (0.2s)
Because no versions of httpx-auth match >0.21.0,<0.22.0
 and httpx-auth (0.21.0) depends on httpx (==0.26.*), httpx-auth (>=0.21.0,<0.22.0) requires httpx (==0.26.*).
So, because http-scripts depends on both httpx (^0.27.0) and httpx-auth (^0.21.0), version solving failed.
Colin-b commented 6 months ago

httpx-auth 0.22.0 is now available on pypi with support for httpx 0.27.*.