We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8cc61 commit a0bd12bCopy full SHA for a0bd12b
docs/decorators/module.md
@@ -1,5 +1,3 @@
1
-# Decorators
2
-
3
## Module Decorator
4
5
The `Module` decorator is used to define a module. A module is a class that contains the controllers and services that
pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
29
"PyYAML>=6.0.1",
30
"astor>=0.8.1",
31
"black>=23.11.0",
32
- "injector>=0.21.0",
+ "injector>=0.20.1",
33
"pydantic<2.0.0",
34
"sqlalchemy == 2.0.19",
35
"alembic == 1.7.4",
0 commit comments