Skip to content

Commit

Permalink
[AIRFLOW-6584] Pin cassandra driver (apache#7194)
Browse files Browse the repository at this point in the history
3.21.0 release of Cassandra driver
(https://pypi.org/project/cassandra-driver/3.21.0/) broke backwards
compatibility. We need to pin it to 3.20.2

(cherry picked from commit 8ecbcd7)
(cherry picked from commit d0e6421)
  • Loading branch information
potiuk authored and kaxil committed Mar 29, 2020
1 parent 2ff7a06 commit 29da753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -199,7 +199,7 @@ def write_version(filename=os.path.join(*["airflow", "git_version"])):
'azure-mgmt-resource>=2.2.0',
]
cassandra = [
'cassandra-driver>=3.13.0',
'cassandra-driver>=3.13.0,<3.21.0',
]
celery = [
'celery~=4.3',
Expand Down

0 comments on commit 29da753

Please sign in to comment.