Skip to content

Commit 37bf2a1

Browse files
authored
community: remove python version cap (#10)
1 parent 6148c41 commit 37bf2a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libs/community/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "pdm.backend"
55
[project]
66
authors = []
77
license = { text = "MIT" }
8-
requires-python = "<4.0,>=3.9"
8+
requires-python = ">=3.9"
99
dependencies = [
1010
"langchain-core<1.0.0,>=0.3.55",
1111
"langchain<1.0.0,>=0.3.24",

libs/community/uv.lock

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

0 commit comments

Comments
 (0)