-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Restrict setuptools 82.0.0 in cassandra provider #61666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gopidesupavan
merged 1 commit into
apache:main
from
gopidesupavan:restrict-setuptools-82.0.0
Feb 9, 2026
Merged
Restrict setuptools 82.0.0 in cassandra provider #61666
gopidesupavan
merged 1 commit into
apache:main
from
gopidesupavan:restrict-setuptools-82.0.0
Feb 9, 2026
+2
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Author
|
@Dev-iL have already pr here apache/cassandra-python-driver#1268 , untill this resolves we can restrict this version. |
potiuk
approved these changes
Feb 9, 2026
amoghrajesh
approved these changes
Feb 9, 2026
potiuk
added a commit
to potiuk/airflow
that referenced
this pull request
Feb 10, 2026
Follow-up after apache#61666 and apache#61685 - there are two small things to fix: * setuptools limit is not effective, because it is not taken into account when cassandra driver is built from sdist (which happens if the driver does not have wheels published for python version it is installed on). All the tools are using build isolation by default when installing sdist-build packages so the version specified in dependencies does not matter in this case - so We should remove it. * the specification for >= 3.29.2 that limits the driver to versions that have wheels for relevant python versions was ambiguous >= 3.29.1 - both applied to `<3.13`. We needed to add >= as well to make sure that the ranges are not overlapping. Not a big issue because in this case resolver will handle it well, but it is still not exactly correct.
1 task
eladkal
pushed a commit
that referenced
this pull request
Feb 10, 2026
Follow-up after #61666 and #61685 - there are two small things to fix: * setuptools limit is not effective, because it is not taken into account when cassandra driver is built from sdist (which happens if the driver does not have wheels published for python version it is installed on). All the tools are using build isolation by default when installing sdist-build packages so the version specified in dependencies does not matter in this case - so We should remove it. * the specification for >= 3.29.2 that limits the driver to versions that have wheels for relevant python versions was ambiguous >= 3.29.1 - both applied to `<3.13`. We needed to add >= as well to make sure that the ranges are not overlapping. Not a big issue because in this case resolver will handle it well, but it is still not exactly correct.
81 tasks
Alok-kumar-priyadarshi
pushed a commit
to Alok-kumar-priyadarshi/airflow
that referenced
this pull request
Feb 11, 2026
Follow-up after apache#61666 and apache#61685 - there are two small things to fix: * setuptools limit is not effective, because it is not taken into account when cassandra driver is built from sdist (which happens if the driver does not have wheels published for python version it is installed on). All the tools are using build isolation by default when installing sdist-build packages so the version specified in dependencies does not matter in this case - so We should remove it. * the specification for >= 3.29.2 that limits the driver to versions that have wheels for relevant python versions was ambiguous >= 3.29.1 - both applied to `<3.13`. We needed to add >= as well to make sure that the ranges are not overlapping. Not a big issue because in this case resolver will handle it well, but it is still not exactly correct.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.