Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Oct 18, 2024
1 parent 8e4e8c7 commit 1c066c5
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 66 deletions.
167 changes: 110 additions & 57 deletions poetry.lock

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

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
langchain = ">=0.2.7,<0.4"
langchain-community = ">=0.2,<0.4"
langchain-core= ">=0.2.28,<0.4"
langchain = "^0.3"
langchain-community = "^0.3"
langchain-core= "^0.3.12"
langsmith = ">=0.0.70"
tqdm = "^4"
ipywidgets = "^8"
tabulate = ">=0.8.0"
langchain-openai = ">=0.1.14,<0.3"
langchain-openai = "^0.2"

[tool.poetry.group.dev]
optional = true
Expand Down Expand Up @@ -58,11 +58,11 @@ pytest-socket = "^0.6.0"
pytest-watch = "^4.2.0"
pytest-timeout = "^2.2.0"
freezegun = "^1.3.1"
langchain-anthropic = ">=0.1.19,<0.3"
langchain-fireworks = ">=0.1.4,<0.3"
langchain-mistralai = ">=0.1.9,<0.3"
langchain-groq = ">=0.1.6,<0.3"
langchain-core = ">=0.2.0,<0.4"
langchain-anthropic = "^0.2"
langchain-fireworks = "^0.2"
langchain-mistralai = "^0.2"
langchain-groq = "^0.2"
langchain-core = "^0.3.12"
faiss-cpu = ">=1.8.0"

[tool.ruff]
Expand Down

0 comments on commit 1c066c5

Please sign in to comment.