Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai >=1.66,<1.67 -> >=1.68,<1.69 age adoption passing confidence
semgrep >=1.113,<1.114 -> >=1.114,<1.115 age adoption passing confidence

Release Notes

openai/openai-python (openai)

v1.68.2

Compare Source

Full Changelog: v1.68.1...v1.68.2

Refactors
  • package: rename audio extra to voice_helpers (2dd6cb8)

v1.68.1

Compare Source

Full Changelog: v1.68.0...v1.68.1

Bug Fixes
  • client: remove duplicate types (#​2235) (063f7d0)
  • helpers/audio: remove duplicative module (f253d04)
  • package: make sounddevice and numpy optional dependencies (8b04453)
Chores
  • ci: run workflows on next too (67f89d4)

v1.68.0

Compare Source

Full Changelog: v1.67.0...v1.68.0

Features
  • add audio helpers (423655c)
  • api: new models for TTS, STT, + new audio features for Realtime (#​2232) (ab5192d)

v1.67.0

Compare Source

Full Changelog: v1.66.5...v1.67.0

Features
returntocorp/semgrep (semgrep)

v1.114.0

Compare Source

Fixed
  • Pro Engine now more accurately tracks the scope of Python local variables. For
    example, the following code defines two z variables that should be tracked
    separately.

    z = 1
    
    def foo():
        z = 2
        a = z
    

    The Pro engine now correctly recognizes that the z assigned to a is the one
    defined in the local scope, not the global scope. (code-8114)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency openai to >=1.67,<1.68 Update dependency openai to >=1.68,<1.69 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d39109f to ff8def7 Compare March 20, 2025 19:45
@renovate renovate bot changed the title Update dependency openai to >=1.68,<1.69 Update all non-major dependencies Mar 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff8def7 to f8e901f Compare March 20, 2025 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f8e901f to 822577c Compare March 26, 2025 19:51
@sonarqubecloud
Copy link

@drdavella drdavella added this pull request to the merge queue Mar 26, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 26, 2025
@drdavella drdavella added this pull request to the merge queue Mar 26, 2025
Merged via the queue into main with commit 4bd01a3 Mar 26, 2025
14 checks passed
@drdavella drdavella deleted the renovate/all-minor-patch branch March 26, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant