diff --git a/poetry.lock b/poetry.lock index 51b5ee90..1061fa12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1803,18 +1803,18 @@ typing-extensions = ">=4.7" [[package]] name = "langchain-openai" -version = "0.3.12" +version = "0.3.14" description = "An integration package connecting OpenAI and LangChain" optional = false python-versions = "<4.0,>=3.9" groups = ["dev"] files = [ - {file = "langchain_openai-0.3.12-py3-none-any.whl", hash = "sha256:0fab64d58ec95e65ffbaf659470cd362e815685e15edbcb171641e90eca4eb86"}, - {file = "langchain_openai-0.3.12.tar.gz", hash = "sha256:c9dbff63551f6bd91913bca9f99a2d057fd95dc58d4778657d67e5baa1737f61"}, + {file = "langchain_openai-0.3.14-py3-none-any.whl", hash = "sha256:b8e648d2d7678a5540818199d141ff727c6f1514294b3e1e999a95357c9d66a0"}, + {file = "langchain_openai-0.3.14.tar.gz", hash = "sha256:0662db78620c2e5c3ccfc1c36dc959c0ddc80e6bdf7ef81632cbf4b2cc9b9461"}, ] [package.dependencies] -langchain-core = ">=0.3.49,<1.0.0" +langchain-core = ">=0.3.53,<1.0.0" openai = ">=1.68.2,<2.0.0" tiktoken = ">=0.7,<1"