ctengel / ctengel/simpler-objects
fastapi openapi utils.py UserWarning: Duplicate Operation ID for function
Open
bug
help wanted
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
likely due to
>Multiple Methods on One Route: Using @app.api_route() with multiple methods (e.g., ["GET", "POST"]) can sometimes cause the generator to produce the same ID for both methods in older FastAPI versions.
apparently FastAPI 0.111.0+ has fixes around deterministic ID generation in these cases.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.