Skip to content

Commit

Permalink
chore: change dep ver
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 authored Feb 12, 2024
1 parent 6e19f3a commit 237a90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python = "^3.8"
nonebot2 = "^2.0.0"
strenum = "^0.4.8"
pydantic = "^1.10.5"
anyio = "^3.6.2"
anyio = ">=3.3.0,<=4"

[tool.poetry.group.dev.dependencies]
pytest-asyncio = "^0.20.2"
Expand Down

0 comments on commit 237a90a

Please sign in to comment.