File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
12162.8.0 (2023-05-09)
1317++++++++++++++++++
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments