Skip to content

Commit

Permalink
updated community dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed May 28, 2024
1 parent b0e9454 commit c18f0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
),
install_requires=[
"langchain>=0.0.348",
"langchain-community>=0.2.1",
"sqlalchemy-iris>=0.14.0",
],
python_requires=">3.7",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_vectorstores.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from sqlalchemy.orm import Session

from langchain_iris import IRISVector
from langchain.embeddings.fake import DeterministicFakeEmbedding
from langchain_community.embeddings import DeterministicFakeEmbedding


class FakeEmbeddings(DeterministicFakeEmbedding):
Expand Down

0 comments on commit c18f0c7

Please sign in to comment.