Skip to content

Commit

Permalink
Relax trio dependency pin. (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Sep 27, 2024
1 parent 17409bb commit 0804ea6
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 @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

- Relax `trio` dependency pinning. (#956)
- Handle `trio` raising `NotImplementedError` on unsupported platforms. (#955)
- Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. (#918)

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.26.0",
"trio>=0.22.0,<1.0",
]
asyncio = [
"anyio>=4.0,<5.0",
Expand Down

0 comments on commit 0804ea6

Please sign in to comment.