mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-25 21:35:22 +00:00
Update version to 10.0.1 and bump mailsuite requirement to >=2.2.0
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 10.0.1
|
||||
|
||||
### Changes
|
||||
|
||||
- Bump `mailsuite` requirement to `>-2.2.0` to fix an upstream `Reply-To` header parsing bug for failure samples
|
||||
|
||||
## 10.0.0
|
||||
|
||||
### Enhancements
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "10.0.0"
|
||||
__version__ = "10.0.1"
|
||||
|
||||
USER_AGENT = f"parsedmarc/{__version__}"
|
||||
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ dependencies = [
|
||||
"expiringdict>=1.1.4",
|
||||
"kafka-python-ng>=2.2.2",
|
||||
"lxml>=4.4.0",
|
||||
"mailsuite[gmail,msgraph]>=2.1.0",
|
||||
"mailsuite[gmail,msgraph]>=2.2.0",
|
||||
"maxminddb>=2.0.0",
|
||||
"opensearch-py>=2.4.2,<=4.0.0",
|
||||
"publicsuffixlist>=0.10.0",
|
||||
|
||||
Reference in New Issue
Block a user