From 616e937cc76ed6652b28c958016e51ba9f42a87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 11:05:28 +0000 Subject: [PATCH] Bump typing-inspection from 0.4.2 to 0.4.3 (#13412) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typing-inspection](https://github.com/pydantic/typing-inspection) from 0.4.2 to 0.4.3.
Release notes

Sourced from typing-inspection's releases.

v0.4.3 2026-08-10

What's Changed

Full Changelog: https://github.com/pydantic/typing-inspection/compare/v0.4.2...v0.4.3

Changelog

Sourced from typing-inspection's changelog.

v0.4.3 (2026-08-10)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typing-inspection&package-manager=pip&previous-version=0.4.2&new-version=0.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 7f1d1ff634b..4358922e0f6 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -321,7 +321,7 @@ typing-extensions==4.16.0 ; python_version < "3.13" # python-on-whales # typing-inspection # virtualenv -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic urllib3==2.7.0 # via requests diff --git a/requirements/dev.txt b/requirements/dev.txt index 6982147cf6d..7fa56e2b62d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -311,7 +311,7 @@ typing-extensions==4.16.0 ; python_version < "3.13" # python-on-whales # typing-inspection # virtualenv -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic urllib3==2.7.0 # via requests diff --git a/requirements/lint.txt b/requirements/lint.txt index e415086ce02..fc44f96bbac 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -158,7 +158,7 @@ typing-extensions==4.16.0 # python-on-whales # typing-inspection # virtualenv -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic uvloop==0.22.1 ; platform_system != "Windows" # via -r requirements/lint.in diff --git a/requirements/test-common.txt b/requirements/test-common.txt index fcd965537c3..19ac2647921 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -142,7 +142,7 @@ typing-extensions==4.16.0 # pytest-asyncio # python-on-whales # typing-inspection -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic yarl==1.24.5 # via aiohttp diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 8ec78546e3b..d0482a51001 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -170,7 +170,7 @@ typing-extensions==4.16.0 ; python_version < "3.13" # pytest-asyncio # python-on-whales # typing-inspection -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic yarl==1.24.5 # via diff --git a/requirements/test.txt b/requirements/test.txt index b365852c04c..141f9fae0a0 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -170,7 +170,7 @@ typing-extensions==4.16.0 ; python_version < "3.13" # pytest-asyncio # python-on-whales # typing-inspection -typing-inspection==0.4.2 +typing-inspection==0.4.3 # via pydantic uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython" # via -r requirements/base.in