From 5a8e3269e3f74ca620ce96664f5b33afc0ad34d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Thu, 5 Feb 2026 10:33:33 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=2015.0.3=20=E2=86=92=2015.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump dependencies: * `pyjwt[crypto] >=2.11.0,<3.0.0` * `python-multipart >=0.0.22,<0.1.0"` --- fastapi_users/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_users/__init__.py b/fastapi_users/__init__.py index 5ff61d59..4de30103 100644 --- a/fastapi_users/__init__.py +++ b/fastapi_users/__init__.py @@ -1,6 +1,6 @@ """Ready-to-use and customizable users management for FastAPI.""" -__version__ = "15.0.3" +__version__ = "15.0.4" from fastapi_users import models, schemas # noqa: F401 from fastapi_users.exceptions import InvalidID, InvalidPasswordException