From f9146d30cb8bd29823120bbf346bdae0a2c1db77 Mon Sep 17 00:00:00 2001 From: Pastukhov Nikita Date: Thu, 22 Aug 2024 14:48:55 +0300 Subject: [PATCH] chore: bump version --- fast_depends/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast_depends/__about__.py b/fast_depends/__about__.py index 486ac604..390d1740 100644 --- a/fast_depends/__about__.py +++ b/fast_depends/__about__.py @@ -1,3 +1,3 @@ """FastDepends - extracted and cleared from HTTP domain FastAPI Dependency Injection System""" -__version__ = "2.4.8" +__version__ = "2.4.9"