Colin-b / httpx_auth

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

Upgrade to httpx==0.23.* #52

Closed joseph-wortmann closed 2 years ago

joseph-wortmann commented 2 years ago

and required upgrade to pytest_http==0.21.*

Closes #51

sonarcloud[bot] commented 2 years 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
0.0% 0.0% Duplication

joseph-wortmann commented 2 years ago

@Colin-b Very nice package. I am using it in one of my libraries to prepare IAM authenticated requests to an AWS Lambda function with a function url. Works like a charm.

However, httpx < 0.23.0 inclusion causes flagging for security concerns. Which translate into my concerns b/c my library is used in secure environments. Anything that you can do to get this pulled and a new release cut would be great.

As an aside, I am a pretty heavy Cognito user and may contribute a CognitoAuth class to this package in the near future.

-Joe

Colin-b commented 2 years ago

Thanks @joseph-wortmann , looking forward to your contribution :)