Starlette 최신 상수로 교체: HTTP_422_UNPROCESSABLE_ENTITY → _CONTENT #27
Labels
No labels
api
bug
chore
collector
decision-needed
docs
enhancement
feature
feedback-loop
frontend
infra
skill
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xhh/financial-data-platform#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Starlette 최신 버전에서
HTTP_422_UNPROCESSABLE_ENTITY이름이HTTP_422_UNPROCESSABLE_CONTENT로 재명명됐다. CI 실행 로그에 관련 DeprecationWarning 이 한 번 출력됨.현재 예전 이름도 alias 로 동작하지만 미래 호환을 위해 교체.
교체 대상
현재 확인:
src/financial_platform/api/routers/reports.py(stock 타입 ticker 필수 검증).교체
기능 변화 0, 기존 테스트 그대로 통과 기대.