From a0bd12bd82b0d57fb6f4785f755126138fa2b587 Mon Sep 17 00:00:00 2001 From: Itay Dar <118370953+ItayTheDar@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:13:59 +0300 Subject: [PATCH] Fix docs (#54) * fix ERROR - Could not collect 'nest.core.pynest_applications.PyNestApp' * loosen fastapi range * run black * loose injector dependency range --- docs/decorators/module.md | 2 -- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/decorators/module.md b/docs/decorators/module.md index 650057a..264a174 100644 --- a/docs/decorators/module.md +++ b/docs/decorators/module.md @@ -1,5 +1,3 @@ -# Decorators - ## Module Decorator The `Module` decorator is used to define a module. A module is a class that contains the controllers and services that diff --git a/pyproject.toml b/pyproject.toml index 41e179b..2b1dbf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "PyYAML>=6.0.1", "astor>=0.8.1", "black>=23.11.0", - "injector>=0.21.0", + "injector>=0.20.1", "pydantic<2.0.0", "sqlalchemy == 2.0.19", "alembic == 1.7.4",