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 e0e6572 commit 1b7072cCopy full SHA for 1b7072c
1 file changed
CHANGES
@@ -1,5 +1,5 @@
1
-Unreleased
2
-----------
+4.3.3 (2026-06-18)
+------------------
3
- Wire up the ``forbid_external`` setting (previously defined but unused
4
since the move off ``defusedxml`` in 4.0). When enabled it refuses to
5
transitively fetch ``http``/``https`` resources via ``xsd:import``,
@@ -9,6 +9,8 @@ Unreleased
9
``False`` to preserve existing behaviour; enable when loading WSDLs from
10
untrusted sources to mitigate SSRF via attacker-controlled import
11
targets.
12
+ - Internal tooling only: migrate dependency/build management to uv and
13
+ replace isort/flake8/black with ruff. No runtime changes.
14
15
4.3.2 (2025-09-15)
16
-----------------
0 commit comments