Skip to content

Commit

Permalink
langchain[patch]: Release 0.1.2 (#16388)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jan 22, 2024
1 parent 8779013 commit af9f173
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions libs/langchain/_test_minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
langchain-core==0.1.9
langchain-community==0.0.13
langchain-core==0.1.14
langchain-community==0.0.14
22 changes: 16 additions & 6 deletions libs/langchain/poetry.lock

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

6 changes: 3 additions & 3 deletions libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.1.1"
version = "0.1.2"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand All @@ -12,8 +12,8 @@ langchain-server = "langchain.server:main"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.9,<0.2"
langchain-community = ">=0.0.13,<0.1"
langchain-core = ">=0.1.14,<0.2"
langchain-community = ">=0.0.14,<0.1"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
Expand Down

0 comments on commit af9f173

Please sign in to comment.