Skip to content

Commit 0cf2f65

Browse files
committed
gate cassandra-driver from python 3.14
1 parent 899f59a commit 0cf2f65

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ rabbitmq = ["pika>=1"]
9898
redis = ["redis>=7"]
9999
registry = ["bcrypt>=5"]
100100
selenium = ["selenium>=4"]
101-
scylla = ["cassandra-driver>=3"]
101+
scylla = ["cassandra-driver>=3; python_version < '3.14'"]
102102
sftp = ["cryptography"]
103103
vault = []
104104
weaviate = ["weaviate-client>=4"]
@@ -120,7 +120,7 @@ test = [
120120
"psycopg2-binary==2.9.11",
121121
"pg8000==1.31.5",
122122
"psycopg>=3",
123-
"cassandra-driver>=3",
123+
"cassandra-driver>=3; python_version < '3.14'",
124124
"kafka-python-ng>=2",
125125
"hvac>=2; python_version < '4.0'",
126126
"pymilvus>=2",

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)