Skip to content

Commit 7cbc756

Browse files
chore(deps): bump pydantic from 2.12.5 to 2.13.0 in /apps/orchestrator (#176)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6687d0f commit 7cbc756

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/orchestrator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Do not install from requirements-dev.txt in CI/mainline.
88

9-
pydantic==2.12.5
9+
pydantic==2.13.0
1010
jsonschema==4.26.0
1111
typer==0.21.1
1212
rich==14.3.3

apps/orchestrator/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package_dir =
1919
= src
2020
packages = find:
2121
install_requires =
22-
pydantic==2.12.5
22+
pydantic==2.13.0
2323
jsonschema==4.26.0
2424
typer==0.21.1
2525
rich==14.3.3

0 commit comments

Comments
 (0)