Skip to content

Commit 9bb387a

Browse files
authored
release 0.0.11 (#116)
* Need to relock poetry file * Drop support for python 3.8 consistent with langchain-core
1 parent 0c08bc9 commit 9bb387a

File tree

2 files changed

+3
-85
lines changed

2 files changed

+3
-85
lines changed

poetry.lock

Lines changed: 2 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
"Source Code" = "https://github.com/langchain-ai/langchain-postgres/tree/master/langchain_postgres"
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.8.1"
14+
python = "^3.9"
1515
langchain-core = ">=0.2.13,<0.4.0"
1616
psycopg = "^3"
1717
psycopg-pool = "^3.2.1"

0 commit comments

Comments
 (0)