diff --git a/codegen-examples/pyproject.toml b/codegen-examples/pyproject.toml index 4e1c30ab8..b96f1e188 100644 --- a/codegen-examples/pyproject.toml +++ b/codegen-examples/pyproject.toml @@ -3,7 +3,7 @@ name = "codegen-examples" version = "0.0.0" readme = "README.md" requires-python = ">=3.12, <3.14" -dependencies = ["codegen==0.5.3"] +dependencies = ["codegen==0.5.30"] license = { file = "LICENSE" } classifiers = [ "License :: OSI Approved :: Apache Software License",