From 2c443f87b42fb9082f8af3000f1e66db4e6f4a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 05:44:14 +0000 Subject: [PATCH] build(deps): update pydantic requirement in /services/api Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.0...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/api/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/requirements.in b/services/api/requirements.in index 09452252..79aa9d66 100644 --- a/services/api/requirements.in +++ b/services/api/requirements.in @@ -15,7 +15,7 @@ starlette>=1.6.0 uvicorn[standard]>=0.30 sqlalchemy>=2.0 alembic>=1.13 # DB schema migrations (source of truth going forward; see migrations/README.md) -pydantic>=2.7 +pydantic>=2.13.5 python-multipart>=0.0.9 # file uploads (attachments) orjson>=3.12.0 # RT-ORJSON: Rust JSON for ORJSONResponse + hot blob paths (Apache-2.0/MIT) boto3>=1.43.73 # MinIO/S3 object storage (range reads); lazy-imported