Skip to content

Commit f83d621

Browse files
Update Python to >=3.14,<3.15
1 parent c26f0e3 commit f83d621

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
@@ -10,7 +10,7 @@ repository = "https://github.ibm.com/GenAIApps/ReActXen.git"
1010
packages = [{ include = "reactxen", from = "src" }]
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.12,<3.14"
13+
python = ">=3.14,<3.15"
1414
langchain = "^1.1.0"
1515
langchain-core = "*"
1616
langchain-experimental = "*"

0 commit comments

Comments
 (0)