diff options
| author | Christian Cleberg <[email protected]> | 2026-07-20 12:17:54 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-20 12:17:54 -0500 |
| commit | 5d258a14f09f16b40f9007755b07ce123b524dd8 (patch) | |
| tree | a2d42f93a27a3d64ade54d34b305842bd28f101d /pyproject.toml | |
| parent | 8ab6265fd26ff95979b83cf68bfaa3efff3a564a (diff) | |
| parent | 1365b6522c3068e0bc39e5695c2bbf9f48394f51 (diff) | |
| download | hutch-stats-5d258a14f09f16b40f9007755b07ce123b524dd8.tar.gz hutch-stats-5d258a14f09f16b40f9007755b07ce123b524dd8.tar.bz2 hutch-stats-5d258a14f09f16b40f9007755b07ce123b524dd8.zip | |
Merge pull request #5 from zerolabsco/dependabot/uv/pydantic-2.13.4
chore(deps): bump pydantic from 2.12.5 to 2.13.4
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d01cede..5ef3358 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.11.3,<4.0", ] |
