From ad1a994c8fdc043c772e3aab4418c15bf9a38725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:17:09 +0000 Subject: [PATCH] build(deps): bump typing-inspection from 0.4.2 to 0.4.4 in /src Bumps [typing-inspection](https://github.com/pydantic/typing-inspection) from 0.4.2 to 0.4.4. - [Release notes](https://github.com/pydantic/typing-inspection/releases) - [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/typing-inspection/compare/v0.4.2...v0.4.4) --- updated-dependencies: - dependency-name: typing-inspection dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 691939f..fea039e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -35,7 +35,7 @@ six==1.17.0 SQLAlchemy==2.0.50 fastapi==0.136.1 tomlkit==0.15.1 -typing-inspection==0.4.2 +typing-inspection==0.4.4 typing_extensions==4.15.0 urllib3==2.7.0 uvicorn==0.51.0