Skip to content

Commit c60cef4

Browse files
authored
Merge branch 'main' into fix/install_non_market_apps
2 parents 49108e6 + dda798d commit c60cef4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"PyYAML>=6.0.2",
3434
"pyahocorasick==2.2.0",
3535
"betterproto==1.2.5",
36-
"pydantic==2.11.5",
36+
"pydantic==2.11.7",
3737
"pydantic-settings==2.9.1",
3838
"NSKeyedUnArchiver==1.5.2",
3939
"python-dateutil==2.9.0.post0",

src/mvt/android/parsers/backup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def parse_sms_file(data):
231231
entry.pop("mms_body")
232232

233233
body = entry.get("body", None)
234+
message_links = None
234235
if body:
235236
message_links = check_for_links(entry["body"])
236237

0 commit comments

Comments
 (0)