[pve-devel] [PATCH v1 pve-esxi-import-tools 0/5] Type Checking Improvements

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Jul 22 22:14:21 CEST 2025


On Fri, 18 Jul 2025 18:19:00 +0200, Max R. Carrara wrote:
> Type Checking Improvements - v1
> ===============================
> 
> The pyVmomi (python3-pyvmomi) package received a bunch of new type stubs
> in trixie. This series adds explicit type hints where applicable. Note
> that because pyVmomi uses a lot of `Optional[Something]` types, which is
> quite a nuisance to handle in this regard (as you'll see in patch 01).
> 
> [...]

Applied, thanks!

[1/5] listvms: respect new type hints of pyVmomi package
[2/5] listvms: s/EsxiConnectonArgs/EsxiConnectionArgs
[3/5] listvms: run formatter
[4/5] d/control: add python3-pyvmomi (>= 8) as build dependency
[5/5] .gitignore: ignore .lint-incremental




More information about the pve-devel mailing list