Skip to content

Commit f1c8fa9

Browse files
Update pydantic requirement from <3.0,>=2.0 to >=2.13.4,<3.0 in /api
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/v2.13.4/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>
1 parent ea49231 commit f1c8fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"httpx-oauth==0.16.1",
2222
"packaging==26.2",
2323
"psutil==7.0.0",
24-
"pydantic>=2.0,<3.0",
24+
"pydantic>=2.13.4,<3.0",
2525
"python-dotenv==1.2.2",
2626
"python-multipart==0.0.27",
2727
"sqlalchemy[asyncio]==2.0.40",

0 commit comments

Comments
 (0)