Skip to content

Commit d65e37c

Browse files
authored
Fix dependencies (#6333)
Fixes #6332 - Promotes `packaging` from a release-only dependency to a required runtime dependency by moving it into `pyproject.toml`'s main dependencies. - Updates `poetry.lock` to pick up patched versions of vulnerable libraries, notably `brotli` (`1.1.0` → `1.2.0`), `urllib3` (`2.5.0` → `2.6.3`), `werkzeug` (`3.1.3` → `3.1.5`), and `filelock` (`3.20.2` → `3.20.3`). <img width="442" height="169" alt="image" src="https://github.com/user-attachments/assets/fe70475e-0163-4d45-b1e4-362008669c00" />
2 parents 680473b + 9d7d3ae commit d65e37c

3 files changed

Lines changed: 116 additions & 145 deletions

File tree

docs/changelog.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ below!
77
Unreleased
88
----------
99

10-
New features:
11-
1210
Bug fixes:
1311

14-
For packagers:
15-
16-
Other changes:
12+
- Make ``packaging`` a required dependency. :bug:`6332`
1713

1814
2.6.0 (February 01, 2026)
1915
-------------------------

0 commit comments

Comments
 (0)