Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
chore: restrict changes against asyncmy
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Mar 7, 2024
1 parent 772a252 commit 29912c4
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 @@ -25,7 +25,7 @@ requires-python = ">=3.10,<3.13"
dependencies = [
"aiotieba[speedup,img]<5.0,>=4.0.2",
"tomli<3,>=1.1.0;python_version<'3.11'",
"asyncmy>=0.2.9",
"asyncmy<0.3,>=0.2.9",
"cryptography>=42.0.5",
]
dynamic = ["version"]
Expand Down

0 comments on commit 29912c4

Please sign in to comment.