diff --git a/codegen-examples/pyproject.toml b/codegen-examples/pyproject.toml index a2d9e601f..8f016c5bb 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.6.1"] +dependencies = ["codegen==0.6.2"] license = { file = "LICENSE" } classifiers = [ "License :: OSI Approved :: Apache Software License",