Skip to content

Commit 1ccb746

Browse files
authored
Merge pull request #128 from maxmind/greg/python-3.12
Release 3.12
2 parents 7e64e1c + 31aeaaa commit 1ccb746

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

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
++++++++++++++++++

minfraud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Internal module for version (to prevent cyclic imports)"""
2-
__version__ = "2.8.0"
2+
__version__ = "2.9.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "minfraud"
3-
version = "2.8.0"
3+
version = "2.9.0"
44
description = "MaxMind minFraud Score, Insights, Factors and Report Transactions API"
55
authors = [
66
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
@@ -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)