Conversation
|
Output log using Globus 4.0: This matches the error noted in #395. |
|
0f63f4c implements Claude's suggestion in #395, but it unfortunately doesn't seem to use a valid command: |
|
The latest commit (9059672) allows us to get through the Chrysalis test of |
| - sqlite | ||
| - six >=1.16.0 | ||
| - globus-sdk >=3.15.0,<4.0 | ||
| - globus-sdk ==4.0 # >=3.15.0,<4.0 |
There was a problem hiding this comment.
This was set to ==4.0 to specifically test Globus 4.0, but before merging, we should change it to simply drop the <4.0 constraint.
There was a problem hiding this comment.
Well actually, we'd need to test if this change works using a version below 4.0. I think it's a breaking change, so it probably will not work. That is, we'd likely want to constrain this as globus-sdk >= 4.0
Summary
Objectives:
Issue resolution:
Select one: This pull request is...
Small Change