We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f6bc6 commit 9403c9bCopy full SHA for 9403c9b
regen_openapi.py
@@ -15,7 +15,7 @@
15
print("Python 3.11 or greater is required to run the codegen")
16
exit(1)
17
18
-OPENAPI_CODEGEN_IMAGE = "ghcr.io/svix/openapi-codegen:20250331-292"
+OPENAPI_CODEGEN_IMAGE = "ghcr.io/svix/openapi-codegen:20250414-293"
19
REPO_ROOT = pathlib.Path(__file__).parent.resolve()
20
DEBUG = os.getenv("DEBUG") is not None
21
GREEN = "\033[92m"
0 commit comments