You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi, just notice the newly published version 1.1.68 is broken.
The package published to pypi contains only top-level files in dynatrace folder (likely a packaging issue).
The text was updated successfully, but these errors were encountered: