Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Bump apis-core to v0.5.0, drop use of custom branch
Browse files Browse the repository at this point in the history
Using b79f1f3 we don't have to use a
customized version of apis-core anymore, therefore we are using an
official release and at the same time moving from 0.4.x to 0.5.0.
  • Loading branch information
b1rger committed Oct 17, 2023
1 parent b79f1f3 commit 196a3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis_ontology/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from apis.urls import urlpatterns
from apis_acdhch_default_settings.urls import urlpatterns
from django.urls import path
from .views import CustomReferenceDetailView, TempTripleAutocomplete, TempEntityClassAutocomplete, CustomReferenceDeleteView
from django.contrib.auth.decorators import login_required
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ python = "^3.11"
django = ">=4.1,<4.2"
mysqlclient = "^2.0.3"
django-extensions = "^3.1.3"
apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git", branch = "sicprod-dev" }
apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git", tag = "v0.5.0" }
webpage = { git = "https://github.com/acdh-oeaw/apis-webpage.git", tag = "v0.2.0" }
apis-bibsonomy = { git = "https://github.com/acdh-oeaw/apis-bibsonomy.git", branch = "birger/fix-referenceonform-issues" }
apis-acdhch-default-settings = { git = "https://github.com/acdh-oeaw/apis-acdhch-default-settings.git", tag = "v0.1.7" }
apis-acdhch-default-settings = { git = "https://github.com/acdh-oeaw/apis-acdhch-default-settings.git", tag = "v0.1.8" }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 196a3e1

Please sign in to comment.