Skip to content

Commit

Permalink
Too early definition added to 425 status code type
Browse files Browse the repository at this point in the history
  • Loading branch information
atatuzuner61 committed Nov 28, 2023
1 parent 0b4d494 commit b37878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requests/status_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
422: ("unprocessable_entity", "unprocessable"),
423: ("locked",),
424: ("failed_dependency", "dependency"),
425: ("unordered_collection", "unordered"),
425: ("unordered_collection", "unordered", "too_early"),
426: ("upgrade_required", "upgrade"),
428: ("precondition_required", "precondition"),
429: ("too_many_requests", "too_many"),
Expand Down

0 comments on commit b37878d

Please sign in to comment.