python3Packages.pydantic-extra-types: 2.10.6 -> 2.11.0

https://github.com/pydantic/pydantic-extra-types/blob/v2.11.0/HISTORY.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:56 +01:00
parent 49e9249465
commit f7875d70ae
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pydantic-extra-types";
version = "2.10.6";
version = "2.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pydantic";
repo = "pydantic-extra-types";
tag = "v${version}";
hash = "sha256-g2a7tfldt39RCZxd9ta/JTPYnfZTTsLE6kA2fuo3fFg=";
hash = "sha256-aXhlfDBCpk8h3F4gXAQ40fVKxsoFvkmfO/roaqrGxho=";
};
build-system = [ hatchling ];