diff --git a/poetry.lock b/poetry.lock index e9660faa67..8e153ca7c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1475,13 +1475,13 @@ files = [ [[package]] name = "openai" -version = "1.11.0" +version = "1.11.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.11.0-py3-none-any.whl", hash = "sha256:05abd618db093be1d2a16d3281136c163ddf57d7fe8fdf82c8b1edda6099c0b0"}, - {file = "openai-1.11.0.tar.gz", hash = "sha256:52bc4881efd04a548998c7bdcbfe234f642ce2817ce64cd207d0caccaf0b50ad"}, + {file = "openai-1.11.1-py3-none-any.whl", hash = "sha256:e0f388ce499f53f58079d0c1f571f356f2b168b84d0d24a412506b6abc714980"}, + {file = "openai-1.11.1.tar.gz", hash = "sha256:f66b8fe431af43e09594147ef3cdcb79758285de72ebafd52be9700a2af41e99"}, ] [package.dependencies] @@ -2693,4 +2693,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "eb9535e68b205f535f32802df0994f344c381a79d34ba1fcf892277376412fd5" +content-hash = "221cd11e03a2419c662164ab2f02f95405e5169da39ff67c095201b5750568b5" diff --git a/pyproject.toml b/pyproject.toml index 43844d93ee..bc6c0252e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,6 @@ openai = "^1.7.1" langchain-openai = "^0.0.2" pyright = "1.1.333" black = {git = "https://github.com/psf/black.git", rev = "stable"} -mkdocs-material = {extras = ["imaging"], version = "^9.5.7"} [tool.poetry.group.dev.dependencies] isort = "^5.13.2" @@ -31,9 +30,9 @@ black = "^24.1" autoflake = "^2.2.1" pre-commit = "^3.6.0" mkdocs = "^1.4.3" -mkdocs-material = "^9.5.3" mkdocstrings = "^0.22.0" mkdocstrings-python = "^1.1.2" +mkdocs-material = {extras = ["imaging"], version = "^9.5.7"} [tool.isort] profile = "black"