You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix client for HTTPS endpoints with Python 3.12 (#1454)
* Fix client for HTTPS endpoints for python 3.12
* Use only `DEFAULT_SSL_CONTEXT_OPTIONS` to prevent `CRIME` attacks
* lint fix
* install certifi types
* pre commit
* Avoid using dep options for >=3.10
* More tests
* Fix lint issues
* Use `3.12` by default everywhere
* Skip `grout -h` test on windows
* Add http only test
* Rollback to python versions, 3.12 causes doc/lint failures
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Keep proxy.py benchmarking on so that users dont run into surprises
* Install certifi
* No need of certifi
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments