Skip to content

Commit e4229ba

Browse files
fix(deps): update dependency codegen to v0.6.1 (#402)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [codegen](https://redirect.github.com/codegen-sh/codegen-sdk) ([changelog](https://docs.codegen.com/changelog/changelog)) | `==0.5.30` -> `==0.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/codegen/0.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/codegen/0.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/codegen/0.5.30/0.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/codegen/0.5.30/0.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>codegen-sh/codegen-sdk (codegen)</summary> ### [`v0.6.1`](https://redirect.github.com/codegen-sh/codegen-sdk/releases/tag/v0.6.1) [Compare Source](https://redirect.github.com/codegen-sh/codegen-sdk/compare/v0.5.30...v0.6.1) <!-- Release notes generated using configuration in .github/release.yml at develop --> #### What's Changed ##### Other Changes - CG-10731: Add ChainedAttribute.attribute_chain by [@&#8203;tawsifkamal](https://redirect.github.com/tawsifkamal) in [https://github.com/codegen-sh/codegen-sdk/pull/383](https://redirect.github.com/codegen-sh/codegen-sdk/pull/383) - fix: CG-9440 clean repo - clears from the default branch by [@&#8203;christinewangcw](https://redirect.github.com/christinewangcw) in [https://github.com/codegen-sh/codegen-sdk/pull/398](https://redirect.github.com/codegen-sh/codegen-sdk/pull/398) - chore(testing): set base dir in op creation by [@&#8203;christinewangcw](https://redirect.github.com/christinewangcw) in [https://github.com/codegen-sh/codegen-sdk/pull/399](https://redirect.github.com/codegen-sh/codegen-sdk/pull/399) - CG-10470: Add `config` CLI commands by [@&#8203;caroljung-cg](https://redirect.github.com/caroljung-cg) in [https://github.com/codegen-sh/codegen-sdk/pull/391](https://redirect.github.com/codegen-sh/codegen-sdk/pull/391) - Remove LFS from `codegen-sdk` (+ disable `disallowed-words` check) by [@&#8203;EdwardJXLi](https://redirect.github.com/EdwardJXLi) in [https://github.com/codegen-sh/codegen-sdk/pull/397](https://redirect.github.com/codegen-sh/codegen-sdk/pull/397) - docs: remove Apple siliicon by [@&#8203;jayhack](https://redirect.github.com/jayhack) in [https://github.com/codegen-sh/codegen-sdk/pull/368](https://redirect.github.com/codegen-sh/codegen-sdk/pull/368) **Full Changelog**: v0.6.0...v0.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea5327f commit e4229ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen-examples/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "codegen-examples"
33
version = "0.0.0"
44
readme = "README.md"
55
requires-python = ">=3.12, <3.14"
6-
dependencies = ["codegen==0.5.30"]
6+
dependencies = ["codegen==0.6.1"]
77
license = { file = "LICENSE" }
88
classifiers = [
99
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)