mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
Add pydantic 2.5 support (#1361)
* chore: add pydantic 2.5 support * docs: add changelog
This commit is contained in:
parent
29d766fef2
commit
9a2a72fe97
2 changed files with 2 additions and 1 deletions
1
CHANGES/1361.misc
Normal file
1
CHANGES/1361.misc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Added pydantic v2.5 support.
|
||||||
|
|
@ -42,7 +42,7 @@ classifiers = [
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"magic-filter>=1.0.12,<1.1",
|
"magic-filter>=1.0.12,<1.1",
|
||||||
"aiohttp~=3.8.5",
|
"aiohttp~=3.8.5",
|
||||||
"pydantic>=2.4.1,<2.5",
|
"pydantic>=2.4.1,<2.6",
|
||||||
"aiofiles~=23.2.1",
|
"aiofiles~=23.2.1",
|
||||||
"certifi>=2023.7.22",
|
"certifi>=2023.7.22",
|
||||||
"typing-extensions>=4.7.0,<=5.0",
|
"typing-extensions>=4.7.0,<=5.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue