diff --git a/pyproject.toml b/pyproject.toml index bf83059..9cfbee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,10 +12,9 @@ python = "^3.11" django = ">=4.1,<4.2" django-allow-cidr = "^0.6.0" psycopg2 = "^2.9" -apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.7.0"} +apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.7.1"} apis-highlighter-ng = { git = "https://github.com/acdh-oeaw/apis-highlighter-ng.git"} apis-acdhch-default-settings = { git = "https://github.com/acdh-oeaw/apis-acdhch-default-settings.git", tag = "v0.1.7" } -apis-override-select2js = { git="https://github.com/acdh-oeaw/apis-override-select2js", tag="v0.1.0" } [build-system] requires = ["poetry-core>=1.0.0"]