eclipse-velocitas / vehicle-app-python-sdk

vehicle-app-python-sdk
Apache License 2.0
7 stars 18 forks source link

[Bug]: #105

Closed doosuu closed 11 months ago

doosuu commented 11 months ago

Severity

High

What release version, tag or commit-hash did you use?

v0.11.0

Current Behavior

The SDK is missing a required dependency: cloudevents in its setup.py.

It is used here: https://github.com/eclipse-velocitas/vehicle-app-python-sdk/blob/3d667e410fb43073059ee091579be3486c99fe71/velocitas_sdk/dapr/_servicier.py#L20.

Steps to Reproduce

Install SDK and try to use it without installing cloudevents manually.

Expected Behavior

All required dependencies shall be declared in setup.py

Possible Solution

No response

Additional Information

No response

Code of Conduct