Skip to content

Commit

Permalink
Bump globus-sdk dependency to at least 3.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmello committed Dec 9, 2024
1 parent 8177cd3 commit 638878e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Changed
^^^^^^^

- Bumped ``globus-sdk`` dependency to at least 3.49.0.
2 changes: 1 addition & 1 deletion compute_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
REQUIRES = [
# request sending and authorization tools
"requests>=2.31.0,<3",
"globus-sdk>=3.47.0,<4",
"globus-sdk>=3.49.0,<4",
"globus-compute-common==0.5.0",
# dill is an extension of `pickle` to a wider array of native python types
# pin to the latest version, as 'dill' is not at 1.0 and does not have a clear
Expand Down

0 comments on commit 638878e

Please sign in to comment.