From 2927f4d3c20c96288f65309f40645fa6af345808 Mon Sep 17 00:00:00 2001 From: pfvatterott Date: Mon, 12 Jan 2026 13:03:55 -0700 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 058f47a..79c1e6b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="propelauth-fastapi", - version="4.3.0", + version="4.3.1", description="A FastAPI library for managing authentication, backed by PropelAuth", long_description=README, long_description_content_type="text/markdown", @@ -21,7 +21,7 @@ author="PropelAuth", author_email="support@propelauth.com", license="MIT", - install_requires=["propelauth-py==4.3.0", "requests", "httpx>=0.28.1"], + install_requires=["propelauth-py==4.3.1", "requests", "httpx>=0.28.1"], setup_requires=pytest_runner, tests_require=["pytest==4.4.1"], test_suite="tests",