Skip to content

Commit 6ba1161

Browse files
committed
Upgrade geoip2
1 parent a5debd4 commit 6ba1161

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
History
44
-------
55

6-
2.9.0
6+
2.9.0 (2023-12-05)
77
++++++++++++++++++
88

99
* IMPORTANT: Python 3.8 or greater is required. If you are using an older
1010
version, please use an earlier release.
11+
* Updated ``geoip2`` to version that includes the ``is_anycast`` attribute on
12+
``geoip2.record.Traits``. This property is ``True`` if the IP address
13+
belongs to an `anycast network <https://en.wikipedia.org/wiki/Anycast>`_.
14+
This is available in minFraud Insights and Factors.
1115

1216
2.8.0 (2023-05-09)
1317
++++++++++++++++++

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"setuptools>=60.0.0",
1010
"aiohttp>=3.6.2,<4.0.0",
1111
"email_validator>=2.0.0,<3.0.0",
12-
"geoip2>=4.7.0,<5.0.0",
12+
"geoip2>=4.8.0,<5.0.0",
1313
"requests>=2.24.0,<3.0.0",
1414
"voluptuous",
1515
]

0 commit comments

Comments
 (0)