diff --git a/pyproject.toml b/pyproject.toml index db03c27..5a94476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.12" dependencies = [ "click>=8.1.7", "openai>=1.58.1", - "pangea-sdk>=5.1.0", + "pangea-sdk>=5.2.0", "python-dotenv>=1.0.1", ] diff --git a/uv.lock b/uv.lock index 6d36db0..7d411e6 100644 --- a/uv.lock +++ b/uv.lock @@ -478,7 +478,7 @@ wheels = [ [[package]] name = "pangea-sdk" -version = "5.1.0" +version = "5.2.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, @@ -491,9 +491,9 @@ dependencies = [ { name = "requests-toolbelt" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a3/c4/e1e57fd8c225f81c2f82ded4ac1ea0c7313bf1ffbfed95ae0061d2b5e4c8/pangea_sdk-5.1.0.tar.gz", hash = "sha256:a1f4fb4ea5c64285c2a7bcddbe0e9abab91a3dfb263c15c8af783bea6749d7fb", size = 122374 } +sdist = { url = "https://files.pythonhosted.org/packages/00/bc/7131fcb7055eaa04ee06913e2f32e045fd56f1b150b4d24eb61b9ceb6b49/pangea_sdk-5.2.1.tar.gz", hash = "sha256:289240e2c729683652e371099becb7f73dc1eb2ec28a20a844d2600913634f90", size = 123804 } wheels = [ - { url = "https://files.pythonhosted.org/packages/ba/82/3ca2ac0e7dd7bd63f7b1b32509db524eace1b3fb082a129e675614dc44ae/pangea_sdk-5.1.0-py3-none-any.whl", hash = "sha256:deac6d9df2768fe65b57cfe59b580780c3fff340d2a46b25ddbaff2d2fc41673", size = 146521 }, + { url = "https://files.pythonhosted.org/packages/7b/d4/dea312ce38556af38a56d690a0b329f032c1863e641b4ce59cdfb2529ad4/pangea_sdk-5.2.1-py3-none-any.whl", hash = "sha256:511575c410677f66df0c8fd8f65653450c668bd1c47fe68cbb995106975fef38", size = 148713 }, ] [[package]] @@ -517,7 +517,7 @@ dev = [ requires-dist = [ { name = "click", specifier = ">=8.1.7" }, { name = "openai", specifier = ">=1.58.1" }, - { name = "pangea-sdk", specifier = ">=5.1.0" }, + { name = "pangea-sdk", specifier = ">=5.2.0" }, { name = "python-dotenv", specifier = ">=1.0.1" }, ]