Skip to content

Broken v1.1.68 #102

@leuduan

Description

@leuduan

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions