From 098c88c94d0d2fcff9faaf6ffc23490b1bac35b5 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Wed, 18 Sep 2024 21:50:18 +0300 Subject: [PATCH] Fixed typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f80c0395..03b3be31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ "magic-filter>=1.0.12,<1.1", "aiohttp>=3.9.0,<3.11", - "pydantic>=2.4.1,<2.9; python_version < '3.9'", # v2.10 breaks compatibility with Python 3.8 without any reason + "pydantic>=2.4.1,<2.9; python_version < '3.9'", # v2.9 breaks compatibility with Python 3.8 without any reason "pydantic>=2.4.1,<2.10; python_version >= '3.9'", "aiofiles>=23.2.1,<24.2", "certifi>=2023.7.22",