diff --git a/poetry.lock b/poetry.lock index a700f1dd9..9a24d735d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1824,17 +1824,17 @@ tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0" [[package]] name = "langchain-openai" -version = "0.1.14" +version = "0.1.15" description = "An integration package connecting OpenAI and LangChain" optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_openai-0.1.14-py3-none-any.whl", hash = "sha256:fcd34cc5b5713798908a5828d364b4426e3b1afccbd564d344e5477acb86634a"}, - {file = "langchain_openai-0.1.14.tar.gz", hash = "sha256:1f13d6041e8bedddf6eb47ccad7416e05af38fa169324f7f1bdf4f385780f8d8"}, + {file = "langchain_openai-0.1.15-py3-none-any.whl", hash = "sha256:7e3cd4c77ccb3a7d28743daaefeb0d34fc1665b03bdfe3f3db5d44894d10b92f"}, + {file = "langchain_openai-0.1.15.tar.gz", hash = "sha256:016da6be25c1accdb0f7468868d3b294329ae97d73c2425c580656e9c30ad7be"}, ] [package.dependencies] -langchain-core = ">=0.2.2,<0.3" +langchain-core = ">=0.2.13,<0.3.0" openai = ">=1.32.0,<2.0.0" tiktoken = ">=0.7,<1" @@ -4317,4 +4317,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "8c6b34e677219cb6b0f035e257162656751eb998b9ab9fb7698e84f99a19a078" +content-hash = "9f8d27a1ecaa894eee2e099d10a44abddac85d5298ef9e1041df3fdda788088f" diff --git a/pyproject.toml b/pyproject.toml index 5686122f3..15ec529a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ pydantic_core = "^2.18.4" langchain = "^0.2.1" langchain-community = "^0.2.1" langchain-core = "^0.2.16" -langchain-openai = "^0.1.14" +langchain-openai = "^0.1.15" unstructured = "^0.14.4" Markdown = "^3.6" faiss-cpu = "^1.8.0"