Skip to content

Commit 9403c9b

Browse files
committed
Bump codegen image
1 parent 71f6bc6 commit 9403c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regen_openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
print("Python 3.11 or greater is required to run the codegen")
1616
exit(1)
1717

18-
OPENAPI_CODEGEN_IMAGE = "ghcr.io/svix/openapi-codegen:20250331-292"
18+
OPENAPI_CODEGEN_IMAGE = "ghcr.io/svix/openapi-codegen:20250414-293"
1919
REPO_ROOT = pathlib.Path(__file__).parent.resolve()
2020
DEBUG = os.getenv("DEBUG") is not None
2121
GREEN = "\033[92m"

0 commit comments

Comments
 (0)