Skip to content

Commit e59ebb8

Browse files
committed
codegen: Bump image version
1 parent 17138db commit e59ebb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regen_openapi.py

+1-1
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:20250306-273"
18+
OPENAPI_CODEGEN_IMAGE = "ghcr.io/svix/openapi-codegen:20250307-275"
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)