Skip to content

Commit

Permalink
fix template py verisons (#12650)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Oct 31, 2023
1 parent b74468f commit 912ace1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/cassandra-entomology-rag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Stefano Lottini <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
python = ">=3.8.1,<4.0"
langchain = ">=0.0.313"
openai = "^0.28.1"
tiktoken = "^0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion templates/cassandra-synonym-caching/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Stefano Lottini <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
python = ">=3.8.1,<4.0"
langchain = ">=0.0.313"
openai = "^0.28.1"
tiktoken = "^0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion templates/csv-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9.1,<3.13"
python = ">=3.8.1,<4.0"
langchain = ">=0.0.313"
openai = "^0.28.1"
tiktoken = "^0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion templates/plate-chain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.8.1,<4.0"
langchain = ">=0.0.313, <0.1"
openai = "^0.28.1"
langserve = "^0.0.19"
Expand Down
2 changes: 1 addition & 1 deletion templates/rag-elasticsearch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Joe McElroy <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.8.1,<4.0"
langchain = ">=0.0.313"
openai = "^0.28.1"
elasticsearch = "^8.10.0"
Expand Down

0 comments on commit 912ace1

Please sign in to comment.