Skip to content

Commit

Permalink
langchain: release 0.2.0, fix min deps (#21833)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed May 17, 2024
1 parent 1b55502 commit e5046cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libs/langchain/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ langchain-server = "langchain.server:main"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.52,<0.3"
langchain-text-splitters = ">=0.0.1,<0.1"
langchain-core = "^0.2.0"
langchain-text-splitters = "^0.2.0"
langsmith = "^0.1.17"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
Expand Down

0 comments on commit e5046cb

Please sign in to comment.