anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
55 stars 50 forks source link

fix: convert SecretStr to Str when update #100

Closed anancarv closed 2 years ago

anancarv commented 2 years ago

Description

Remote repository update fails with Object of type 'SecretStr' is not JSON serializable. It is because we do not convert the SecretStr to Str when making the API call to the artifactory API.

Fixes #99

Type of change

Checklist: