From 18fe13de11845385df6c1d8916481a2c4e3c8579 Mon Sep 17 00:00:00 2001 From: Dan Fellin Date: Mon, 23 Mar 2026 12:44:53 -0700 Subject: [PATCH] pin httpx --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fccc197..f1385c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "polyapi-python" -version = "0.3.14.dev3" +version = "0.3.14.dev4" description = "The Python Client for PolyAPI, the IPaaS by Developers for Developers" authors = [{ name = "Dan Fellin", email = "dan@polyapi.io" }] dependencies = [ diff --git a/requirements.txt b/requirements.txt index b45cff7..2a7e1ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ stdlib_list>=0.10.0,<1.0.0 colorama==0.4.4 python-socketio[asyncio_client]==5.11.1 truststore>=0.8.0 -httpx>=0.28.1 \ No newline at end of file +httpx==0.28.1 \ No newline at end of file