diff --git a/poetry.lock b/poetry.lock index eb5721d..564198a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2051,17 +2051,17 @@ typing-extensions = ">=4.7" [[package]] name = "langchain-openai" -version = "0.1.22" +version = "0.1.23" description = "An integration package connecting OpenAI and LangChain" optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_openai-0.1.22-py3-none-any.whl", hash = "sha256:e184ab867a30f803dc210a388537186b1b670a33d910a7e0fa4e0329d3b6c654"}, - {file = "langchain_openai-0.1.22.tar.gz", hash = "sha256:0cf93133f230a893e3b0cc2a792bbf2580950e879b577f6e8d4ff9963a7de44b"}, + {file = "langchain_openai-0.1.23-py3-none-any.whl", hash = "sha256:8e3d215803e157f26480c6108eb4333629832b1a0e746723060c24f93b8b78f4"}, + {file = "langchain_openai-0.1.23.tar.gz", hash = "sha256:ed7f16671ea0af177ac5f82d5645a746c5097c56f97b31798e5c07b5c84f0eed"}, ] [package.dependencies] -langchain-core = ">=0.2.33,<0.3.0" +langchain-core = ">=0.2.35,<0.3.0" openai = ">=1.40.0,<2.0.0" tiktoken = ">=0.7,<1" @@ -5357,4 +5357,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fe7c660f65978b7d22343140970294c0eefa1cf7cf54f54e6ea313d2c845b21d" +content-hash = "477bea08fcb15bc616aad1ebca37756d9d2c8b4e850f5c3ac55e363e87f3b03e" diff --git a/pyproject.toml b/pyproject.toml index 644e431..b5d2c2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ azure-cosmos = "^4.7.0" plotly = "^5.24.0" pandas = "^2.2.2" langchain = "^0.2.16" -langchain-openai = "^0.1.22" +langchain-openai = "^0.1.23" langchain-community = "^0.2.12" azure-search-documents = "^11.5.1" azure-identity = "^1.17.1"