Learn more about these different git repos.
Other Git URLs
After upgrading to F32 I get the mentioned ValidationError when trying to use the v2 client. Simple reproducer:
import copr cl = copr.create_client2_from_file_config(filepath=".config/copr") cl.projects.get_list(owner="@storage")
python3-copr version is same in both F31 and F32 (1.102-1) so I assume it might be a problem with new python3-marshmallow (upgraded from 2.19.4 to 3.1.1).
Thank you for the report!
Please try to update to 1.105 version. This should be duplicate to #1455.
1.105
Metadata Update from @praiskup: - Issue close_status updated to: Duplicate - Issue status updated to: Closed (was: Open)
1.105 fixes the issue, thank you.
Note that you should migrate to APIv3 soon: https://fedora-copr.github.io/posts/EOL-APIv1-APIv2
Log in to comment on this ticket.