Skip to content

Commit 1c066d3

Browse files
authored
Merge branch 'main' into v1.6295.0
2 parents 8aeeb79 + f1eaabc commit 1c066d3

File tree

2 files changed

+6
-0
lines changed
  • scaleway-async/scaleway_async/function/v1beta1
  • scaleway/scaleway/function/v1beta1

2 files changed

+6
-0
lines changed

scaleway-async/scaleway_async/function/v1beta1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta):
9191
RUST179 = "rust179"
9292
GO123 = "go123"
9393
GO124 = "go124"
94+
PYTHON313 = "python313"
95+
RUST185 = "rust185"
96+
PHP84 = "php84"
9497

9598
def __str__(self) -> str:
9699
return str(self.value)

scaleway/scaleway/function/v1beta1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ class FunctionRuntime(str, Enum, metaclass=StrEnumMeta):
9191
RUST179 = "rust179"
9292
GO123 = "go123"
9393
GO124 = "go124"
94+
PYTHON313 = "python313"
95+
RUST185 = "rust185"
96+
PHP84 = "php84"
9497

9598
def __str__(self) -> str:
9699
return str(self.value)

0 commit comments

Comments
 (0)