Skip to content

Commit 4565838

Browse files
Update trio dependency... (#903)
1 parent fbbd909 commit 4565838

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
## Unreleased
88

99
- Handle `EndOfStream` exception for anyio backend. (#899)
10+
- Allow trio `0.25.*` series in package dependancies. (#903)
1011

1112
## 1.0.4 (February 21st, 2024)
1213

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ socks = [
4141
"socksio==1.*",
4242
]
4343
trio = [
44-
"trio>=0.22.0,<0.25.0",
44+
"trio>=0.22.0,<0.26.0",
4545
]
4646
asyncio = [
4747
"anyio>=4.0,<5.0",

0 commit comments

Comments
 (0)