From d49e0308c756605fa3a5188e801bf86352dbf3e6 Mon Sep 17 00:00:00 2001 From: Flummy1 Date: Mon, 8 Jun 2026 00:13:22 +0300 Subject: [PATCH] chore: bump funpayparsers to >=0.9.0,<0.10.0 Update funpayparsers dependency from 0.7.x to 0.9.x and bump funpaybotengine version 0.5.4 -> 0.5.5. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [