From 1365b6522c3068e0bc39e5695c2bbf9f48394f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:04:53 +0000 Subject: chore(deps): bump pydantic from 2.12.5 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 4030ab0..b11f52f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "httpx>=0.27,<1.0", "sqlalchemy>=2.0,<3.0", "alembic>=1.13,<2.0", - "pydantic>=2.8,<3.0", + "pydantic>=2.13.4,<3.0", "pydantic-settings>=2.3,<3.0", "apscheduler>=3.10,<4.0", ] -- cgit v1.2.3