Skip to content

Commit 0651231

Browse files
authored
fix: updating the minimum langchain core version to 0.2.36 (#205)
1 parent 5672e98 commit 0651231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111

1212
dependencies = [
1313
"cloud-sql-python-connector[asyncpg] >= 1.10.0, <2.0.0",
14-
"langchain-core>=0.1.1, <1.0.0 ",
14+
"langchain-core>=0.2.36, <1.0.0 ",
1515
"numpy>=1.24.4, <2.0.0",
1616
"pgvector>=0.2.5, <1.0.0",
1717
"SQLAlchemy[asyncio]>=2.0.25, <3.0.0"

0 commit comments

Comments
 (0)