samples-python
samples-python copied to clipboard
Samples for working with the Temporal Python SDK
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 65.5.1. Changelog Sourced from setuptools's changelog. v65.5.1 Misc ^^^^ #3638: Drop a test dependency on the mock package, always use :external+python:py:mod:unittest.mock -- by :user:hroncok #3659:...
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3. Changelog Sourced from cryptography's changelog. 38.0.3 - 2022-11-01 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7, which resolves *CVE-2022-3602*...
A concern was raised that our samples should not be demonstrating any form of polling from within an entity workflow loop, even if the poll frequency is low. Instead, we...
### What are you really trying to do? I want to use Pydantic and datetime objects as input/outputs/signals/queries to workflows and activities. ### Describe the bug The recommended reference example...
## What was changed We use the activity.info().attempt value to feed the TestService ## Why? Before this change the attempt value in the TestService was never change and stay to...
This PR contains proposals for how the Python SDK could help users defer update processing, control interleaving of handler coroutines, and ensure processing is complete before workflow completion. `update/job_runner_I1.py` and...
## What was changed Added a new example to set up Sentry using the V2 SDK. ## Why? The original Sentry integration only works with Sentry SDK v1, due to...