Skip to content

Tags: kustomzone/codegen-sdk

Tags

v0.37.1

Toggle v0.37.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: lint (codegen-sh#657)

# Motivation

<!-- Why is this change necessary? -->

# Content

<!-- Please include a summary of the change -->

# Testing

<!-- How was the change tested? -->

# Please check the following before marking your PR as ready for review

- [ ] I have added tests for my changes
- [ ] I have updated the documentation or added new documentation as
needed

v0.37.0

Toggle v0.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Allow custom overrides for package resolving and optional sys.p…

…ath support (codegen-sh#601)

# Motivation

Certain build systems or configurations have Python packages located in
a non-default path. Those are not found by _Codegen_ per default.

# Content

_Codegen_ now considers the `PYTHONPATH` environment variable when
resolving packages.

# Testing

Added unit tests which resolve packages only when the `PYTHONPATH` is
set in a correct way.

# Please check the following before marking your PR as ready for review

- [x] I have added tests for my changes
- [x] I have updated the documentation or added new documentation as
needed

---------

Co-authored-by: Matthias Bartelt <github@mbartelt.de>
Co-authored-by: Matthias Bartelt <mathtias.bartelt@etas.com>
Co-authored-by: tomcodgen <tkucar@codegen.com>
Co-authored-by: Christine Wang <christine@codegen.com>

v0.36.0

Toggle v0.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Disable File Parse Mode (codegen-sh#651)

# Motivation

<!-- Why is this change necessary? -->

# Content

<!-- Please include a summary of the change -->

# Testing

<!-- How was the change tested? -->

# Please check the following before marking your PR as ready for review

- [ ] I have added tests for my changes
- [ ] I have updated the documentation or added new documentation as
needed

v0.35.0

Toggle v0.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(ci): add access check to tests (codegen-sh#650)

v0.34.0

Toggle v0.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: docker client (codegen-sh#634)

v0.33.1

Toggle v0.33.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(ci): fallback to`github.token` if repo scoped does not exist (c…

…odegen-sh#628)

v0.33.0

Toggle v0.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: CodegenApp (codegen-sh#617)

Co-authored-by: codegen-bot <team+codegenbot@codegen.sh>

v0.32.2

Toggle v0.32.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency openai to v1.64.0 (codegen-sh#616)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openai](https://redirect.github.com/openai/openai-python) |
`==1.63.2` -> `==1.64.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/1.63.2/1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/1.63.2/1.64.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>openai/openai-python (openai)</summary>

###
[`v1.64.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1640-2025-02-22)

[Compare
Source](https://redirect.github.com/openai/openai-python/compare/v1.63.2...v1.64.0)

Full Changelog:
[v1.63.2...v1.64.0](https://redirect.github.com/openai/openai-python/compare/v1.63.2...v1.64.0)

##### Features

- **client:** allow passing `NotGiven` for body
([#&#8203;2135](https://redirect.github.com/openai/openai-python/issues/2135))
([4451f56](https://redirect.github.com/openai/openai-python/commit/4451f5677f9eaad9b8fee74f71c2e5fe6785c420))

##### Bug Fixes

- **client:** mark some request bodies as optional
([4451f56](https://redirect.github.com/openai/openai-python/commit/4451f5677f9eaad9b8fee74f71c2e5fe6785c420))

##### Chores

- **internal:** fix devcontainers setup
([#&#8203;2137](https://redirect.github.com/openai/openai-python/issues/2137))
([4d88402](https://redirect.github.com/openai/openai-python/commit/4d884020cbeb1ca6093dd5317e3e5812551f7a46))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "* 0-3 * * 1" (UTC).

🚦 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.32.1

Toggle v0.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: default back to bot_commit=False on RepoOperator (codegen-sh#614)

v0.32.0

Toggle v0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: docs for pr review bot (codegen-sh#613)

# Motivation

<!-- Why is this change necessary? -->

# Content

<!-- Please include a summary of the change -->

# Testing

<!-- How was the change tested? -->

# Please check the following before marking your PR as ready for review

- [x ] I have added tests for my changes
- [ x] I have updated the documentation or added new documentation as
needed

---------

Co-authored-by: kopekC <28070492+kopekC@users.noreply.github.com>