Skip to content

Commit 0f22e6e

Browse files
committed
chore: fix Trio dependency version restriction
1 parent 0421cd7 commit 0f22e6e

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ dependencies = [
1414
"blinker>=1.9.0,<2.0.0",
1515
"python-baseconv>=1.2.2,<2.0.0",
1616
"pynmea2>=1.19.0,<2.0.0",
17-
"trio>=0.30.0,<0.31.0",
17+
"trio>=0.32.0,<0.33.0",
1818
"quart>=0.20.0,<0.21.0",
1919
"quart-trio>=0.12.0,<0.13.0",
2020
"trio-util>=0.8.0,<0.9.0",
2121
"python-dotenv>=1.1.0,<2.0.0",
2222
"colour>=0.1.5,<0.2.0",
2323
"pyjwt>=2.10.1,<3.0.0",
24-
"hypercorn[trio]>=0.17.3,<0.18.0",
24+
"hypercorn[trio]>=0.18.0,<0.19.0",
2525
"passlib[bcrypt]>=1.7.4,<2.0.0",
2626
"flockwave-app-framework[daemon]>=3.6.0,<4.0.0",
27-
"flockwave-async>=2.2.1,<3.0.0",
27+
"flockwave-async>=2.2.2,<3.0.0",
2828
"flockwave-conn[rpc,serial]>=9.1.0,<10.0.0",
2929
"flockwave-ext>=2.0.0,<3.0.0",
3030
"flockwave-gps>=4.0.0,<5.0.0",
@@ -162,9 +162,7 @@ lint.select = ["B", "C", "E", "F", "I", "W"]
162162
extend-exclude = ["src/flockwave/server/ext/socketio/vendor"]
163163

164164
[tool.ty.src]
165-
exclude=[
166-
"src/flockwave/server/ext/socketio/vendor"
167-
]
165+
exclude = ["src/flockwave/server/ext/socketio/vendor"]
168166

169167
[build-system]
170168
requires = ["uv_build>=0.8.0"]

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)