We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984dc78 commit 01442daCopy full SHA for 01442da
docs/changelog.rst
@@ -4,6 +4,17 @@ Release History
4
5
.. towncrier release notes start
6
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
18
v4.30.2 (2025-09-04)
19
--------------------
20
docs/changelog/3607.bugfix.rst
docs/changelog/3611.bugfix.rst
0 commit comments