Skip to content

Commit 92cecff

Browse files
authored
Merge pull request #320 from maxmind/greg/eng-4241
Release 3.1.0
2 parents e974df7 + 909b9a3 commit 92cecff

File tree

4 files changed

+207
-43
lines changed

4 files changed

+207
-43
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
History
44
-------
55

6+
3.1.0 (2026-02-24)
7+
++++++++++++++++++
8+
9+
* The vendored ``libmaxminddb`` has been updated to 1.13.1. This includes
10+
several security hardening improvements when reading corrupt or malicious
11+
database files, including fixes for integer overflows, bounds checking, and
12+
use-after-free prevention.
13+
614
3.0.0 (2025-10-15)
715
++++++++++++++++++
816

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "maxminddb"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
description = "Reader for the MaxMind DB format"
55
authors = [
66
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
@@ -33,6 +33,7 @@ Documentation = "https://maxminddb.readthedocs.org/"
3333
[dependency-groups]
3434
dev = [
3535
"pytest>=8.3.5",
36+
"tox-uv>=1.29.0",
3637
]
3738
lint = [
3839
"mypy>=1.15.0",

0 commit comments

Comments
 (0)