diff --git a/libs/partners/openai/poetry.lock b/libs/partners/openai/poetry.lock index 3c00a51e271..b7fdaffce81 100644 --- a/libs/partners/openai/poetry.lock +++ b/libs/partners/openai/poetry.lock @@ -385,7 +385,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.2.2rc1" +version = "0.2.2" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1268,4 +1268,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "62f0a24221c64dc8035ccf7cca3f8ac2eaf47d653a441645c8021120833ecb52" +content-hash = "5c1d82bd3c1c750d2cf8999ca6b8ecc9c0fe96cd348f2aed85e22b7cac54b2de" diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index aed9d0274f1..441d6f10d69 100644 --- a/libs/partners/openai/pyproject.toml +++ b/libs/partners/openai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-openai" -version = "0.1.8rc1" +version = "0.1.8" description = "An integration package connecting OpenAI and LangChain" authors = [] readme = "README.md" @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -langchain-core = {version =">=0.2.2rc1,<0.3", allow-prereleases=true} +langchain-core = ">=0.2.2,<0.3" openai = "^1.26.0" tiktoken = ">=0.7,<1"