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
526
526
in use since late 2022.
527
527
- April 2025: Added ``extras `` and ``dependency_groups `` for
528
528
: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)
529
532
530
533
531
534
References
Original file line number Diff line number Diff line change @@ -53,3 +53,6 @@ History
53
53
:pep: `503 <503#normalized-names >`.
54
54
- November 2015: The specification of valid names was approved through
55
55
: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