8000 allow new distributed versions starting with 2023.6.0 by dchudz · Pull Request #117 · PrefectHQ/prefect-dask · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

allow new distributed versions starting with 2023.6.0 #117

Merged
merged 1 commit into from
8000 Aug 30, 2023

Conversation

dchudz
Copy link
Contributor
@dchudz dchudz commented Aug 28, 2023

Addresses #115 by still barring distributed versions with the problem, but removing the restriction for newer distributed versions.

Note that @zanieb confirmed on June 1 that the issue was fixed in distributed main branch. Then the fix was included in the released 2023.6.0 on June 9.

Specifically the change in this PR is:

  1. Remove the <=2023.3.1 restriction
  2. Add specific restrictions for the particular broken versions.

@dchudz dchudz requested a review from a team as a code owner August 28, 2023 17:59
Copy link
@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@serinamarie over in #115 it was suggested that you might be the right person to look at this. If that's not the case, do you know how might be?

@zanieb
Copy link
Contributor
zanieb commented Aug 30, 2023

cc @desertaxle

Copy link
Member
@desertaxle desertaxle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the PR!

@@ -1,3 +1,3 @@
prefect>=2.8.2
distributed==2022.2.0; python_version < '3.8'
distributed>=2022.5.0,<=2023.3.1; python_version >= '3.8' # upper bound due to issue with get_client starting in 2023.3.2 - https://github.com/dask/distributed/issues/7763
distributed>=2022.5.0,!=2023.3.2,!=2023.3.2.1,!=2023.4.*,!=2023.5.*; python_version >= '3.8' # don't allow versions from 2023.3.2 to 2023.5 (inclusive) due to issue with get_client starting in 2023.3.2 (fixed in 2023.6.0) - https://github.com/dask/distributed/issues/7763

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe this excludes 2023.3.3 through < 2023.4.*

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2023.3.2.1 was the last distributed release in March

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

91CA

👍

@desertaxle desertaxle merged commit c37bb51 into PrefectHQ:main Aug 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0