Skip to content

Commit

Permalink
langchain[patch]: release 0.1.10 (#18410)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Mar 2, 2024
1 parent 1fd1ac8 commit f96dd57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 24 deletions.
27 changes: 8 additions & 19 deletions libs/langchain/poetry.lock

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

8 changes: 3 additions & 5 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.9"
version = "0.1.10"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand All @@ -12,9 +12,9 @@ langchain-server = "langchain.server:main"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.1.26,<0.2"
langchain-core = ">=0.1.28,<0.2"
langchain-text-splitters = ">=0.0.1,<0.1"
langchain-community = ">=0.0.21,<0.1"
langchain-community = ">=0.0.25,<0.1"
langsmith = "^0.1.0"
pydantic = ">=1,<3"
SQLAlchemy = ">=1.4,<3"
Expand Down Expand Up @@ -66,7 +66,6 @@ requests-toolbelt = {version = "^1.0.0", optional = true}
openlm = {version = "^0.0.5", optional = true}
scikit-learn = {version = "^1.2.2", optional = true}
azure-ai-formrecognizer = {version = "^3.2.1", optional = true}
azure-ai-vision = {version = "^0.11.1b1", optional = true}
azure-cognitiveservices-speech = {version = "^1.28.0", optional = true}
py-trello = {version = "^0.19.0", optional = true}
bibtexparser = {version = "^1.4.0", optional = true}
Expand Down Expand Up @@ -223,7 +222,6 @@ azure = [
"openai",
"azure-core",
"azure-ai-formrecognizer",
"azure-ai-vision",
"azure-cognitiveservices-speech",
"azure-search-documents",
"azure-ai-textanalytics",
Expand Down

0 comments on commit f96dd57

Please sign in to comment.