Skip to content

Commit e5f8205

Browse files
author
Stepheny Perez
authored
Issue/164: Upgrade harmony-py to avoid 413 request entity too large issue (#165)
* bump harmony-py version to 0.4.12 * /version 1.15.1-alpha.2
1 parent 4528e6e commit e5f8205

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

poetry.lock

+13-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "podaac-data-subscriber"
3-
version = "1.15.1-alpha.1"
3+
version = "1.15.1-alpha.2"
44
description = "PO.DAAC Data Subscriber Command Line Tool"
55
authors = ["PO.DAAC <[email protected]>"]
66
readme = "README.md"
@@ -16,7 +16,7 @@ python = "^3.7"
1616
requests = "^2.27.1"
1717
tenacity = "^8.0.1"
1818
packaging = "^23.0"
19-
harmony-py = "^0.4.9"
19+
harmony-py = "^0.4.12"
2020

2121
[tool.poetry.dev-dependencies]
2222
pytest = "^7.1.2"

0 commit comments

Comments
 (0)