Skip to content

Commit

Permalink
anthropic, openai: cut pre-releases (#22083)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored and hinthornw committed Jun 20, 2024
1 parent 98b617c commit e624a99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions libs/partners/anthropic/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/anthropic/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-anthropic"
version = "0.1.13"
version = "0.1.14rc1"
description = "An integration package connecting AnthropicMessages 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.2.0,<0.3"
langchain-core = {version =">=0.2.2rc1,<0.3", allow-prereleases=true}
anthropic = ">=0.26.0,<1"
defusedxml = { version = "^0.7.1", optional = true }

Expand Down
6 changes: 3 additions & 3 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.1.7"
version = "0.1.8rc1"
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.2.0,<0.3"
langchain-core = {version =">=0.2.2rc1,<0.3", allow-prereleases=true}
openai = "^1.24.0"
tiktoken = ">=0.7,<1"

Expand Down

0 comments on commit e624a99

Please sign in to comment.