Skip to content

Commit

Permalink
Update Python version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
saridormi committed Apr 2, 2024
1 parent e76de6f commit 0f77d08
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 20 deletions.
160 changes: 141 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.11,<4.0"
python = ">=3.9,<4.0"
langchain = "^0.1.4"
langchain-core = "^0.1.30"
langgraph = "^0.0.26"
Expand Down

0 comments on commit 0f77d08

Please sign in to comment.