We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbd909 commit 4565838Copy full SHA for 4565838
CHANGELOG.md
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
## Unreleased
8
9
- Handle `EndOfStream` exception for anyio backend. (#899)
10
+- Allow trio `0.25.*` series in package dependancies. (#903)
11
12
## 1.0.4 (February 21st, 2024)
13
pyproject.toml
@@ -41,7 +41,7 @@ socks = [
41
"socksio==1.*",
42
]
43
trio = [
44
- "trio>=0.22.0,<0.25.0",
+ "trio>=0.22.0,<0.26.0",
45
46
asyncio = [
47
"anyio>=4.0,<5.0",
0 commit comments