Skip to content

Commit

Permalink
openai: core version, rc1 (#15614)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Jan 5, 2024
1 parent 98be1e5 commit 7f8baa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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,13 +1,13 @@
[tool.poetry]
name = "langchain-openai"
version = "0.0.1rc0"
version = "0.0.1rc1"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.0.12"
langchain-core = ">=0.1.7,<0.2"
openai = "^1.6.1"
numpy = "^1"
tiktoken = "^0.5.2"
Expand Down

0 comments on commit 7f8baa0

Please sign in to comment.