From 267019199244efb612a7b87460799b6ab64893b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 06:11:07 +0000 Subject: [PATCH] chore(deps): bump typing-inspection from 0.4.1 to 0.4.2 Bumps [typing-inspection](https://github.com/pydantic/typing-inspection) from 0.4.1 to 0.4.2. - [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.1...v0.4.2) --- updated-dependencies: - dependency-name: typing-inspection dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eae5e3e..fa66ea9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ typing-extensions==4.15.0 # pydantic # pydantic-core # typing-inspection -typing-inspection==0.4.1 +typing-inspection==0.4.2 # via pydantic wcwidth==0.6.0 # via prompt-toolkit