DataFed icon indicating copy to clipboard operation
DataFed copied to clipboard

[Bug] - New globus_sdk breaks builds

Open JoshuaSBrown opened this issue 2 months ago • 0 comments

Description

We need to pin the globus python versions.

python3 test_globus.py
4.0.1
Traceback (most recent call last):
  File "/home/brownjs/test_globus.py", line 11, in <module>
    token_response = client.oauth2_client_credentials_tokens()
TypeError: ConfidentialAppAuthClient.oauth2_client_credentials_tokens() missing 1 required positional argument: 'requested_scopes'

Steps to Replicate

Additional context

Page occured:

Expected behavior

Artifacts (if appropriate):

JoshuaSBrown avatar Oct 23 '25 17:10 JoshuaSBrown