Skip to content

Commit c8ff422

Browse files
Update pydantic requirement from >=2.5.0 to >=2.13.3 in /src/a2a
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.5.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f480577 commit c8ff422

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/a2a/requirements_a2a.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
fastapi>=0.104.0
1+
fastapi>=0.104.0
22
uvicorn[standard]>=0.24.0
33
starlette>=0.27.0
4-
pydantic>=2.5.0
4+
pydantic>=2.13.3
55
aiofiles>=23.2.0
66
httpx>=0.25.0
77
psutil>=5.9.0

0 commit comments

Comments
 (0)