File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
- 2.9.0
6
+ 2.9.0 (2023-12-05)
7
7
++++++++++++++++++
8
8
9
9
* IMPORTANT: Python 3.8 or greater is required. If you are using an older
10
10
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.
11
15
12
16
2.8.0 (2023-05-09)
13
17
++++++++++++++++++
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies = [
9
9
" setuptools>=60.0.0" ,
10
10
" aiohttp>=3.6.2,<4.0.0" ,
11
11
" email_validator>=2.0.0,<3.0.0" ,
12
- " geoip2>=4.7 .0,<5.0.0" ,
12
+ " geoip2>=4.8 .0,<5.0.0" ,
13
13
" requests>=2.24.0,<3.0.0" ,
14
14
" voluptuous" ,
15
15
]
You can’t perform that action at this time.
0 commit comments