0.35.0
What's Changed
- Permit
urllib3.Timeout
instances for defining timeout values.
This way, bothconnect
andread
socket timeout settings can be
configured. The unit is seconds. - Internal: Use
verlib2.Version
for comparing versions. - CI: Add support for Python 3.12.
Full Changelog: 0.34.0...0.35.0