Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fengjial/langchain
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjialin authored and fengjialin committed Feb 23, 2024
2 parents 94153b0 + 0f03cca commit 0e699e3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions libs/community/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/community/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
version = "0.0.21"
version = "0.0.22"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.24,<0.2"
langchain-core = ">=0.1.26,<0.2"
SQLAlchemy = ">=1.4,<3"
requests = "^2"
PyYAML = ">=5.3"
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.1.8"
version = "0.1.9"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand All @@ -12,7 +12,7 @@ langchain-server = "langchain.server:main"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.24,<0.2"
langchain-core = ">=0.1.26,<0.2"
langchain-community = ">=0.0.21,<0.1"
langsmith = "^0.1.0"
pydantic = ">=1,<3"
Expand Down
12 changes: 6 additions & 6 deletions libs/partners/openai/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/partners/openai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-openai"
version = "0.0.6"
version = "0.0.7"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.16"
langchain-core = "^0.1.26"
openai = "^1.10.0"
numpy = "^1"
tiktoken = ">=0.5.2,<1"
Expand Down

0 comments on commit 0e699e3

Please sign in to comment.