[PR #3] [MERGED] chore: modernize Python code using 3.10+ annotations #38

Closed
opened 2026-02-16 02:16:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/3
Author: @masci
Created: 6/10/2025
Status: Merged
Merged: 6/11/2025
Merged by: @masci

Base: mainHead: massi/modernize


📝 Commits (2)

  • 5c61b23 chore: modernize Python code using 3.10+ annotations
  • 324b029 fix linter

📊 Changes

20 files changed (+195 additions, -154 deletions)

View changed files

📝 .gitignore (+1 -0)
.python-version (+0 -1)
.taplo.toml (+8 -0)
📝 pyproject.toml (+1 -0)
📝 src/workflows/__init__.py (+0 -2)
📝 src/workflows/checkpointer.py (+26 -28)
📝 src/workflows/context.py (+39 -41)
📝 src/workflows/context_serializers.py (+2 -0)
📝 src/workflows/decorators.py (+11 -10)
📝 src/workflows/events.py (+7 -5)
📝 src/workflows/handler.py (+7 -5)
📝 src/workflows/resource.py (+8 -9)
📝 src/workflows/retry_policy.py (+5 -3)
📝 src/workflows/service.py (+4 -3)
📝 src/workflows/types.py (+8 -1)
📝 src/workflows/utils.py (+21 -17)
📝 src/workflows/workflow.py (+25 -26)
📝 tests/test_context.py (+10 -2)
📝 tests/test_event.py (+1 -1)
📝 uv.lock (+11 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/3 **Author:** [@masci](https://github.com/masci) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/11/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/modernize` --- ### 📝 Commits (2) - [`5c61b23`](https://github.com/run-llama/workflows-py/commit/5c61b23bdd96f1fe5ba7104e57091fa2ed16b8a3) chore: modernize Python code using 3.10+ annotations - [`324b029`](https://github.com/run-llama/workflows-py/commit/324b029aa2c63afb22fa86eb96970ea5ffd89edf) fix linter ### 📊 Changes **20 files changed** (+195 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➖ `.python-version` (+0 -1) ➕ `.taplo.toml` (+8 -0) 📝 `pyproject.toml` (+1 -0) 📝 `src/workflows/__init__.py` (+0 -2) 📝 `src/workflows/checkpointer.py` (+26 -28) 📝 `src/workflows/context.py` (+39 -41) 📝 `src/workflows/context_serializers.py` (+2 -0) 📝 `src/workflows/decorators.py` (+11 -10) 📝 `src/workflows/events.py` (+7 -5) 📝 `src/workflows/handler.py` (+7 -5) 📝 `src/workflows/resource.py` (+8 -9) 📝 `src/workflows/retry_policy.py` (+5 -3) 📝 `src/workflows/service.py` (+4 -3) 📝 `src/workflows/types.py` (+8 -1) 📝 `src/workflows/utils.py` (+21 -17) 📝 `src/workflows/workflow.py` (+25 -26) 📝 `tests/test_context.py` (+10 -2) 📝 `tests/test_event.py` (+1 -1) 📝 `uv.lock` (+11 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:20 -05:00
yindo closed this issue 2026-02-16 02:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#38