python-tuf/tuf/api
Abhisman Sarkar 944a540f97 Metadata API: Annotate 'unrecognized_fields' as Dict
Fixes #1938

Description of the changes being introduced by the pull request:

Annotating as Mapping seems wrong as further changes to the content might
be added in the code base. Hence, annotation changed to Dict.

Signed-off-by: Abhisman Sarkar <abhisman.sarkar@gmail.com>
2022-04-12 22:25:33 +05:30
..
serialization Merge pull request #1876 from jku/more-details-on-verify-failure 2022-03-21 14:21:44 +02:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
exceptions.py exceptions: rename FetcherHTTPError 2022-02-04 11:03:12 +02:00
metadata.py Metadata API: Annotate 'unrecognized_fields' as Dict 2022-04-12 22:25:33 +05:30