Skip to content

Bump injector from 0.22.0 to 0.24.0#319

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/injector-0.24.0
Open

Bump injector from 0.22.0 to 0.24.0#319
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/injector-0.24.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps injector from 0.22.0 to 0.24.0.

Release notes

Sourced from injector's releases.

0.24.0

What's Changed

New Contributors

Full Changelog: python-injector/injector@0.23.0...0.24.0

0.23.0

Added:

  • Allow injecting Annotated types into classes, thanks to Filip Nešťák.
  • Fixed Annotated type support in @provider methods, thanks to Satwik Agrawal.
  • multibind() now accepts types and providers, not just instances. Thanks to Eiríkur Torfason.

Backwards incompatible:

  • Changed so that the scope provided to multibind() applies to the individual bound types, within the collection. Previously the scope was applied to the collection, the list or dict instance. Thanks to Eiríkur Torfason.
Changelog

Sourced from injector's changelog.

0.24.0

  • Fixed a regression with Python 3.13 where annotated types might not have the __metadata__ attribute. Thanks to Kamyar Ghajar.
  • More flexible covariant types for multibinds.

0.23.0

Added:

  • Allow injecting Annotated types into classes, thanks to Filip Nešťák.
  • Fixed Annotated type support in @provider methods, thanks to Satwik Agrawal.
  • multibind() now accepts types and providers, not just instances. Thanks to Eiríkur Torfason.

Backwards incompatible:

  • Changed so that the scope provided to multibind() applies to the individual bound types, within the collection. Previously the scope was applied to the collection, the list or dict instance. Thanks to Eiríkur Torfason.
Commits
  • 6de2990 Merge pull request #309 from python-injector/release-0.24.0
  • 65353d1 Release version 0.24.0
  • cd44ae7 Merge pull request #308 from python-injector/update-changelog
  • bd47be0 Update changelog for the 0.24.0 release
  • f6277d1 Merge pull request #307 from python-injector/covariant-type
  • 1589f3f test: Multibind a tuple
  • fb10e3a Use covariant types in multibind
  • 602caec Merge pull request #306 from python-injector/enable-python-3.14
  • c6a4b61 test: Add Python 3.14 to CI
  • 0d69245 Merge pull request #305 from python-injector/add-test-for-303
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [injector](https://github.com/alecthomas/injector) from 0.22.0 to 0.24.0.
- [Release notes](https://github.com/alecthomas/injector/releases)
- [Changelog](https://github.com/python-injector/injector/blob/master/CHANGES)
- [Commits](python-injector/injector@0.22.0...0.24.0)

---
updated-dependencies:
- dependency-name: injector
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants