temporalio / sdk-python

Temporal Python SDK
MIT License
473 stars 77 forks source link

[Feature Request] Propagate changes made with updated Rust dependencies #560

Closed kelkawi-a closed 5 months ago

kelkawi-a commented 5 months ago

Is your feature request related to a problem? Please describe.

The changes in #520 have not yet propagated to pip, leading to the vulnerabilities previously identified to still exist in the latest version of the temporalio SDK.

Describe the solution you'd like

For the temporalio SDK installed using pip to have the latest Rust dependencies installed in #520 .

cretz commented 5 months ago

This will happen next release (should not be too long, but does not need to have a GH issue opened). In the meantime you can build and install the SDK itself.