File tree Expand file tree Collapse file tree 4 files changed +876
-850
lines changed
Expand file tree Collapse file tree 4 files changed +876
-850
lines changed Original file line number Diff line number Diff line change 44 History
55-------
66
7- 5.1.0
7+ 5.1.0 (2025-05-05)
88++++++++++++++++++
99
1010* Support for the GeoIP Anonymous Plus database has been added. To do a lookup
1111 in this database, use the ``anonymous_plus `` method on ``Reader ``.
12-
12+ * Reorganized module documentation to improve language-server support.
1313
14145.0.1 (2025-01-28)
1515++++++++++++++++++
Original file line number Diff line number Diff line change 11# pylint:disable=C0111
22
33__title__ = "geoip2"
4- __version__ = "5.0.1 "
4+ __version__ = "5.1.0 "
55__author__ = "Gregory Oschwald"
66__license__ = "Apache License, Version 2.0"
77__copyright__ = "Copyright (c) 2013-2025 MaxMind, Inc."
Original file line number Diff line number Diff line change 11[project ]
22name = " geoip2"
3- version = " 5.0.1 "
3+ version = " 5.1.0 "
44description = " MaxMind GeoIP2 API"
55authors = [
66 {name = " Gregory Oschwald" , email = " goschwald@maxmind.com" },
77]
88dependencies = [
99 " aiohttp>=3.6.2,<4.0.0" ,
10- " maxminddb>=2.5.1 ,<3.0.0" ,
10+ " maxminddb>=2.7.0 ,<3.0.0" ,
1111 " requests>=2.24.0,<3.0.0" ,
1212]
1313requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments