-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: SpaceDA/samples-python
base: main
head repository: temporalio/samples-python
compare: main
- 15 commits
- 176 files changed
- 11 contributors
Commits on Oct 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b961457 - Browse repository at this point
Copy the full SHA b961457View commit details
Commits on Oct 28, 2025
-
Set explicit permissions for GitHub Actions workflows (temporalio#261)
This change was made by an automated process to ensure all GitHub Actions workflows have explicitly defined permissions as per best practices.
Configuration menu - View commit details
-
Copy full SHA for 092eaad - Browse repository at this point
Copy the full SHA 092eaadView commit details
Commits on Nov 11, 2025
-
update samples to use environment configuration for client (temporali…
…o#233) * update samples to use environment configuration for client * linting fixes * update to direct profile mutation * mutate config as dict * update client config usage * Update temporalio dependency (includes optional profile commit) * remove unused toml & util * Update SDK version to 1.18 (temporalio#247) * Update SDK version to 1.18 * Update openai breaking change * update samples to use environment configuration for client * linting fixes * update to direct profile mutation * update new samples to use envconfig * linting again * remove redundant files/code --------- Co-authored-by: tconley1428 <timothy.conley@temporal.io>
Configuration menu - View commit details
-
Copy full SHA for ff0f134 - Browse repository at this point
Copy the full SHA ff0f134View commit details
Commits on Nov 13, 2025
-
Update to Temporal SDK 1.19.0 (temporalio#262)
* update to temporal sdk 1.19.0 * Fix breaking changes from 1.19.0 in MCP samples
Configuration menu - View commit details
-
Copy full SHA for 74fdf50 - Browse repository at this point
Copy the full SHA 74fdf50View commit details
Commits on Dec 5, 2025
-
Update Python SDK to 1.20.0 (temporalio#264)
* v1.20.0 * Use new mac runners, run CI against 3.14 instead of 3.13 * update uv.lock * upgrade uv.lock for pyarrow for 3.14 support * upgrade uv.lock for orjson for 3.14 support * pydantic should be the last package to upgrade * tiktoken * loosen ver for gevent * grpcio * Skip test for trio-async for Python 3.14 and newer, add to README * Didn't place the skip high enough * Put it too high * black to ruff * Add to readme for 3.14 for Sentry * format
Configuration menu - View commit details
-
Copy full SHA for 6de4916 - Browse repository at this point
Copy the full SHA 6de4916View commit details
Commits on Dec 16, 2025
-
Workflow multiprocessing (temporalio#263)
* WIP add workflow_multiprocessing sample * Add README content and other minor improvements * remove html table that rendered poorly. switch to print over logger for simplicity * remove syntax highlighting on blocks * Apply some minor improvements to the readme * fix broken link in top level README * remove inaccurate comment in starter.py * remove unused workflow input * run formatter. Ignore linter error on multiprocessing.get_context b/c both ForkContext and SpawnContext are acceptable for what we need * rename to worker_multiprocessing
Configuration menu - View commit details
-
Copy full SHA for 5140187 - Browse repository at this point
Copy the full SHA 5140187View commit details
Commits on Dec 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cff0a70 - Browse repository at this point
Copy the full SHA cff0a70View commit details
Commits on Dec 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 230fdf8 - Browse repository at this point
Copy the full SHA 230fdf8View commit details
Commits on Feb 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for cad16b7 - Browse repository at this point
Copy the full SHA cad16b7View commit details
Commits on Feb 18, 2026
-
Update sdk version to 1.23.0 (temporalio#278)
* Update sdk version to 1.23.0 * Fix changes from workflow info being optional
Configuration menu - View commit details
-
Copy full SHA for 827d565 - Browse repository at this point
Copy the full SHA 827d565View commit details
Commits on Feb 25, 2026
-
Standalone activity (temporalio#270)
* Standalone Activity sample * Add sample to READMEs, update sample to include list_activities and count_activities * ruff format --------- Co-authored-by: Andrew Yuan <Andrew.Yuan@temporal.io>
Configuration menu - View commit details
-
Copy full SHA for e2381f7 - Browse repository at this point
Copy the full SHA e2381f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd1407 - Browse repository at this point
Copy the full SHA 2fd1407View commit details
Commits on Mar 10, 2026
-
Nexus cancellation sample (temporalio#281)
Add sample for cancellation
Configuration menu - View commit details
-
Copy full SHA for 3cb281e - Browse repository at this point
Copy the full SHA 3cb281eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d22299 - Browse repository at this point
Copy the full SHA 0d22299View commit details
Commits on Mar 11, 2026
-
Hello standalone activity (temporalio#284)
* Make it non-`async def` * Add test * standalone activity samples to pair with docs for quickstart Signed-off-by: Phil Prasek <prasek@gmail.com> * Remove hello/hello_standalone_activity.py in favor of top-level hello_standalone_activity/ sample The standalone activity sample now lives in its own top-level directory (added by Phil in fc08204). Update the test to import from the new location and update both READMEs accordingly. --------- Signed-off-by: Phil Prasek <prasek@gmail.com> Co-authored-by: Dan Davison <dan.davison@temporal.io>
Configuration menu - View commit details
-
Copy full SHA for 5e9d1c7 - Browse repository at this point
Copy the full SHA 5e9d1c7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main