diff --git a/poetry.lock b/poetry.lock index 49f312c..0a8a197 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2516,17 +2516,17 @@ typing-extensions = ">=4.7" [[package]] name = "langchain-openai" -version = "0.1.23" +version = "0.1.25" description = "An integration package connecting OpenAI and LangChain" optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_openai-0.1.23-py3-none-any.whl", hash = "sha256:8e3d215803e157f26480c6108eb4333629832b1a0e746723060c24f93b8b78f4"}, - {file = "langchain_openai-0.1.23.tar.gz", hash = "sha256:ed7f16671ea0af177ac5f82d5645a746c5097c56f97b31798e5c07b5c84f0eed"}, + {file = "langchain_openai-0.1.25-py3-none-any.whl", hash = "sha256:f0b34a233d0d9cb8fce6006c903e57085c493c4f0e32862b99063b96eaedb109"}, + {file = "langchain_openai-0.1.25.tar.gz", hash = "sha256:eb116f744f820247a72f54313fb7c01524fba0927120d4e899e5e4ab41ad3928"}, ] [package.dependencies] -langchain-core = ">=0.2.35,<0.3.0" +langchain-core = ">=0.2.40,<0.3.0" openai = ">=1.40.0,<2.0.0" tiktoken = ">=0.7,<1" @@ -6921,4 +6921,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "720fefab123878bf0886a7edfbc68a090b577d048fe931f8f3732a6fa46a9457" +content-hash = "e34fb6b10e1ecb44e59799ea008abe643d479999ae4bb85a7b3e7a9f30c75e90" diff --git a/pyproject.toml b/pyproject.toml index e09566d..65e74ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ azure-cosmos = "^4.7.0" plotly = "^5.24.1" pandas = "^2.2.2" langchain = "^0.2.16" -langchain-openai = "^0.1.23" +langchain-openai = "^0.1.25" langchain-community = "^0.2.12" azure-search-documents = "^11.5.1" azure-identity = "^1.17.1"