python314Packages.dbt-semantic-interfaces: drop

This commit is contained in:
Sam Estep
2026-05-05 21:49:47 -04:00
parent bc57abace0
commit 508aa2c8f7
@@ -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";