Skip to content
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

Open upper interval of 'keyring' dependency #23

Merged
merged 1 commit into from
May 5, 2024

Conversation

ikalnytskyi
Copy link
Owner

The keyring dependency is not optional and is required. Unfortunately, the way it's defined in pyproject.toml today prohibits installation of keyring v24 and above.

Even though it's not recommended to install python CLIs system wide, let's do not bit that restrictive unless absolutely necessary (unsupported version).

Fixes: #22

The `keyring` dependency is not optional and is required. Unfortunately,
the way it's defined in `pyproject.toml` today prohibits installation of
keyring v24 and above.

Even though it's not recommended to install python CLIs system wide,
let's do not bit that restrictive unless absolutely necessary
(unsupported version).

Fixes: #22
@ikalnytskyi ikalnytskyi force-pushed the chore/relax-keyring branch from c7d4e70 to 8f2a415 Compare May 5, 2024 18:44
@ikalnytskyi ikalnytskyi merged commit 4391335 into master May 5, 2024
16 checks passed
@ikalnytskyi ikalnytskyi deleted the chore/relax-keyring branch May 5, 2024 18:47
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.

Please make a release with updated keyring dependency version
1 participant