Skip to content

Commit

Permalink
Added tomli dependency in pyproject.toml (came up in submitr GA for P…
Browse files Browse the repository at this point in the history
…yhthon 3.12).
  • Loading branch information
dmichaels-harvard committed Jul 25, 2024
1 parent 7a376b6 commit 5acaca0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Change Log
* Minor updates to the view-portal-object dev/troubleshooting utility script.
* Changed from typing_extensions import Literal to import from typing;
odd Python 3.12 issue but only in GitHub Actions (observed for submitr).
* Added tomli dependency in pyproject.toml (came up in submitr GA for Pyhthon 3.12).


8.13.3
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicutils"
version = "8.13.3.1b2" # TODO: To become 8.13.4
version = "8.13.3.1b3" # TODO: To become 8.13.4
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -70,6 +70,7 @@ structlog = "^19.2.0"
toml = ">=0.10.1,<1"
tqdm = "^4.66.2"
typing-extensions = ">=3.8" # Fourfront uses 3.8
tomli = "^2.0.1" # Came up submitr for Python 3.12
urllib3 = "^1.26.19"
webtest = "^2.0.34"

Expand Down

0 comments on commit 5acaca0

Please sign in to comment.