-
Notifications
You must be signed in to change notification settings - Fork 103
Insights: temporalio/sdk-python
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
1.13.0
published
Jun 20, 2025
34 Pull requests merged by 7 people
-
Making raise on cancellation the default
#935 merged
Jul 2, 2025 -
Move openai e2e tests to normal server
#937 merged
Jul 2, 2025 -
OpenAI trace fixes
#934 merged
Jul 1, 2025 -
Adding replay and end to end tests for all existing tests
#930 merged
Jul 1, 2025 -
Support for more activity tool inputs
#923 merged
Jun 30, 2025 -
Adding tests for guardrail samples
#929 merged
Jun 30, 2025 -
Experimental CI entry to run tests with latest dependencies
#920 merged
Jun 30, 2025 -
Bump core
#926 merged
Jun 27, 2025 -
Use the activity info provided during interceptor construction
#903 merged
Jun 27, 2025 -
Adding an end to end test which uses an openai service account
#922 merged
Jun 27, 2025 -
Fix bridge clippy warnings with new rust version
#924 merged
Jun 26, 2025 -
Environment configuration
#895 merged
Jun 26, 2025 -
Update Core
#919 merged
Jun 25, 2025 -
Adding named params to openai activity configurations
#917 merged
Jun 25, 2025 -
Fixing issues with openai integration on python 3.9
#918 merged
Jun 25, 2025 -
Activity worker: refactoring part 2
#899 merged
Jun 23, 2025 -
Fix a few typos in OpenAI Agents README
#910 merged
Jun 23, 2025 -
Evolve sandbox documentation
#907 merged
Jun 22, 2025 -
Do not wrap workflow-failure exceptions from converters in workflows
#882 merged
Jun 20, 2025 -
Fix cannot access local variable 'extra' where it is not associated w…
#900 merged
Jun 20, 2025 -
Pin windows python version to 3.13.4
#909 merged
Jun 20, 2025 -
Update versions for release
#906 merged
Jun 20, 2025 -
Add openai-agents to build-binaries
#908 merged
Jun 20, 2025 -
OpenAI agents support
#898 merged
Jun 19, 2025 -
Deprecate VersioningIntent
#902 merged
Jun 18, 2025 -
Fix memo payload metadata memory sharing bug
#901 merged
Jun 17, 2025 -
Update pyo3 to 0.25 and convert to pyo3-async-runtimes
#897 merged
Jun 12, 2025 -
Adding trace identification numbers
#888 merged
Jun 10, 2025 -
Use pytest-pretty
#886 merged
Jun 9, 2025 -
Update README to not recommend async activities
#876 merged
Jun 9, 2025 -
Add synchronous execution capability
#883 merged
Jun 6, 2025 -
Handle case where in_workflow is called in a synchronous activity
#884 merged
Jun 5, 2025 -
Add handling for datetimes to the default Json Converter
#872 merged
Jun 5, 2025 -
Instantiate interceptors later in workflow instance construction
#887 merged
Jun 5, 2025
7 Pull requests opened by 5 people
-
Set python test matrix to 3.14 to validate new version behavior
#885 opened
Jun 4, 2025 -
Run workflow tests with different worker configs
#904 opened
Jun 18, 2025 -
Test new version of test server
#905 opened
Jun 18, 2025 -
Expose additional
#931 opened
Jun 30, 2025 -
Initial version of nexus_operation_as_tool
#932 opened
Jul 1, 2025 -
Fix ValidatorIterator serialization
#933 opened
Jul 1, 2025 -
💥 BREAKING CHANGE - Lazy passthrough for sys.modules and OpenAI converter/sandbox improvements
#936 opened
Jul 2, 2025
12 Issues closed by 4 people
-
[Bug] Workflow cancellation can be swallowed
#620 closed
Jul 2, 2025 -
[Bug] Improperly accessing current activity context in outbound heartbeat
#889 closed
Jun 27, 2025 -
[Feature Request] Environment configuration
#835 closed
Jun 26, 2025 -
Add named parameters to OpenAI APIs
#911 closed
Jun 25, 2025 -
Fix OpenAI extension issues on python 3.9-3.10
#914 closed
Jun 25, 2025 -
[Feature Request] Fail workflow upon pydantic.ValidationError when using the pydantic_data_converter
#815 closed
Jun 20, 2025 -
[Feature Request] Upgrade PyO3 to latest and use pyo3-async-runtimes instead of pyo3-asyncio
#816 closed
Jun 12, 2025 -
[Feature Request] Add some kind of extra on some logs for easier identification
#864 closed
Jun 10, 2025 -
[Bug] pydantic_data_converter change the value of SecretStr to "*"
#890 closed
Jun 7, 2025 -
[Bug] workflow.in_workflow() expects to be called in a thread with a running event loop
#878 closed
Jun 5, 2025 -
[Feature Request] Support serialization of `datetime` values in default JSON converter
#627 closed
Jun 5, 2025 -
[Bug] Workflow interceptors initialized before some attributes set in instance constructor
#874 closed
Jun 5, 2025
12 Issues opened by 6 people
-
[Feature Request] Research and make SDK free-threading capable/compatible
#928 opened
Jun 27, 2025 -
[Bug] Batch operation feature in the Temporal Python SDK doesn't work
#927 opened
Jun 27, 2025 -
[Feature Request] Opt-in support for applying codec to headers
#925 opened
Jun 26, 2025 -
Remove eval_type_backport dependency
#921 opened
Jun 25, 2025 -
Add tests for the tracing intercepter to OpenAI tests
#916 opened
Jun 23, 2025 -
Add tests for heartbeating in OpenAI tests
#915 opened
Jun 23, 2025 -
Move OpenAI overrides to a worker interecepter
#913 opened
Jun 23, 2025 -
Validate OpenAI data converter necessity
#912 opened
Jun 23, 2025 -
[Feature Request] Create anaconda package
#894 opened
Jun 9, 2025 -
[Bug] Pyright (strict mode) fails on `start`/`execute` activity/workflow calls
#893 opened
Jun 6, 2025 -
[Feature Request] Support `merge_extra` in custom adapters
#892 opened
Jun 6, 2025 -
[Feature Request] Support executing Workflow directly
#891 opened
Jun 6, 2025
9 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Nexus: worker, workflow-backed operations, and workflow caller
#813 commented on
Jul 1, 2025 • 130 new comments -
[Feature Request] Suggest Providing activities extraction utilities to get them from a class and a module
#758 commented on
Jun 5, 2025 • 0 new comments -
[Feature Request] Provide last result and last failure to workflows
#383 commented on
Jun 9, 2025 • 0 new comments -
[Feature Request] Confirm support for Python 3.14
#863 commented on
Jun 17, 2025 • 0 new comments -
[Feature Request] Serialization context for codecs and converters
#796 commented on
Jun 23, 2025 • 0 new comments -
[Feature Request] Provide client from activity context
#721 commented on
Jun 27, 2025 • 0 new comments -
Create allure reports in CI
#615 commented on
Jun 24, 2025 • 0 new comments -
Provide client in activity context
#740 commented on
Jun 27, 2025 • 0 new comments -
run-bench w/ thread-blocking workflows
#829 commented on
Jun 24, 2025 • 0 new comments