From fe6df26e5a88731696b149c9c013233f1d02846a Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Fri, 29 Nov 2024 14:04:02 +0100 Subject: [PATCH] up versions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a866a418..a8f45913 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ "boto3>=1.34.144,<1.36.0", "fastapi==0.115.5", "uvicorn[standard]==0.32.1", - "httpx[http2]==0.27.2", - "python-multipart==0.0.17", + "httpx[http2]==0.28.0", + "python-multipart==0.0.18", "email-validator==2.2.0", "structlog==24.4.0", "pyicu==2.14",