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