python3Packages.pydantic_1: disable on 3.14 and newer (#492530)

This commit is contained in:
dotlambda
2026-02-20 18:49:57 +00:00
committed by GitHub
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
# build-system
cython,
@@ -26,6 +27,9 @@ buildPythonPackage rec {
version = "1.10.24";
pyproject = true;
# https://github.com/pydantic/pydantic/pull/12263
disabled = pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "pydantic";
repo = "pydantic";