Skip to content

Commit 01442da

Browse files
committed
release 4.30.3
1 parent 984dc78 commit 01442da

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.30.3 (2025-10-02)
8+
--------------------
9+
10+
Bugfixes - 4.30.3
11+
~~~~~~~~~~~~~~~~~
12+
- Fix incorrect type annotation in ``PythonPathPackageWithDeps.__init__()``
13+
where ``deps`` was annotated as ``Sequence[Package]`` but should be
14+
``Sequence[Requirement]`` to match actual runtime usage - by :user:`PreistlyPython` (:issue:`3607`)
15+
- Fix ``None`` appearing as the config filename in error output
16+
when the user's default config file is corrupt. - by :user:`kurtmckee` (:issue:`3611`)
17+
718
v4.30.2 (2025-09-04)
819
--------------------
920

docs/changelog/3607.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changelog/3611.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)