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 39e7c83 commit 40105adCopy full SHA for 40105ad
CHANGELOG.rst
@@ -2,6 +2,14 @@ Changelog
2
=========
3
4
5
+4.2.1 (2026-01-23)
6
+------------------
7
+
8
+Bug fixes:
9
10
+- Fix validation of URLs beginning with uppercare `FILE` (:issue:`2891`).
11
+ Thanks :user:`thanhlecongg` for reporting and fixing.
12
13
4.2.0 (2026-01-04)
14
------------------
15
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "marshmallow"
-version = "4.2.0"
+version = "4.2.1"
description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
readme = "README.rst"
license = { file = "LICENSE" }
0 commit comments