From fba5d2b745964b39bf97d99a339e520e54df4563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 19:52:38 +0000 Subject: [PATCH] chore(deps): bump annotated-types from 0.7.0 to 0.8.0 Bumps [annotated-types](https://github.com/annotated-types/annotated-types) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/annotated-types/annotated-types/releases) - [Commits](https://github.com/annotated-types/annotated-types/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: annotated-types dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77f32c44..735bcdae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile pyproject.toml -o requirements.txt annotated-doc==0.0.4 # via fastapi -annotated-types==0.7.0 +annotated-types==0.8.0 # via pydantic anyio==4.13.0 # via