Skip to content

Commit 79b633f

Browse files
committed
Upgrade maxminddb to 3.0.0
Close #269.
1 parent e04081c commit 79b633f

File tree

3 files changed

+84
-105
lines changed

3 files changed

+84
-105
lines changed

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ History
99

1010
* IMPORTANT: Python 3.10 or greater is required. If you are using an older
1111
version, please use an earlier release.
12+
* `maxminddb` has been upgraded to 3.0.0. This includes free-threading
13+
support.
1214
* Setuptools has been replaced with the uv build backend for building the
1315
package.
1416

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
dependencies = [
99
"aiohttp>=3.6.2,<4.0.0",
10-
"maxminddb>=2.7.0,<3.0.0",
10+
"maxminddb>=3.0.0,<4.0.0",
1111
"requests>=2.24.0,<3.0.0",
1212
]
1313
requires-python = ">=3.10"

0 commit comments

Comments
 (0)