Skip to content

Commit

Permalink
fix: msgraph-core version
Browse files Browse the repository at this point in the history
ref. domainaware#464

A breaking change was made in msgraph-core 1.0.0.
Currently, parsedmarc is not yet compatible with this version,
so do not install 1.0.0 or higher.
  • Loading branch information
laughk committed Jan 25, 2024
1 parent 7d2b431 commit 78e8dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"kafka-python>=1.4.4",
"lxml>=4.4.0",
"mailsuite>=1.6.1",
"msgraph-core>=0.2.2",
"msgraph-core<1.0.0,>=0.2.2",
"publicsuffixlist>=0.10.0",
"requests>=2.22.0",
"tqdm>=4.31.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -27,7 +27,7 @@ sphinx_rtd_theme>=0.4.3
codecov>=2.0.15
lxml>=4.4.0
boto3>=1.16.63
msgraph-core>=0.2.2
msgraph-core<1.0.0,>=0.2.2
azure-identity>=1.8.0
azure-monitor-ingestion>=1.0.0
google-api-core>=2.4.0
Expand Down

0 comments on commit 78e8dad

Please sign in to comment.