Skip to content

Commit

Permalink
chore!: Drop support for old versions of globus-automate-client/funcx
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The following versions of FuncX and the Globus Automate
Client will no longer be supported:

* Globus Automate Client: Requires 0.13.0 and above
* FuncX: Requires 0.3.6 and above

Older versions of these packages are only compatible with Globus SDK
v2, and require updating any code that relies on the older Globus SDK
version. See the SDK upgrade guide here:

https://globus-sdk-python.readthedocs.io/en/stable/upgrading.html#from-1-x-or-2-x-to-3-0

No other code changes are needed to upgrade Gladier v0.5.x code to v0.6.0
  • Loading branch information
NickolausDS committed Feb 17, 2022
1 parent 459ffb8 commit 5d17d96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gladier/version.py
@@ -1 +1 @@
__version__ = '0.5.4'
__version__ = '0.6.0.dev0'
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,2 +1,2 @@
funcx>=0.2.3
globus-automate-client<0.12.0>=0.10.6
funcx<0.4.0>=0.3.6
globus-automate-client<0.14>=0.13

0 comments on commit 5d17d96

Please sign in to comment.