Add dependency versioning preference to coding standards
This commit is contained in:
parent
6357b3499b
commit
444e2adc40
1 changed files with 1 additions and 0 deletions
1
SPEC.md
1
SPEC.md
|
|
@ -313,6 +313,7 @@ Format as structured JSON.
|
|||
- **Docstrings:** Required on modules and classes
|
||||
- **Logging:** Use `logging` module, no `print()` in production
|
||||
- **Pre-commit:** Enforce ruff and pytest before commits
|
||||
- **Dependencies:** No pinned versions unless required (e.g., `fastapi` not `fastapi==0.109.0`) - prefer latest for security
|
||||
|
||||
### File Structure
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue