-
Notifications
You must be signed in to change notification settings - Fork 101
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
botocore VersionConflict issue #68
Comments
Note that this isn't the same version conflict (though it is for the same dependency) as was resolved with #65. Also, in this case, I'm seeing this running on a Mac |
It appears that the following versions are necessary to get a working version of aws-adfs working again.
|
Unfortunately I set version range for boto3 too wide. I've released version: 0.4.8 with:
|
Issue is resolved in the latest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that after upgrading from 0.4.4 to 0.4.7 makes aws-adfs no longer work.
Downgrading to 0.4.4 (last working version) doesn't resolve the issue.
Setting up a new python environment doesn't resolve the issue either.
The text was updated successfully, but these errors were encountered: