Skip to content

Commit c18f0c7

Browse files
committed
updated community dependency
1 parent b0e9454 commit c18f0c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
),
88
install_requires=[
99
"langchain>=0.0.348",
10+
"langchain-community>=0.2.1",
1011
"sqlalchemy-iris>=0.14.0",
1112
],
1213
python_requires=">3.7",

tests/test_vectorstores.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from sqlalchemy.orm import Session
1010

1111
from langchain_iris import IRISVector
12-
from langchain.embeddings.fake import DeterministicFakeEmbedding
12+
from langchain_community.embeddings import DeterministicFakeEmbedding
1313

1414

1515
class FakeEmbeddings(DeterministicFakeEmbedding):

0 commit comments

Comments
 (0)