Skip to content

Commit 11a14ef

Browse files
committed
fix: skip cassio on Python 3.14 (cassandra-driver cannot build)
cassandra-driver's ez_setup.py is incompatible with Python 3.14's TarFile.chown() signature change. Add python_version < 3.14 marker to cassio in test_integration deps.
1 parent 17c1c77 commit 11a14ef

2 files changed

Lines changed: 69 additions & 64 deletions

File tree

libs/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ test_integration = [
9393
"vcrpy>=8.0.0,<9.0.0",
9494
"wrapt>=1.15.0,<3.0.0",
9595
"python-dotenv>=1.0.0,<2.0.0",
96-
"cassio>=0.1.0,<1.0.0",
96+
"cassio>=0.1.0,<1.0.0; python_version < '3.14'",
9797
"langchainhub>=0.1.16,<1.0.0",
9898
"langchain-core",
9999
"langchain-text-splitters",

0 commit comments

Comments
 (0)