Skip to content

Commit

Permalink
Issue/164: Upgrade harmony-py to avoid 413 request entity too large i…
Browse files Browse the repository at this point in the history
…ssue (#165)

* bump harmony-py version to 0.4.12

* /version 1.15.1-alpha.2
  • Loading branch information
skorper authored Mar 14, 2024
1 parent 4528e6e commit e5f8205
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
27 changes: 13 additions & 14 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "podaac-data-subscriber"
version = "1.15.1-alpha.1"
version = "1.15.1-alpha.2"
description = "PO.DAAC Data Subscriber Command Line Tool"
authors = ["PO.DAAC <[email protected]>"]
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ python = "^3.7"
requests = "^2.27.1"
tenacity = "^8.0.1"
packaging = "^23.0"
harmony-py = "^0.4.9"
harmony-py = "^0.4.12"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand Down

0 comments on commit e5f8205

Please sign in to comment.