python314Packages.dbt-semantic-interfaces: drop (#517105)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
more-itertools,
|
||||
pydantic,
|
||||
pytestCheckHook,
|
||||
pythonAtLeast,
|
||||
pyyaml,
|
||||
typing-extensions,
|
||||
}:
|
||||
@@ -21,6 +22,10 @@ buildPythonPackage (finalAttrs: {
|
||||
version = "0.10.5";
|
||||
pyproject = true;
|
||||
|
||||
# This project uses pydantic.v1 which doesn't support Python 3.14 or later:
|
||||
# https://pydantic.dev/articles/pydantic-v2-12-release#support-for-python-314
|
||||
disabled = pythonAtLeast "3.14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dbt-labs";
|
||||
repo = "dbt-semantic-interfaces";
|
||||
|
||||
Reference in New Issue
Block a user