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

v6.0.4 requires ops >=2.12, but pyproject.toml only specifies >=2.10 #149

Closed
carlcsaposs-canonical opened this issue Jul 8, 2024 · 1 comment

Comments

@carlcsaposs-canonical
Copy link

using ops-scenario v6.0.4 with ops < 2.12 causes E AttributeError: module 'ops' has no attribute 'CloudCredential'

from

def _to_ops(self) -> ops.CloudCredential:

ops.CloudCredential only exists in ops 2.12+ (canonical/operator@8097cca)

but pyproject.toml only requires >=2.10

"ops>=2.10",

@tonyandrewmeyer
Copy link
Collaborator

Fixed in #128, as an accidental drive-by.

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 a pull request may close this issue.

2 participants