Skip to content

Commit 1c63407

Browse files
Update pydantic requirement from >=2.9.2 to >=2.13.3 in /backend
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.9.2...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 a431203 commit 1c63407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies = [
9696
"PyJWT>=2.8.0",
9797
"cryptography>=43.0.0",
9898
"openai>=1.52.0",
99-
"pydantic>=2.9.2",
99+
"pydantic>=2.13.3",
100100
"gunicorn>=23.0.0",
101101
"tinycss2>=1.4.0",
102102
"pypdf>=5.1.0",

0 commit comments

Comments
 (0)