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

Broken v1.1.68 #102

Closed
leuduan opened this issue Dec 12, 2024 · 2 comments · Fixed by #103
Closed

Broken v1.1.68 #102

leuduan opened this issue Dec 12, 2024 · 2 comments · Fixed by #103
Labels
bug Something isn't working

Comments

@leuduan
Copy link

leuduan commented Dec 12, 2024

Describe the bug

Hi, just notice the newly published version 1.1.68 is broken.

>>> from dynatrace import Dynatrace
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.8/site-packages/dynatrace/__init__.py", line 1, in <module>
    from dynatrace.main import Dynatrace
  File "/usr/local/lib/python3.8/site-packages/dynatrace/main.py", line 20, in <module>
    from dynatrace.configuration_v1.alerting_profiles import AlertingProfileService
ModuleNotFoundError: No module named 'dynatrace.configuration_v1'

The package published to pypi contains only top-level files in dynatrace folder (likely a packaging issue).

@leuduan leuduan added the bug Something isn't working label Dec 12, 2024
@dlopes7
Copy link
Collaborator

dlopes7 commented Dec 12, 2024

FYI @vduseev I think it is related to the attempt to remove tests

@vduseev
Copy link
Collaborator

vduseev commented Dec 12, 2024

Yep, that's it. The fix will be published in a few hours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants