Skip to content

Commit

Permalink
Update trio dependency... (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Mar 27, 2024
1 parent fbbd909 commit 4565838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased

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

## 1.0.4 (February 21st, 2024)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ socks = [
"socksio==1.*",
]
trio = [
"trio>=0.22.0,<0.25.0",
"trio>=0.22.0,<0.26.0",
]
asyncio = [
"anyio>=4.0,<5.0",
Expand Down

0 comments on commit 4565838

Please sign in to comment.