File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22---------
33
4+ 4.1.1 (2025-11-05)
5+ ++++++++++++++++++
6+
7+ Bug fixes:
8+
9+ - Ensure ``URL `` validator is case-insensitive when using custom schemes (:pr: `2874 `).
10+ Thanks :user: `T90REAL ` for the PR.
11+
4124.1.0 (2025-11-01)
513++++++++++++++++++
614
@@ -10,8 +18,7 @@ Other changes:
1018 `validate.Length <marshmallow.validate.Length> ` (:pr: `2861 `).
1119 Thanks :user: `agentgodzilla ` for the PR.
1220- Drop support for Python 3.9 (:pr: `2363 `).
13- - Test against Python 3.14.
14-
21+ - Test against Python 3.14 (:pr: `2864 `).
1522
16234.0.1 (2025-08-28)
1724++++++++++++++++++
Original file line number Diff line number Diff line change 11[project ]
22name = " marshmallow"
3- version = " 4.1.0 "
3+ version = " 4.1.1 "
44description = " A lightweight library for converting complex datatypes to and from native Python datatypes."
55readme = " README.rst"
66license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments