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 e04081c commit 79b633fCopy full SHA for 79b633f
HISTORY.rst
@@ -9,6 +9,8 @@ History
9
10
* IMPORTANT: Python 3.10 or greater is required. If you are using an older
11
version, please use an earlier release.
12
+* `maxminddb` has been upgraded to 3.0.0. This includes free-threading
13
+ support.
14
* Setuptools has been replaced with the uv build backend for building the
15
package.
16
pyproject.toml
@@ -7,7 +7,7 @@ authors = [
7
]
8
dependencies = [
"aiohttp>=3.6.2,<4.0.0",
- "maxminddb>=2.7.0,<3.0.0",
+ "maxminddb>=3.0.0,<4.0.0",
"requests>=2.24.0,<3.0.0",
requires-python = ">=3.10"
0 commit comments