Colin-b / httpx_auth

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

Add support for httpx>=0.23.0 & python >=3.8, <=3.12 #66

Closed foarsitter closed 10 months ago

foarsitter commented 10 months ago

Thanks for bringing this project!

I should be awesome to support a wider range of versions of Python and httpx. In my opinion the version constraints are to restrictive. The same applies to pytest_httpx. If pytest_httpx loses its version constraints we can get Python 3.8 succeeding for all versions.

See here for the outcome of the actions pipeline: https://github.com/foarsitter/httpx_auth/actions/runs/6677590996

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Colin-b commented 10 months ago

Hello, the decision made on this project is to pin the "minor" version of httpx to the latest one until 1.X is out.

Python 3.8 support will not be added back.

However contribution to add 3.12 to pipeline and supported versions is welcome :)

Thanks again