From b244d071b5dea67ff85b00f15857d0819cddc26b Mon Sep 17 00:00:00 2001 From: Ashir Rao <69091220+Ash1R@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:36:01 -0700 Subject: [PATCH 1/2] Update pydantic version --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 78f2d57..9e3617d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "requests>=2.32.3", "typing_extensions>=4.12.2", "jsonschema-gentypes==2.6.0", - "pydantic==2.6.4", + "pydantic>=2.8.0", "stdlib_list==0.10.0", "colorama==0.4.4", "python-socketio[asyncio_client]==5.11.1", diff --git a/requirements.txt b/requirements.txt index d967c75..d34defb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests>=2.32.3 typing_extensions>=4.10.0 jsonschema-gentypes==2.10.0 -pydantic==2.6.4 +pydantic>=2.8.0 stdlib_list==0.10.0 colorama==0.4.4 python-socketio[asyncio_client]==5.11.1 From af0de33dda0f58f1a6a4641e57f1c166be271f80 Mon Sep 17 00:00:00 2001 From: Ashir Rao <69091220+Ash1R@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:49:06 -0700 Subject: [PATCH 2/2] Update to dev3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e3617d..497818c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.2", "wheel"] [project] name = "polyapi-python" -version = "0.3.8.dev0" +version = "0.3.8.dev3" description = "The Python Client for PolyAPI, the IPaaS by Developers for Developers" authors = [{ name = "Dan Fellin", email = "dan@polyapi.io" }] dependencies = [