sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

Temporal Python SDK

Results 119 sdk-python issues
Sort by recently updated
recently updated
newest added

## What was changed Update release version to 1.6.0

### Describe the solution you'd like asyncio.as_completed and asyncio.wait may be non-deterministic in their use of `set`. See https://github.com/python/cpython/blob/v3.12.3/Lib/asyncio/tasks.py#L609 and https://github.com/python/cpython/blob/v3.12.3/Lib/asyncio/tasks.py#L458. See if anything can be done and if not,...

enhancement

### Describe the bug Reports of: ``` Failed to detach context Traceback (most recent call last): File "/path/to/temporalio/contrib/opentelemetry.py", line 427, in _top_level_workflow_context yield None File "/path/to/temporalio/contrib/opentelemetry.py", line 340, in execute_workflow...

bug

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.13. Release notes Sourced from pydantic's releases. V1.10.13 2023-09-27 What's Changed Update pip commands to install 1.10 by @​chbndrhnns in pydantic/pydantic#6930 Make the v1 mypy...

Mend: dependency security vulnerability
python

### Is your feature request related to a problem? Please describe. See https://github.com/temporalio/features/issues/469 which I discovered using the python SDK. ### Describe the solution you'd like ### Additional context

enhancement

Expose a defaultConnection() method or similar that switches between localhost (default) and cloud based on some environment variable, so that we can use it in the samples repos to allow...

Bumps [black](https://github.com/psf/black) from 23.1.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

Mend: dependency security vulnerability
python

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

Mend: dependency security vulnerability
python

Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

Mend: dependency security vulnerability
python

See https://github.com/temporalio/features/issues/437