Skip to content

Commit 5fb341d

Browse files
[api] Bump pydantic from 2.11.5 to 2.11.7 in /backend
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.5 to 2.11.7. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.5...v2.11.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4005293 commit 5fb341d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python = "^3.12"
1616
litestar = {extras = ["prometheus"], version = "^2.16.0"}
1717
httpcore = "^1.0.9"
1818
gunicorn = "23.0.0"
19-
pydantic = "^2.11.5"
19+
pydantic = "^2.11.7"
2020
uvicorn = {extras = ["standard"], version = "^0.35.0"}
2121
tomli = "^2.2.1"
2222

0 commit comments

Comments
 (0)