diff --git a/poetry.lock b/poetry.lock index 616d9917..bbbea9d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1213,15 +1213,15 @@ markers = {main = "python_version <= \"3.11\" or python_version >= \"3.12\"", de [[package]] name = "openai" -version = "1.58.1" +version = "2.0.1" description = "The official Python library for the openai API" optional = true python-versions = ">=3.8" groups = ["main"] markers = "extra == \"openai\" and (python_version <= \"3.11\" or python_version >= \"3.12\")" files = [ - {file = "openai-1.58.1-py3-none-any.whl", hash = "sha256:e2910b1170a6b7f88ef491ac3a42c387f08bd3db533411f7ee391d166571d63c"}, - {file = "openai-1.58.1.tar.gz", hash = "sha256:f5a035fd01e141fc743f4b0e02c41ca49be8fab0866d3b67f5f29b4f4d3c0973"}, + {file = "openai-2.0.1-py3-none-any.whl", hash = "sha256:f0671423666cfd24c15010fd4732738f89f1b6d4f21c47f5c82db411cc2648d5"}, + {file = "openai-2.0.1.tar.gz", hash = "sha256:ff00c0f6f75fb04f5696bfddf52b6280f9bc2157cfc45cce011af00d8dd385e1"}, ] [package.dependencies] @@ -1235,8 +1235,10 @@ tqdm = ">4" typing-extensions = ">=4.11,<5" [package.extras] +aiohttp = ["aiohttp", "httpx-aiohttp (>=0.1.8)"] datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"] -realtime = ["websockets (>=13,<15)"] +realtime = ["websockets (>=13,<16)"] +voice-helpers = ["numpy (>=2.0.2)", "sounddevice (>=0.5.1)"] [[package]] name = "openpyxl"