python3Packages.pydantic_1: disable on 3.14 and newer (#492530)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user