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",