Update cassandra driver specification for various python versions#61685
Merged
shahar1 merged 1 commit intoapache:mainfrom Feb 10, 2026
Merged
Update cassandra driver specification for various python versions#61685shahar1 merged 1 commit intoapache:mainfrom
shahar1 merged 1 commit intoapache:mainfrom
Conversation
2 tasks
5e91902 to
76bf413
Compare
Collaborator
|
Should we run this for <all versions>? |
Member
Author
Oh ... absolutely .. good call :) |
The official cassandra driver Python version support was not exactly in line with the version support - this PR adds proper version support. We still cannot remove setuptools limitation before the minimum version of cassandra driver supports it - but at least all the versions will use .whl distributions - which will make image builds and CI a bit faster.
76bf413 to
d053edc
Compare
jscheffl
approved these changes
Feb 9, 2026
Merged
Dev-iL
approved these changes
Feb 10, 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.
Ratasa143
pushed a commit
to Ratasa143/airflow
that referenced
this pull request
Feb 15, 2026
…ache#61685) The official cassandra driver Python version support was not exactly in line with the version support - this PR adds proper version support. We still cannot remove setuptools limitation before the minimum version of cassandra driver supports it - but at least all the versions will use .whl distributions - which will make image builds and CI a bit faster.
Ratasa143
pushed a commit
to Ratasa143/airflow
that referenced
this pull request
Feb 15, 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.
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
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.
The official cassandra driver Python version support was not exactly in line with the version support - this PR adds proper version support. We still cannot remove setuptools limitation before the minimum version of cassandra driver supports it - but at least all the versions will use .whl distributions - which will make image builds and CI a bit faster.
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.