Cleanup Cassandra driver dependencies #61724
Merged
+5
−9
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.