Skip to content

Update importlib-metadata requirement from >=7.0 to >=8.9.0#2957

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/importlib-metadata-gte-8.9.0
Open

Update importlib-metadata requirement from >=7.0 to >=8.9.0#2957
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/importlib-metadata-gte-8.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on importlib-metadata to permit the latest version.

Changelog

Sourced from importlib-metadata's changelog.

v8.9.0

Features

v8.8.0

Features

  • Removed Python 3.9 compatibility.

v8.7.1

Bugfixes

  • Fixed errors in FastPath under fork-multiprocessing. (#520)
  • Removed cruft from Python 3.8. (#524)

v8.7.0

Features

  • .metadata() (and Distribution.metadata) can now return None if the metadata directory exists but not metadata file is present. (#493)

Bugfixes

  • Raise consistent ValueError for invalid EntryPoint.value (#518)

v8.6.1

Bugfixes

  • Fixed indentation logic to also honor blank lines.

... (truncated)

Commits
  • 76f03df 🚡 Toil the docs.
  • 613e980 Finalize
  • 349957e Add news fragment.
  • 8c5d91b Improve performance of name normalization (#533)
  • 27169dc Move behavior description into the docstring. Remove references to intermedia...
  • cbadafc Repeat the operation to get performance visibility.
  • a77d0d1 Add performance test for Prepared.normalize.
  • 1b0be12 Use parameterize fixture for parameterized tests.
  • 1738b20 Merge branch 'backport-cpython-140141' into maint/8.x
  • 164e666 Merge branch 'backport-cpython-110937' into maint/8.x
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
importlib-metadata [>= 9.0.dev0, < 9.1]

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)

Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v7.0.0...v8.9.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-version: 8.9.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:uv Pull requests that update python:uv code labels Jul 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 24, 2026 08:54
@dependabot
dependabot Bot requested a review from sleepyStick July 24, 2026 08:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 24, 2026
@sleepyStick

Copy link
Copy Markdown
Contributor

i don't think we can do this one at the moment given that we still support python3.9:

[2026/07/24 12:23:35.487] Creating virtual environment at: .venv
[2026/07/24 12:23:35.582] × No solution found when resolving dependencies for split (markers:
[2026/07/24 12:23:35.582] │ python_full_version > '3.9' and python_full_version < '3.10'):
[2026/07/24 12:23:35.582] ╰─▶ Because only the following versions of
[2026/07/24 12:23:35.582] importlib-metadata{python_full_version < '3.13'} are available:
[2026/07/24 12:23:35.582] importlib-metadata{python_full_version < '3.13'}<=8.9.0
[2026/07/24 12:23:35.582] importlib-metadata{python_full_version < '3.13'}==9.0.0
[2026/07/24 12:23:35.582] and the requested Python version (>=3.9) does not satisfy Python>=3.10,
[2026/07/24 12:23:35.582] we can conclude that importlib-metadata{python_full_version <
[2026/07/24 12:23:35.582] '3.13'}>=8.9.0 cannot be used.
[2026/07/24 12:23:35.582] And because pymongo[test] depends on
[2026/07/24 12:23:35.582] importlib-metadata{python_full_version < '3.13'}>=8.9.0 and your project
[2026/07/24 12:23:35.582] requires pymongo[test], we can conclude that your project's requirements
[2026/07/24 12:23:35.582] are unsatisfiable.
[2026/07/24 12:23:35.582] hint: While the active Python version is 3.10, the resolution failed for
[2026/07/24 12:23:35.582] other Python versions supported by your project. Consider limiting your
[2026/07/24 12:23:35.582] project's supported Python versions using requires-python.

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant