diff --git a/pyproject.toml b/pyproject.toml index cfba2c3..fa30689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "funpaybotengine" -version = "0.5.4" +version = "0.5.5" description = "Framework for creating FunPay bots." requires-python = ">=3.10" readme = "README.md" @@ -9,7 +9,7 @@ dependencies = [ "aiohttp>=3.13.3,<3.14", "aiohttp-socks>=0.11.0", "eventry>=0.3.6,<1.0.0", - "funpayparsers>=0.7.0,<0.8.0", + "funpayparsers>=0.9.0,<0.10.0", "pydantic>=2.12,<2.13", ] authors = [