unioslo / harborapi

Python async client for the Harbor REST API v2.0.
https://unioslo.github.io/harborapi/
MIT License
28 stars 5 forks source link

Update models.py #73

Closed Soopx closed 8 months ago

Soopx commented 9 months ago

edited the replication filter model to expect a string instead of a dictionary containing a string, which previously caused a failure when calling get_replication_policies

pederhan commented 8 months ago

Hi, we use some code generation for this project, so I took your suggestion and implemented it in #75. Thanks for pointing out this issue.