diff --git a/pyproject.toml b/pyproject.toml index 01240671e..04867f8fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "rustworkx>=0.15.1", "typing-extensions>=4.12.2", "termcolor>=2.4.0", - "sentry-sdk==2.20.0", + "sentry-sdk==2.22.0", "tenacity>=9.0.0", "click>=8.1.7", "requests>=2.32.3", diff --git a/uv.lock b/uv.lock index 09b2633e9..d1454d9d2 100644 --- a/uv.lock +++ b/uv.lock @@ -688,7 +688,7 @@ requires-dist = [ { name = "neo4j" }, { name = "networkx", specifier = ">=3.4.1" }, { name = "numpy", specifier = ">=2.2.2" }, - { name = "openai", specifier = "==1.61.1" }, + { name = "openai", specifier = "==1.63.1" }, { name = "packaging", specifier = ">=24.2" }, { name = "pip", specifier = ">=24.3.1" }, { name = "plotly", specifier = ">=5.24.0,<7.0.0" }, @@ -2480,7 +2480,7 @@ wheels = [ [[package]] name = "openai" -version = "1.61.1" +version = "1.63.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -2492,9 +2492,9 @@ dependencies = [ { name = "tqdm" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d9/cf/61e71ce64cf0a38f029da0f9a5f10c9fa0e69a7a977b537126dac50adfea/openai-1.61.1.tar.gz", hash = "sha256:ce1851507218209961f89f3520e06726c0aa7d0512386f0f977e3ac3e4f2472e", size = 350784 } +sdist = { url = "https://files.pythonhosted.org/packages/f3/f8/49c5fb79d5e8e33073a296e24ebc8023b038ec11c283d28199e38210f234/openai-1.63.1.tar.gz", hash = "sha256:79e53b16b3b26d151300364e0df69a863db73e85fbe117158f2639efca0d70e7", size = 356850 } wheels = [ - { url = "https://files.pythonhosted.org/packages/9a/b6/2e2a011b2dc27a6711376808b4cd8c922c476ea0f1420b39892117fa8563/openai-1.61.1-py3-none-any.whl", hash = "sha256:72b0826240ce26026ac2cd17951691f046e5be82ad122d20a8e1b30ca18bd11e", size = 463126 }, + { url = "https://files.pythonhosted.org/packages/42/97/b7a362afdba2093853bea7e6dad33d930dd4bccbbe890532b0162db28733/openai-1.63.1-py3-none-any.whl", hash = "sha256:1e30a8131fbbd4859c104137cf152901870ba346060df1934a74a71ae330f071", size = 472282 }, ] [[package]]