Skip to content

Commit 3eff3c1

Browse files
committed
x
1 parent 3250827 commit 3eff3c1

File tree

2 files changed

+1101
-875
lines changed

2 files changed

+1101
-875
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langchain-postgres"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
description = "An integration package connecting Postgres and LangChain"
55
authors = []
66
readme = "README.md"
@@ -9,7 +9,7 @@ requires-python = ">=3.9"
99
license = "MIT"
1010
dependencies = [
1111
"asyncpg>=0.30.0",
12-
"langchain-core>=0.2.13,<0.4.0",
12+
"langchain-core>=0.2.13,<2.0",
1313
"pgvector>=0.2.5,<0.4",
1414
"psycopg[binary]>=3,<4",
1515
"psycopg-pool>=3.2.1,<4",

0 commit comments

Comments
 (0)