python3Packages.replicate: disable on python 3.14 (#518598)

This commit is contained in:
Michael Daniels
2026-05-16 20:48:50 +00:00
committed by GitHub
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
setuptools,
httpx,
packaging,
@@ -18,6 +19,9 @@ buildPythonPackage rec {
version = "1.1.0b3";
pyproject = true;
# uses pydantic.v1 compat layer, unsupported on 3.14
disabled = pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "replicate";
repo = "replicate-python";