Update dask-gateway package's requirements to what works #580
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
dask-gateway
the client apparently requires >=2022.4.0 to function, this PR adjusts the requirements declared to that.I've manually run a lot of tests to conclude this. This could be resolved by Investigate and set lower bounds of requirements for
dask-gateway
anddask-gateway-server
#539 though.dask-gateway
the client can function with ==2022.5.1 and ==2022.5.2 even though Fix compatibility with distributed >= 2022.5.1 and traitlets >= 5.2.0, and raise the lower bound of required versions #573 incorrectly made the client require some other version while also fixing the incompatibility with those versions.