Skip to content

Commit f96dd57

Browse files
author
Erick Friis
authored
langchain[patch]: release 0.1.10 (#18410)
1 parent 1fd1ac8 commit f96dd57

2 files changed

Lines changed: 11 additions & 24 deletions

File tree

libs/langchain/poetry.lock

Lines changed: 8 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/langchain/pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "Building applications with LLMs through composability"
55
authors = []
66
license = "MIT"
@@ -12,9 +12,9 @@ langchain-server = "langchain.server:main"
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<4.0"
15-
langchain-core = ">=0.1.26,<0.2"
15+
langchain-core = ">=0.1.28,<0.2"
1616
langchain-text-splitters = ">=0.0.1,<0.1"
17-
langchain-community = ">=0.0.21,<0.1"
17+
langchain-community = ">=0.0.25,<0.1"
1818
langsmith = "^0.1.0"
1919
pydantic = ">=1,<3"
2020
SQLAlchemy = ">=1.4,<3"
@@ -66,7 +66,6 @@ requests-toolbelt = {version = "^1.0.0", optional = true}
6666
openlm = {version = "^0.0.5", optional = true}
6767
scikit-learn = {version = "^1.2.2", optional = true}
6868
azure-ai-formrecognizer = {version = "^3.2.1", optional = true}
69-
azure-ai-vision = {version = "^0.11.1b1", optional = true}
7069
azure-cognitiveservices-speech = {version = "^1.28.0", optional = true}
7170
py-trello = {version = "^0.19.0", optional = true}
7271
bibtexparser = {version = "^1.4.0", optional = true}
@@ -223,7 +222,6 @@ azure = [
223222
"openai",
224223
"azure-core",
225224
"azure-ai-formrecognizer",
226-
"azure-ai-vision",
227225
"azure-cognitiveservices-speech",
228226
"azure-search-documents",
229227
"azure-ai-textanalytics",

0 commit comments

Comments
 (0)