Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Aug 20, 2024
1 parent 7ae54a5 commit 5a66f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Change Log

8.14.2
======
* Corrected requests version on pyproject.toml to not be pinned (^2.27.0); but doing that (which causes the requests
package to be 2.32.3) results in this error on test/test_ecr_utils.py::test_ecr_utils_workflow:
* Corrected requests version (to ^2.27.0 from 2.31.0) on pyproject.toml to not be pinned; but doing
so (which resolves to 2.32.3) results in this error on test/test_ecr_utils.py::test_ecr_utils_workflow:
docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker
But upgrading the docker package (from ^4.4.4) version to ^7.1.0 fixes that.

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ pytz = ">=2020.4"
redis = "^4.5.1"
pyperclip = "^1.8.2"
PyYAML = "^6.0.1"
# N.B. 2024-06-30: Updating (via poetry update) from requests 2.31.0 (2023-05-22)
# to 2.32.3 (2024-05-29) causes utils GA/CI to fail (on test_ecr_utils_workflow) for some reason.
requests = "^2.27.1"
rfc3986 = "^1.4.0"
shortuuid = "^1.0.13"
Expand Down

0 comments on commit 5a66f79

Please sign in to comment.