Skip to content

Commit e48343f

Browse files
authored
feat(functions): add new runtimes (#1941)
1 parent 6ccc59f commit e48343f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/clients/src/api/function/v1beta1/types.gen.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ export type FunctionRuntime =
5959
| 'rust179'
6060
| 'go123'
6161
| 'go124'
62+
| 'python313'
63+
| 'rust185'
64+
| 'php84'
6265

6366
export type FunctionSandbox = 'unknown_sandbox' | 'v1' | 'v2'
6467

0 commit comments

Comments
 (0)