Skip to content

Commit 8c1aa3a

Browse files
Update pydantic requirement from >=2.11 to >=2.13.4
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e987c5a commit 8c1aa3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-asyncio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pyyaml>=6.0.3 # MIT
33
urllib3>=2.7.0 # MIT
44
aiohttp>=3.14.3,<4.0.0 # Apache-2.0
55
aiohttp-retry>=2.8.3 # MIT
6-
pydantic>=2.11 # MIT
6+
pydantic>=2.13.4 # MIT
77
typing-extensions>=4.7.1 # PSF

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
certifi>=14.05.14 # MPL
22
python-dateutil>=2.8.2 # BSD
3-
pydantic>=2.11 # MIT
3+
pydantic>=2.13.4 # MIT
44
setuptools>=83.0.0 # PSF/ZPL
55
pyyaml>=6.0.3 # MIT
66
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+

0 commit comments

Comments
 (0)