Skip to content

Commit 3d362aa

Browse files
committed
Bump versions
1 parent 1ef38fc commit 3d362aa

4 files changed

Lines changed: 10 additions & 27 deletions

File tree

libs/community/poetry.lock

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

libs/community/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-community"
3-
version = "0.0.36"
3+
version = "0.0.37rc1"
44
description = "Community contributed LangChain integrations."
55
authors = []
66
license = "MIT"
@@ -10,6 +10,7 @@ repository = "https://github.com/langchain-ai/langchain"
1010
[tool.poetry.dependencies]
1111
python = ">=3.8.1,<4.0"
1212
langchain-core = "^0.1.48"
13+
langchain = "~0.2.0rc1"
1314
SQLAlchemy = ">=1.4,<3"
1415
requests = "^2"
1516
PyYAML = ">=5.3"
@@ -102,7 +103,6 @@ premai = {version = "^0.3.25", optional = true}
102103
vdms = {version = "^0.0.20", optional = true}
103104
httpx-sse = {version = "^0.4.0", optional = true}
104105
pyjwt = {version = "^2.8.0", optional = true}
105-
langchain = "^0.1.17"
106106

107107
[tool.poetry.group.test]
108108
optional = true

libs/langchain/poetry.lock

Lines changed: 2 additions & 18 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain"
3-
version = "0.1.17"
3+
version = "0.2.0rc1"
44
description = "Building applications with LLMs through composability"
55
authors = []
66
license = "MIT"
@@ -108,7 +108,7 @@ databricks-vectorsearch = {version = "^0.21", optional = true}
108108
couchbase = {version = "^4.1.9", optional = true}
109109
dgml-utils = {version = "^0.3.0", optional = true}
110110
datasets = {version = "^2.15.0", optional = true}
111-
langchain-openai = {version = ">=0.0.2,<0.1", optional = true}
111+
# langchain-openai = {version = ">=0.0.2,<0.1", optional = true}
112112
rdflib = {version = "7.0.0", optional = true}
113113

114114
[tool.poetry.group.test]

0 commit comments

Comments
 (0)