Unverified Commit 03722d1a authored by PerchunPak's avatar PerchunPak
Browse files

python3Packages.pydantic_1: disable on 3.14 and newer

parent 82690516
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";