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