#1719 Update pydantic to 2.12 (#1729)
Some checks failed
Tests / tests (macos-latest, 3.10) (push) Has been cancelled
Tests / tests (macos-latest, 3.11) (push) Has been cancelled
Tests / tests (macos-latest, 3.12) (push) Has been cancelled
Tests / tests (macos-latest, 3.13) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / tests (windows-latest, 3.10) (push) Has been cancelled
Tests / tests (windows-latest, 3.11) (push) Has been cancelled
Tests / tests (windows-latest, 3.12) (push) Has been cancelled
Tests / tests (windows-latest, 3.13) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.11) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.11) (push) Has been cancelled

* #1719 Update pydantic

* #1719 Added changelog
This commit is contained in:
Alex Root Junior 2025-10-08 00:56:15 +03:00 committed by GitHub
parent df7b16d5b3
commit 0c6a705310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
CHANGES/1729.misc.rst Normal file
View file

@ -0,0 +1 @@
Updated pydantic to 2.12, which supports Python 3.14

View file

@ -42,7 +42,7 @@ classifiers = [
dependencies = [ dependencies = [
"magic-filter>=1.0.12,<1.1", "magic-filter>=1.0.12,<1.1",
"aiohttp>=3.9.0,<3.13", "aiohttp>=3.9.0,<3.13",
"pydantic>=2.4.1,<2.12", "pydantic>=2.4.1,<2.13",
"aiofiles>=23.2.1,<24.2", "aiofiles>=23.2.1,<24.2",
"certifi>=2023.7.22", "certifi>=2023.7.22",
"typing-extensions>=4.7.0,<=5.0", "typing-extensions>=4.7.0,<=5.0",