From ca12ed0bd8f04c695a248a68777d855b8eae9663 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:19:53 +0000 Subject: [PATCH] fix(deps): update dependency pangea-sdk to >=5.2.1 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad7ce23..7be72d7 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.2.0", + "pangea-sdk>=5.2.1", "python-dotenv>=1.0.1", ] diff --git a/uv.lock b/uv.lock index 11e2b23..2ace684 100644 --- a/uv.lock +++ b/uv.lock @@ -517,7 +517,7 @@ dev = [ requires-dist = [ { name = "click", specifier = ">=8.1.7" }, { name = "openai", specifier = ">=1.58.1" }, - { name = "pangea-sdk", specifier = ">=5.2.0" }, + { name = "pangea-sdk", specifier = ">=5.2.1" }, { name = "python-dotenv", specifier = ">=1.0.1" }, ]