Skip to content

Removing the direct dependency on the attrs lib. #4

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

Merged
merged 2 commits into from
Jan 22, 2018
Merged

Conversation

rogoman
Copy link
Contributor

@rogoman rogoman commented Jan 22, 2018

The direct dependency on the attrs lib was never used in the code. Removing, as it's blocking the lib users from upgrading their other libs.

This fixes #3

@rogoman rogoman requested review from mieciu and fala January 22, 2018 12:48
setup.py Outdated
@@ -3,7 +3,7 @@

setup(
name='kms-encryption-toolbox',
version='0.0.14',
version='0.0.15',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO we should bump to 0.1.0 in this case

@@ -3,7 +3,6 @@
kms_key_provider = aws_encryption_sdk.KMSMasterKeyProvider(key_ids=[
'arn:aws:kms:us-east-1:873559269338:key/1e1a6a81-93e0-4b9a-954b-cc09802bf3ce'
])
import pdb; pdb.set_trace()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch 😄

Copy link

@fala fala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after the version is bumped. Kudos for the other small fixes.

@rogoman rogoman merged commit ceb3560 into master Jan 22, 2018
@rogoman rogoman deleted the no-attrs branch January 22, 2018 12:53
@billcrook
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

attr version range
4 participants