We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trio
1 parent 17409bb commit 0804ea6Copy full SHA for 0804ea6
CHANGELOG.md
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## Unreleased
8
9
+- Relax `trio` dependency pinning. (#956)
10
- Handle `trio` raising `NotImplementedError` on unsupported platforms. (#955)
11
- Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. (#918)
12
pyproject.toml
@@ -41,7 +41,7 @@ socks = [
41
"socksio==1.*",
42
]
43
trio = [
44
- "trio>=0.22.0,<0.26.0",
+ "trio>=0.22.0,<1.0",
45
46
asyncio = [
47
"anyio>=4.0,<5.0",
0 commit comments