-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.7.0 broke backward compatibility of the Artifactory constructor #197
Comments
Hey @Tpt, |
Sure! In |
Ahh I see, I suggest you to use art = Artifactory(url="ARTIFACTORY_URL", auth=('USERNAME','PASSWORD_OR_API_KEY'), verify=False) |
Thank you! It's what I already did. |
Thanks for pointing it out. I'll create a MR to fix that positional argument issue. |
The issue is fixed in the new version |
Thank you for your great library!
Sadly, it seems to me commit 210e3aa shipped in v2.7.0 added a new parameter (
access_token
) in the middle of theArtifactory
class constructor, breaking backward compatibility.The text was updated successfully, but these errors were encountered: