Cleanup Cassandra driver dependencies#61724
Merged
eladkal merged 1 commit intoapache:mainfrom Feb 10, 2026
Merged
Conversation
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.
shahar1
approved these changes
Feb 10, 2026
eladkal
approved these changes
Feb 10, 2026
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
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.
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
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.