⬆ ️ Bump httpcore from 1.0.2 to 1.0.7
Bumps httpcore from 1.0.2 to 1.0.7.
Release notes
Sourced from httpcore's releases.
Version 1.0.7 (November 15th, 2024)
- Support
proxy=…
configuration onConnectionPool()
. (#974)Version 1.0.6 (October 1st, 2024)
- Relax
trio
dependency pinning. (#956)- Handle
trio
raisingNotImplementedError
on unsupported platforms. (#955)- Handle mapping
ssl.SSLError
tohttpcore.ConnectError
. (#918)Version 1.0.5
1.0.5 (March 27th, 2024)
- Handle
EndOfStream
for anyio backend. (encode/httpcore#899)- Allow trio
0.25.*
series in package dependancies. (encode/httpcore#903)Version 1.0.4
1.0.4 (February 21st, 2024)
- Add
target
request extension. (#888)- Fix support for connection
Upgrade
andCONNECT
when some data in the stream has been read. (#882)Version 1.0.3
1.0.3 (February 13th, 2024)
Changelog
Sourced from httpcore's changelog.
Version 1.0.7 (November 15th, 2024)
- Support
proxy=…
configuration onConnectionPool()
. (#974)Version 1.0.6 (October 1st, 2024)
- Relax
trio
dependency pinning. (#956)- Handle
trio
raisingNotImplementedError
on unsupported platforms. (#955)- Handle mapping
ssl.SSLError
tohttpcore.ConnectError
. (#918)1.0.5 (March 27th, 2024)
- Handle
EndOfStream
exception for anyio backend. (#899)- Allow trio
0.25.*
series in package dependancies. (#903)1.0.4 (February 21st, 2024)
- Add
target
request extension. (#888)- Fix support for connection
Upgrade
andCONNECT
when some data in the stream has been read. (#882)1.0.3 (February 13th, 2024)
Commits
-
a173552
Version 1.0.7 (#977) -
13e281d
Add proxy configuration to ConnectionPool. (#974) -
0bfcee4
default port for the socks5h scheme (#972) -
4e0a17c
Consistent import style (#970) -
127505b
Use new typing style (#963) -
4ee1ca2
Version 1.0.6 (#957) -
0804ea6
Relaxtrio
dependency pin. (#956) -
17409bb
Handletrio
raisingNotImplementedError
on unsupported platforms. (#955) -
4aac649
Add pragma: nocover -
ba3f942
Bump aiohttp from 3.9.5 to 3.10.2 (#942) - Additional commits viewable in compare view