Skip to content

Tags: Ramtinhoss/codegen

Tags

v0.43.2

Toggle v0.43.2's commit message
docs: updated API reference

v0.43.1

Toggle v0.43.1'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.65.2 (codegen-sh#708)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.65.2`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1652-2025-03-01)

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

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

##### Bug Fixes

- **azure:** azure_deployment use with realtime + non-deployment-based
APIs
([#&#8203;2154](https://redirect.github.com/openai/openai-python/issues/2154))
([5846b55](https://redirect.github.com/openai/openai-python/commit/5846b552877f3d278689c521f9a26ce31167e1ea))

##### Chores

- **docs:** update client docstring
([#&#8203;2152](https://redirect.github.com/openai/openai-python/issues/2152))
([0518c34](https://redirect.github.com/openai/openai-python/commit/0518c341ee0e19941c6b1d9d60e2552e1aa17f26))

</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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

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

v0.43.0

Toggle v0.43.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: llm tracing link for langsmith (codegen-sh#700)

# 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>

v0.42.2

Toggle v0.42.2's commit message

Verified

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

# 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.42.1

Toggle v0.42.1's commit message
docs: updated API reference

v0.42.0

Toggle v0.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: sync changes to local state before run (codegen-sh#696)

v0.41.8

Toggle v0.41.8'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.65.1 (codegen-sh#694)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.65.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1651-2025-02-27)

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

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

##### Documentation

- update URLs from stainlessapi.com to stainless.com
([#&#8203;2150](https://redirect.github.com/openai/openai-python/issues/2150))
([dee4298](https://redirect.github.com/openai/openai-python/commit/dee42986eff46dd23ba25b3e2a5bb7357aca39d9))

</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.41.7

Toggle v0.41.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove extra param from _handle_existing_container (codegen-sh#688)

v0.41.6

Toggle v0.41.6'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.65.0 (codegen-sh#690)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.65.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1650-2025-02-27)

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

##### Features

- **api:** add gpt-4.5-preview
([#&#8203;2149](https://redirect.github.com/openai/openai-python/issues/2149))
([4cee52e](https://redirect.github.com/openai/openai-python/commit/4cee52e8d191b0532f28d86446da79b43a58b907))

##### Chores

- **internal:** properly set **pydantic_private**
([#&#8203;2144](https://redirect.github.com/openai/openai-python/issues/2144))
([2b1bd16](https://redirect.github.com/openai/openai-python/commit/2b1bd1604a038ded67367742a0b1c9d92e29dfc8))

</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.41.5

Toggle v0.41.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: check commit_sha is not None before logging (codegen-sh#687)