mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Increase pydantic max version (<2.9 -> <2.10) (#1576)
* Increase `pydantic` max version (2.10) * Add changes file
This commit is contained in:
parent
4bf4f8eac9
commit
7297ffa16e
2 changed files with 2 additions and 1 deletions
1
CHANGES/1576.feature.rst
Normal file
1
CHANGES/1576.feature.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Increase max pydantic version support "<2.9" -> "<2.10"
|
||||
|
|
@ -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",
|
||||
"pydantic>=2.4.1,<2.10",
|
||||
"aiofiles~=23.2.1",
|
||||
"certifi>=2023.7.22",
|
||||
"typing-extensions>=4.7.0,<=5.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue