Skip to content

Commit

Permalink
Support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jul 1, 2024
1 parent a3aa634 commit 59213be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicsnovault"
version = "11.17.0.1b5" # TODO: To become 11.18.0
version = "11.17.0.1b6" # TODO: To become 11.18.0
description = "Storage support for 4DN Data Portals."
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -46,10 +46,7 @@ elasticsearch = "7.13.4" # versions >= 7.14.0 lock out AWS ES
elasticsearch_dsl = "^7.4.0"
#python-3.12 elasticsearch = "^7.17.9"
#python-3.12 elasticsearch_dsl = "^7.4.1"
#dcicutils = "^8.11.0"
dcicutils = "8.12.0.1b8"
# future = ">=0.15.2,<1"
# future = "^1.0.0"
dcicutils = "8.12.0.1b10"
future = "^0.18.3"
html5lib = ">=1.1" # experimental, should be OK now that we're not using moto server
humanfriendly = "^1.44.9"
Expand Down

0 comments on commit 59213be

Please sign in to comment.