Skip to content

Commit 0804ea6

Browse files
Relax trio dependency pin. (#956)
1 parent 17409bb commit 0804ea6

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
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

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

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.26.0",
44+
"trio>=0.22.0,<1.0",
4545
]
4646
asyncio = [
4747
"anyio>=4.0,<5.0",

0 commit comments

Comments
 (0)