anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
60 stars 51 forks source link

fix: re-order access_token param in Artifactory object #198

Closed anancarv closed 1 month ago

anancarv commented 1 month ago

Description

v2.7.0 added a new parameter (access_token) in the middle of the Artifactory class constructor, breaking backward compatibility.

Fixes #197

Type of change

Please delete options that are not relevant.