From d1f51f0cd6b211797f086008b61d249d7e629750 Mon Sep 17 00:00:00 2001 From: Matyas Richter Date: Sat, 22 Jul 2023 17:43:56 +0200 Subject: [PATCH] v0.5.1 - Support for injecting into Websockets handlers (by @soldag) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcce3f7..120e7a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-injector" -version = "0.5.0" +version = "0.5.1" description = "python-injector integration for FastAPI" authors = ["Matyas Richter "] license = "BSD"