# proxmox-sdk v0.0.6.post1

v0.0.6.post1

| Field |Value |
| --- | --- |
| Canonical URL | https://emersonfelipesp.com/proxmox-sdk/releases/v0.0.6.post1 |
| GitHub URL | https://github.com/emersonfelipesp/proxmox-sdk/releases/tag/v0.0.6.post1 |
| Tag | v0.0.6.post1 |
| State | latest |
| Author | emersonfelipesp |
| Created | 2026-05-21 19:22 UTC |
| Published | 2026-05-21 19:22 UTC |
| Target | main |
| Synced | 2026-05-22 00:47 UTC |
| Assets | 0 |

## Release notes

## What's new in 0.0.6.post1

Post-release adding FastAPI TestClient HTTP smoke tests for the PVE mock and full server entry points, validated via the 0.0.6.post1.dev1 pre-release across Python 3.11–3.13 and schema versions latest / 9.1.11 / 9.2.

### Changes

- **tests/mock/test_routes.py** — TestClient smoke tests for `create_mock_app()` (PVE standalone mock): root, health, version, nodes list, node detail, 404 for unknown paths, user create with state persistence
- **tests/mock/test_app.py** — TestClient smoke tests for `create_app()` in mock mode: root, health (with `TESTING=1`), version, mode, versions list, mock sub-router, API nodes, health blocked without `TESTING=1`
- **CI** — added `proxmox_sdk.pdm_mock_main` to the `syntax` job's import smoke checks

### Validation

- TestPyPI install validated on Python 3.11, 3.12, 3.13 × schema latest / 9.1.11 / 9.2

## Assets

No binary assets attached.

Source archives:

| Format |URL |
| --- | --- |
| zip | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/zipball/v0.0.6.post1 |
| tar.gz | https://api.github.com/repos/emersonfelipesp/proxmox-sdk/tarball/v0.0.6.post1 |