Skip to content

Commit c3229f9

Browse files
authored
Add python 3.14 support
previous PR claimed to enable Python 3.14 support but didn't update the project toml file. Update it
1 parent fc57f17 commit c3229f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/community/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
authors = []
1111

1212
version = "3.0.1"
13-
requires-python = ">=3.10.0,<3.14.0"
13+
requires-python = ">=3.10.0,<3.15.0"
1414
dependencies = [
1515
"langchain-core>=1.0.0,<2.0.0",
1616
"langchain-community>=0.4.0,<2.0.0",

0 commit comments

Comments
 (0)