together, upstage: bump minimum langchain-openai version (#22505)

pull/22509/head
ccurme 3 months ago committed by GitHub
parent c438b5b78e
commit 3c53cea760
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -566,7 +566,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.2.0" version = "0.2.4"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -575,7 +575,7 @@ develop = true
[package.dependencies] [package.dependencies]
jsonpatch = "^1.33" jsonpatch = "^1.33"
langsmith = "^0.1.0" langsmith = "^0.1.66"
packaging = "^23.2" packaging = "^23.2"
pydantic = ">=1,<3" pydantic = ">=1,<3"
PyYAML = ">=5.3" PyYAML = ">=5.3"
@ -590,7 +590,7 @@ url = "../../core"
[[package]] [[package]]
name = "langchain-openai" name = "langchain-openai"
version = "0.1.7" version = "0.1.8"
description = "An integration package connecting OpenAI and LangChain" description = "An integration package connecting OpenAI and LangChain"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -598,8 +598,8 @@ files = []
develop = true develop = true
[package.dependencies] [package.dependencies]
langchain-core = ">=0.2.0,<0.3" langchain-core = ">=0.2.2,<0.3"
openai = "^1.24.0" openai = "^1.26.0"
tiktoken = ">=0.7,<1" tiktoken = ">=0.7,<1"
[package.source] [package.source]
@ -625,13 +625,13 @@ url = "../../standard-tests"
[[package]] [[package]]
name = "langsmith" name = "langsmith"
version = "0.1.58" version = "0.1.69"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
optional = false optional = false
python-versions = "<4.0,>=3.8.1" python-versions = "<4.0,>=3.8.1"
files = [ files = [
{file = "langsmith-0.1.58-py3-none-any.whl", hash = "sha256:1148cc836ec99d1b2f37cd2fa3014fcac213bb6bad798a2b21bb9111c18c9768"}, {file = "langsmith-0.1.69-py3-none-any.whl", hash = "sha256:3d7bd6fadb0852fc4cd2e7cf8a1593306046900052da3970bb2b48ed21cc73d8"},
{file = "langsmith-0.1.58.tar.gz", hash = "sha256:a5060933c1fb3006b498ec849677993329d7e6138bdc2ec044068ab806e09c39"}, {file = "langsmith-0.1.69.tar.gz", hash = "sha256:0146764904a8e479620b7e73efcba1cf172b621799564dd7e7342859c05c264a"},
] ]
[package.dependencies] [package.dependencies]
@ -1679,4 +1679,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
content-hash = "56a2a28556d4f5076e4f309982dc83926555e54816178de52c18b9c9993e236d" content-hash = "6ce59c865654905e4232fc5ed3564768d6d94e71cb8323dbb914b902c86f5abf"

@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.0,<0.3" langchain-core = ">=0.2.0,<0.3"
langchain-openai = "^0.1.3" langchain-openai = "^0.1.8"
requests = "^2" requests = "^2"
aiohttp = "^3.9.1" aiohttp = "^3.9.1"

@ -340,7 +340,7 @@ files = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.2.0" version = "0.2.4"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -349,7 +349,7 @@ develop = true
[package.dependencies] [package.dependencies]
jsonpatch = "^1.33" jsonpatch = "^1.33"
langsmith = "^0.1.0" langsmith = "^0.1.66"
packaging = "^23.2" packaging = "^23.2"
pydantic = ">=1,<3" pydantic = ">=1,<3"
PyYAML = ">=5.3" PyYAML = ">=5.3"
@ -364,7 +364,7 @@ url = "../../core"
[[package]] [[package]]
name = "langchain-openai" name = "langchain-openai"
version = "0.1.7" version = "0.1.8"
description = "An integration package connecting OpenAI and LangChain" description = "An integration package connecting OpenAI and LangChain"
optional = false optional = false
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
@ -372,8 +372,8 @@ files = []
develop = true develop = true
[package.dependencies] [package.dependencies]
langchain-core = ">=0.2.0,<0.3" langchain-core = ">=0.2.2,<0.3"
openai = "^1.24.0" openai = "^1.26.0"
tiktoken = ">=0.7,<1" tiktoken = ">=0.7,<1"
[package.source] [package.source]
@ -399,13 +399,13 @@ url = "../../standard-tests"
[[package]] [[package]]
name = "langsmith" name = "langsmith"
version = "0.1.58" version = "0.1.69"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
optional = false optional = false
python-versions = "<4.0,>=3.8.1" python-versions = "<4.0,>=3.8.1"
files = [ files = [
{file = "langsmith-0.1.58-py3-none-any.whl", hash = "sha256:1148cc836ec99d1b2f37cd2fa3014fcac213bb6bad798a2b21bb9111c18c9768"}, {file = "langsmith-0.1.69-py3-none-any.whl", hash = "sha256:3d7bd6fadb0852fc4cd2e7cf8a1593306046900052da3970bb2b48ed21cc73d8"},
{file = "langsmith-0.1.58.tar.gz", hash = "sha256:a5060933c1fb3006b498ec849677993329d7e6138bdc2ec044068ab806e09c39"}, {file = "langsmith-0.1.69.tar.gz", hash = "sha256:0146764904a8e479620b7e73efcba1cf172b621799564dd7e7342859c05c264a"},
] ]
[package.dependencies] [package.dependencies]
@ -1304,4 +1304,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<4.0" python-versions = ">=3.8.1,<4.0"
content-hash = "118c668d4421474619c85485e5fb19abf3a8e91650e741533e4624668fbf7964" content-hash = "0073172ce2312055480e9ff47dc99ce7dfd6809208ad5ea4cee5ecf7f12eef56"

@ -13,7 +13,7 @@ license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.0,<0.3" langchain-core = ">=0.2.0,<0.3"
langchain-openai = "^0.1.3" langchain-openai = "^0.1.8"
pymupdf = "^1.24.1" pymupdf = "^1.24.1"
requests = "^2.31.0" requests = "^2.31.0"

Loading…
Cancel
Save