Skip to content

Commit 7f8baa0

Browse files
author
Erick Friis
authored
openai: core version, rc1 (#15614)
1 parent 98be1e5 commit 7f8baa0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libs/partners/openai/poetry.lock

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

libs/partners/openai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "langchain-openai"
3-
version = "0.0.1rc0"
3+
version = "0.0.1rc1"
44
description = "An integration package connecting OpenAI and LangChain"
55
authors = []
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = ">=3.8.1,<4.0"
10-
langchain-core = ">=0.0.12"
10+
langchain-core = ">=0.1.7,<0.2"
1111
openai = "^1.6.1"
1212
numpy = "^1"
1313
tiktoken = "^0.5.2"

0 commit comments

Comments
 (0)