Skip to content

Update injector requirement from ~=0.22.0 to >=0.22,<0.25#114

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/injector-gte-0.22-and-lt-0.25
Open

Update injector requirement from ~=0.22.0 to >=0.22,<0.25#114
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/injector-gte-0.22-and-lt-0.25

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Updates the requirements on injector to permit the latest version.

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

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.

0.22.0

Date: 2024-07-08

Added:

  • Added support for injecting PEP 593 <https://peps.python.org/pep-0593/>_ Annotated <https://docs.python.org/3/library/typing.html#typing.Annotated>_

Removed:

  • Dropped Python 3.7 support

0.21.0

  • Improved the documentation, thanks to jonathanmach and Jakub Wilk
  • Fixed a thread-safety regression
  • Improved the type annotations, thanks to David Pärsson
  • Fixed singleton scope behavior with parent/child injectors, thanks to David Pärsson
  • Stopped using a deprecated test function, thanks to ljnsn

0.20.1

  • Added support for PEP 604 union types (Python 3.10+), thanks to David Pärsson
  • Fixed building with pypandoc 1.8+, thanks to Søren Fuglede Jørgensen

0.20.0

... (truncated)

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

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [injector](https://github.com/alecthomas/injector) to permit the latest version.
- [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
...

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 Jan 12, 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