Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
History
-------

3.1.1 (2026-03-05)
++++++++++++++++++

* The vendored ``libmaxminddb`` has been updated to 1.13.3. This includes
a fix for the validation of empty maps and arrays at the end of the
metadata section. Previously, the extension would incorrectly reject
databases where a 0-element map or array was the last field in metadata.
Reported in vimt/MaxMind-DB-Writer-python#16.

3.1.0 (2026-02-24)
++++++++++++++++++

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "maxminddb"
version = "3.1.0"
version = "3.1.1"
description = "Reader for the MaxMind DB format"
authors = [
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
Expand Down Expand Up @@ -111,6 +111,7 @@ skip_missing_interpreters = false

[tool.tox.env_run_base]
runner = "uv-venv-lock-runner"
uv_python_preference = "managed"
dependency_groups = [
"dev",
]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading