chore: add defusedxml dependency

This commit is contained in:
0xallam
2026-01-14 10:48:36 -08:00
committed by Ahmed Allam
parent f08014cf51
commit 435ac82d9e
2 changed files with 14 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ gql = { version = "^3.5.3", extras = ["requests"], optional = true }
pyte = { version = "^0.8.1", optional = true }
libtmux = { version = "^0.46.2", optional = true }
numpydoc = { version = "^1.8.0", optional = true }
defusedxml = "^0.7.1"
[tool.poetry.extras]
vertex = ["google-cloud-aiplatform"]