Skip to content

Commit 625f02f

Browse files
chore(deps): update pydantic requirement in /api-server (#5)
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.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76fcceb commit 625f02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fastapi>=0.115.0
22
uvicorn[standard]>=0.51.0
33
httpx>=0.27.0
4-
pydantic>=2.0.0
4+
pydantic>=2.13.4

0 commit comments

Comments
 (0)