python3Packages.typing-inspection: 0.4.2 -> 0.4.3

Changelog: https://github.com/pydantic/typing-inspection/blob/v0.4.3/HISTORY.md
Diff: https://github.com/pydantic/typing-inspection/compare/v0.4.2...v0.4.3
(cherry picked from commit 54d7f724c5)
This commit is contained in:
Tom Hunze
2026-08-10 19:01:05 +02:00
committed by github-actions[bot]
parent c768b07963
commit dcbf20f7da

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "typing-inspection";
version = "0.4.2";
version = "0.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pydantic";
repo = "typing-inspection";
tag = "v${version}";
hash = "sha256-aGScO+FLEJ5IyI6hBqdsiKJRN7vEG36V5131nhVZEbc=";
hash = "sha256-jNAMYV9mpUnClLOahQyLisBkOfELcmjKavKJgyxkQr4=";
};
build-system = [ hatchling ];