feat: introduce runner protocol and normalized event model (#7)

This commit is contained in:
banteg
2026-01-01 01:13:55 +04:00
committed by GitHub
parent a9f8967bf4
commit d296c0dbf1
36 changed files with 4749 additions and 1836 deletions
Generated
+2 -2
View File
@@ -1,6 +1,6 @@
version = 1
revision = 3
requires-python = ">=3.12"
requires-python = ">=3.14"
[[package]]
name = "anyio"
@@ -430,7 +430,7 @@ wheels = [
[[package]]
name = "takopi"
version = "0.1.0"
version = "0.2.0"
source = { editable = "." }
dependencies = [
{ name = "anyio" },