Skip to content

Commit 92084b8

Browse files
committed
Merge remote-tracking branch 'origin/main' into pathdistribution-type-hint
2 parents e27f444 + 335a758 commit 92084b8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v4.1.0
22
=======
33

4+
* #312: Add support for metadata 2.2 (``Dynamic`` field).
5+
46
* #315: Add ``SimplePath`` protocol for interface clarity
57
in ``PathDistribution``.
68

importlib_metadata/_adapters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Message(email.message.Message):
1919
'Requires-Dist',
2020
'Requires-External',
2121
'Supported-Platform',
22+
'Dynamic',
2223
],
2324
)
2425
)

0 commit comments

Comments
 (0)