diff --git a/pyproject.toml b/pyproject.toml index aea9e6c..e9cab79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]