cznic/public/: fred-prequel-0.2.3 metadata and description
public request library
author | Oto Stefan |
author_email | oto.stefan@nic.cz |
classifiers |
|
license | GPLv3+ |
provides_extras | types |
requires_dist |
|
requires_python | ~=3.8 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
fred-prequel-0.2.3.tar.gz
|
|
|
fred_prequel-0.2.3-py3-none-any.whl
|
|
Prequel is Public REQUEst Library.
ChangeLog
Unreleased
0.2.3 (2023-10-03)
Add pydantic v2 support (#29) * prequel is now compatible with both pydantic v1 and pydantic v2
0.2.2 (2023-04-13)
Use fred-types for common application-wide objects.
Fix decoder of gRPC messages (#15)
0.2.1 (2023-02-23)
Fix missing exported symbols.
0.2.0 (2023-02-22)
Handle renamed items in gRPC messages (fred-api/public-request).
Changes in Python API (breaking):
new class PublicRequestId
rename ObjectId to Reference
rename ObjectType to RegistryObjectType
rename PublicRequest.object_id to PublicRequest.reference
0.1.0 (2023-02-21)
Initial implementation