fix: python.lang.security.use-defused-xml-parse.use-defused-xml-parse--tmp-c83c1369-f7f5-4288-aea7-04caa47d28e4-packages-markitdown-src-markitdown-converter_utils-docx-math-omml.py

This commit is contained in:
kira-offgrid 2025-04-24 13:33:57 +00:00
parent 041be54471
commit afbf6fe998
2 changed files with 7 additions and 0 deletions

View file

@ -29,6 +29,8 @@ dependencies = [
"markdownify",
"magika~=0.6.1",
"charset-normalizer",
"defusedxml>=0.7.1",
]
[project.optional-dependencies]
@ -75,6 +77,8 @@ features = ["all"]
features = ["all"]
extra-dependencies = [
"openai",
"defusedxml>=0.7.1",
]
[tool.hatch.envs.types]
@ -82,6 +86,8 @@ features = ["all"]
extra-dependencies = [
"openai",
"mypy>=1.0.0",
"defusedxml>=0.7.1",
]
[tool.hatch.envs.types.scripts]

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
defusedxml>=0.7.1