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.
2 parents 72926b5 + 1651355 commit d8d11c6Copy full SHA for d8d11c6
HISTORY.rst
@@ -4,7 +4,7 @@
4
History
5
-------
6
7
-4.7.0
+4.7.0 (2023-05-09)
8
++++++++++++++++++
9
10
* IMPORTANT: Python 3.7 or greater is required. If you are using an older
geoip2/__init__.py
@@ -1,7 +1,7 @@
1
# pylint:disable=C0111
2
3
__title__ = "geoip2"
-__version__ = "4.6.0"
+__version__ = "4.7.0"
__author__ = "Gregory Oschwald"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright (c) 2013-2022 Maxmind, Inc."
requirements.txt
@@ -1,3 +1,3 @@
aiohttp>=3.6.2,<4.0.0
-maxminddb>=2.2.0,<3.0.0
+maxminddb>=2.3.0,<3.0.0
requests>=2.24.0,<3.0.0
0 commit comments