Skip to content

Commit

Permalink
Forbid python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
NotBioWaste905 authored Dec 6, 2024
1 parent 641f3fe commit 8115acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_packages/chatsky_llm_autoconfig/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.10,<3.12"
networkx = "^3.3"
langchain = "^0.3.1"
langchain-openai = "^0.2.1"
Expand Down

0 comments on commit 8115acb

Please sign in to comment.