diff --git a/pyproject.toml b/pyproject.toml index 61056f66..8b92c041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", ] dependencies = [ - "linkml~=1.8", + "linkml @ git+https://github.com/candleindark/linkml.git@bundle-error", "pydantic~=2.7", "typer", ] @@ -43,6 +43,9 @@ pydantic2linkml = "pydantic2linkml.cli:app" [tool.hatch.version] path = "src/pydantic2linkml/__about__.py" +[tool.hatch.metadata] +allow-direct-references = true + [tool.hatch.envs.default] python = "3.9"