Python: [BREAKING] Cleanup of dependencies (#1803)

* removed extra and non-released deps

* added comments

* added space and lock

* fix pyright config
This commit is contained in:
Eduard van Valkenburg
2025-10-30 16:24:29 +01:00
committed by GitHub
Unverified
parent abfdf75cfb
commit 434ffb8ab8
14 changed files with 51 additions and 345 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ omit = [
]
[tool.pyright]
extend = "../../pyproject.toml"
exclude = ['tests']
extends = "../../pyproject.toml"
[tool.mypy]
plugins = ['pydantic.mypy']