File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -526,6 +526,9 @@ History
526526 in use since late 2022.
527527- April 2025: Added ``extras `` and ``dependency_groups `` for
528528 :ref: `lock-file-spec ` as approved through :pep: `751 `.
529+ - August 2025: The suggested name validation regex was fixed to match the field
530+ specification (it previously finished with ``$ `` instead of ``\Z ``,
531+ incorrectly permitting trailing newlines)
529532
530533
531534References
Original file line number Diff line number Diff line change @@ -53,3 +53,6 @@ History
5353 :pep: `503 <503#normalized-names >`.
5454- November 2015: The specification of valid names was approved through
5555 :pep: `508 <508#names >`.
56+ - August 2025: The suggested name validation regex was fixed to match the field
57+ specification (it previously finished with ``$ `` instead of ``\Z ``,
58+ incorrectly permitting trailing newlines)
You can’t perform that action at this time.
0 commit comments