We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1568f commit 4a7b002Copy full SHA for 4a7b002
requirements-dev.txt
@@ -1,2 +1,2 @@
1
pytest
2
-testcontainers-iris
+testcontainers-iris>=1.3.0
setup.py
@@ -6,9 +6,9 @@
6
include=["langchain_iris", "langchain_iris.*"]
7
),
8
install_requires=[
9
- "langchain>=0.0.348",
10
- "langchain-community>=0.2.1",
11
- "sqlalchemy-iris>=0.14.0",
+ "langchain",
+ "langchain-community",
+ "sqlalchemy-iris>=0.18.0",
12
],
13
- python_requires=">3.7",
+ python_requires=">3.8",
14
)
0 commit comments