Skip to content

Commit

Permalink
:setup: bump inspire-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Dec 12, 2024
1 parent 4013036 commit b3c29cc
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 10 deletions.
19 changes: 13 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The next version of INSPIRE.
# If you are updating this file (eg. adding entry points) don't forget to update
# setup.py which is used for setting up docker environment. The guide how to do it might
# setup.py which is used for setting up docker environment. The guide how to do it might
# be found here: https://python-poetry.org/docs/pyproject/

[tool.poetry]
Expand Down Expand Up @@ -40,7 +40,7 @@ inspire-dojson = "==63.*,>=63.1.0"
inspire-json-merger = "^11.0.37"
inspire-matcher = "^9.0.15"
inspire-query-parser = "6.0.37"
inspire-schemas = "^61.5.0"
inspire-schemas = {git = "https://github.com/inspirehep/inspire-schemas.git", branch = "py-2"}
inspire-service-orcid = "==9.*,>=9.0.0"
inspire-utils = "^3.0.63"
invenio-access = "==1.3.0"
Expand Down Expand Up @@ -134,9 +134,9 @@ crawler-node = ["hepcrawl"]
build-node = ["ipdb"]
xrootd = ["xrootdpyfs", "invenio-xrootd"]

[tool.poetry.scripts]
[tool.poetry.scripts]
inspirehep = "inspirehep.cli:cli"

[tool.poetry.plugins."invenio_access.actions"]
admin_holdingpen_authors = "inspirehep.modules.authors.permissions:action_admin_holdingpen_authors"
editor_use_api = "inspirehep.modules.editor.permissions:action_editor_use_api"
Expand Down
Loading

0 comments on commit b3c29cc

Please sign in to comment.