Skip to content

Commit a0bd12b

Browse files
authored
Fix docs (#54)
* fix ERROR - Could not collect 'nest.core.pynest_applications.PyNestApp' * loosen fastapi range * run black * loose injector dependency range
1 parent ab8cc61 commit a0bd12b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/decorators/module.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Decorators
2-
31
## Module Decorator
42

53
The `Module` decorator is used to define a module. A module is a class that contains the controllers and services that

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"PyYAML>=6.0.1",
3030
"astor>=0.8.1",
3131
"black>=23.11.0",
32-
"injector>=0.21.0",
32+
"injector>=0.20.1",
3333
"pydantic<2.0.0",
3434
"sqlalchemy == 2.0.19",
3535
"alembic == 1.7.4",

0 commit comments

Comments
 (0)