diff --git a/pyproject.toml b/pyproject.toml index 87a468d..a2b923d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.12" dependencies = [ "click>=8.2.1", - "openai>=1.99.6", + "openai>=1.99.7", "pangea-sdk==6.4.0", "python-dotenv>=1.1.1", "scipy>=1.16.1", diff --git a/uv.lock b/uv.lock index 8b313a2..1d39d0a 100644 --- a/uv.lock +++ b/uv.lock @@ -23,7 +23,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "click", specifier = ">=8.2.1" }, - { name = "openai", specifier = ">=1.99.6" }, + { name = "openai", specifier = ">=1.99.7" }, { name = "pangea-sdk", specifier = "==6.4.0" }, { name = "python-dotenv", specifier = ">=1.1.1" }, { name = "scipy", specifier = ">=1.16.1" },