Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
17 stars 4 forks source link

Rework our use of the Globus AuthClient to keep up with newer versions of globus-sdk #385

Closed WillEngler closed 8 months ago

WillEngler commented 8 months ago

If we were to upgrade our globus-sdk dependency to the latest version, our unit tests start failing and presumably the client code wouldn't work either.

I think the breaking change is this one: https://globus-sdk-python.readthedocs.io/en/stable/changelog.html#v3-29-0-2023-10-12 Basically there have been a couple of changes/deprecations to the AuthClient and oauth2 methods recently. We'll have to update our GardenClient to get back on the latest Globus SDK

Assumptions:

1. 2.

Acceptance Criteria

Given..., when..., then...