Skip to content

chore(deps)(deps): bump the patch-updates group across 1 directory with 3 updates#53

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/patch-updates-513bb9dcb0
Open

chore(deps)(deps): bump the patch-updates group across 1 directory with 3 updates#53
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/patch-updates-513bb9dcb0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the patch-updates group with 3 updates in the / directory: sqlalchemy, faster-whisper and pyannote-audio.

Updates sqlalchemy from 2.0.44 to 2.0.49

Release notes

Sourced from sqlalchemy's releases.

2.0.49

Released: April 3, 2026

orm

  • [orm] [bug] Fixed issue where _orm.Session.get() would bypass the identity map and emit unnecessary SQL when with_for_update=False was passed, rather than treating it equivalently to the default of None. Pull request courtesy of Joshua Swanson.

    References: #13176

  • [orm] [bug] Fixed issue where chained _orm.joinedload() options would not be applied correctly when the final relationship in the chain is declared on a base mapper and accessed through a subclass mapper in a _orm.with_polymorphic() query. The path registry now correctly computes the natural path when a property declared on a base class is accessed through a path containing a subclass mapper, ensuring the loader option can be located during query compilation.

    References: #13193

  • [orm] [bug] [inheritance] Fixed issue where using _orm.Load.options() to apply a chained loader option such as _orm.joinedload() or _orm.selectinload() with _orm.PropComparator.of_type() for a polymorphic relationship would not generate the necessary clauses for the polymorphic subclasses. The polymorphic loading strategy is now correctly propagated when using a call such as joinedload(A.b).options(joinedload(B.c.of_type(poly))) to match the behavior of direct chaining e.g. joinedload(A.b).joinedload(B.c.of_type(poly)).

    References: #13202

  • [orm] [bug] [inheritance] Fixed issue where using chained loader options such as _orm.selectinload() after _orm.joinedload() with _orm.PropComparator.of_type() for a polymorphic relationship would not properly apply the chained loader option. The loader option is now correctly applied when using a call such as joinedload(A.b.of_type(poly)).selectinload(poly.SubClass.c) to eagerly load related objects.

    References: #13209

typing

  • [typing] [bug] Fixed a typing issue where the typed members of :data:.func would return the appropriate class of the same name, however this creates an issue for

... (truncated)

Commits

Updates faster-whisper from 1.2.0 to 1.2.1

Release notes

Sourced from faster-whisper's releases.

faster-whisper 1.2.1

What's Changed

New Contributors

Full Changelog: SYSTRAN/faster-whisper@v1.2.0...v1.2.1

Commits

Updates pyannote-audio from 4.0.1 to 4.0.4

Release notes

Sourced from pyannote-audio's releases.

4.0.4

No release notes provided.

Version 4.0.3

  • feat(cli): add --revision option to most CLI commands
  • feat(util): add Calibration.safe_transform method (supports NaNs as well as any shape)
  • fix(model): fix Model.from_pretrained to support lightning 2.6+
  • setup: update pyannote-database dependency to 6.1+

Version 4.0.2

What's Changed

  • BREAKING(util): make Binarize.__call__ return string tracks (instead of int) @​benniekiss
  • fix(torch): pin torch, torchcodec, and torchaudio versions to avoid segmentation fault
  • fix(pyannoteAI): update pyannoteAI wrapper to return both regular and exclusive diarization
  • feat(pipeline): add Pipeline.cuda() convenience method @​tkanarsky
  • feat(pipeline): add preload option to base Pipeline.__call__ to force preloading audio in memory (@​antoinelaurent)
  • feat(cli): add option to apply pipeline on a directory of audio files
  • improve(util): make permutate faster thanks to vectorized cost function

New Contributors

Full Changelog: pyannote/pyannote-audio@4.0.1...4.0.2

Changelog

Sourced from pyannote-audio's changelog.

Version 4.0.4 (2026-02-07)

  • feat(sample): add transcription of sample file
  • setup: relax torch dependencies constraints
  • fix(pipeline): fix HF authentication for Speechbrain speaker embedding @​krisoye

Version 4.0.3 (2025-12-07)

  • feat(cli): add --revision option to most CLI commands
  • feat(util): add Calibration.safe_transform method (supports NaNs as well as any shape)
  • fix(model): fix Model.from_pretrained to support lightning 2.6+
  • setup: update pyannote-database dependency to 6.1+

Version 4.0.2 (2025-11-19)

  • BREAKING(util): make Binarize.__call__ return string tracks (instead of int) @​benniekiss
  • fix(torch): pin torch, torchcodec, and torchaudio versions to avoid segmentation fault
  • fix(pyannoteAI): update pyannoteAI wrapper to return both regular and exclusive diarization
  • feat(pipeline): add Pipeline.cuda() convenience method @​tkanarsky
  • feat(pipeline): add preload option to base Pipeline.__call__ to force preloading audio in memory (@​antoinelaurent)
  • feat(cli): add option to apply pipeline on a directory of audio files
  • improve(util): make permutate faster thanks to vectorized cost function
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 3 updates

Bumps the patch-updates group with 3 updates in the / directory: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [faster-whisper](https://github.com/SYSTRAN/faster-whisper) and [pyannote-audio](https://github.com/pyannote/pyannote-audio).


Updates `sqlalchemy` from 2.0.44 to 2.0.49
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `faster-whisper` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/SYSTRAN/faster-whisper/releases)
- [Commits](SYSTRAN/faster-whisper@v1.2.0...v1.2.1)

Updates `pyannote-audio` from 4.0.1 to 4.0.4
- [Release notes](https://github.com/pyannote/pyannote-audio/releases)
- [Changelog](https://github.com/pyannote/pyannote-audio/blob/main/CHANGELOG.md)
- [Commits](pyannote/pyannote-audio@4.0.1...4.0.4)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-version: 2.0.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: faster-whisper
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: pyannote-audio
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants