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