From 2738431dfbf16c6174d4eb9169de912a88c75d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:40:24 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.11.9 to 2.12.4 in the pydantic group Bumps the pydantic group with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.11.9 to 2.12.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.9...v2.12.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pydantic ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a9bd96..a724406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "altair>=5.5.0", "duckdb>=1.4.1", "fastapi==0.117.1", - "pydantic==2.11.9", + "pydantic==2.12.5", "geopandas==1.1.1", "h5netcdf==1.6.4", "h5py==3.14.0", diff --git a/requirements.txt b/requirements.txt index 20c0854..c5554fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Web Framework and API fastapi==0.117.1 uvicorn[standard]==0.37.0 -pydantic==2.11.9 +pydantic==2.12.5 pydantic-settings>=2.11.0 # Streamlit for Web UI