We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49108e6 + dda798d commit c60cef4Copy full SHA for c60cef4
pyproject.toml
@@ -33,7 +33,7 @@ dependencies = [
33
"PyYAML>=6.0.2",
34
"pyahocorasick==2.2.0",
35
"betterproto==1.2.5",
36
- "pydantic==2.11.5",
+ "pydantic==2.11.7",
37
"pydantic-settings==2.9.1",
38
"NSKeyedUnArchiver==1.5.2",
39
"python-dateutil==2.9.0.post0",
src/mvt/android/parsers/backup.py
@@ -231,6 +231,7 @@ def parse_sms_file(data):
231
entry.pop("mms_body")
232
233
body = entry.get("body", None)
234
+ message_links = None
235
if body:
236
message_links = check_for_links(entry["body"])
237
0 commit comments