# proxmox-sdk v0.0.2.post1 proxmox-sdk v0.0.2.post1 | Field |Value | | --- | --- | | Canonical URL | https://emersonfelipesp.com/proxmox-sdk/releases/v0.0.2.post1 | | GitHub URL | https://github.com/emersonfelipesp/proxmox-sdk/releases/tag/v0.0.2.post1 | | Tag | v0.0.2.post1 | | State | stable | | Author | emersonfelipesp | | Created | 2026-04-11 00:44 UTC | | Published | 2026-04-11 00:45 UTC | | Target | main | | Synced | 2026-08-25 01:07 UTC | | Assets | 0 | ## Release notes ## Fix: Rename Python module from proxmox_openapi to proxmox_sdk This post-release fixes the installed Python module name to match the PyPI distribution name. **Breaking change (import name):** After installing `proxmox-sdk`, use: ```python from proxmox_sdk import ProxmoxSDK from proxmox_sdk.sdk.exceptions import ResourceException ``` instead of the old `proxmox_openapi` import path. ### Changes - Renamed Python package directory `proxmox_openapi/` → `proxmox_sdk/` - Updated all internal imports and references - Updated Docker config filenames and entrypoints - Bumped version to `0.0.2.post1` ## Assets No binary assets attached. Source archives: | Format |URL | | --- | --- | | zip | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/zipball/v0.0.2.post1 | | tar.gz | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/tarball/v0.0.2.post1 |