chore: bump release version to 1.7.1#71
Merged
Merged
Conversation
This was referenced Jul 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent
Version-bump-only release PR to cut 1.7.1. PR #70 (the BLE write-timeout delivery-certainty classification fix, plus the get_private_key 0600 PEM permissions fix) was just merged to main by the captain. This branch is based fresh on origin/main (includes PR #70) with exactly one additional commit: bump version from 1.7.0 to 1.7.1 in pyproject.toml's [project] version field and tesla_fleet_api/init.py's version constant, nothing else changed. This follows the repo's documented release process (AGENTS.md 'Release Process' section, no release-please automation): merge the version-bump commit to main, then push a matching vX.Y.Z tag separately (tag push is what actually triggers python-publish.yml to build+publish to PyPI and create a GitHub Release - merging alone does not publish). No CHANGELOG.md exists in this repo to update. This is intentionally a minimal, mechanical diff - do not expect or want any behavioral changes, new tests, or doc updates in this PR.
What Changed
1.7.0to1.7.1inpyproject.tomlandtesla_fleet_api/__init__.py.uv.lockso the editable package metadata matches the new1.7.1release version.Risk Assessment
✅ Low: The diff is limited to a coordinated 1.7.1 version bump in pyproject.toml, tesla_fleet_api/init.py, and uv.lock, with no behavioral code changes or remaining lockfile mismatch.
Testing
Inspected the release-bump diff, built wheel and sdist artifacts, verified pyproject/importlib/runtime/lock/wheel/sdist metadata all report 1.7.1, installed the wheel from a clean temporary venv to confirm end-user import behavior, and ran
uv run pytest tests; all checks passed, and transient worktree build/venv/cache outputs were removed./tmp/no-mistakes-evidence/01KXANFMA69KB0DTXKDYZRV1H2/dist/tesla_fleet_api-1.7.1-py3-none-any.whl)/tmp/no-mistakes-evidence/01KXANFMA69KB0DTXKDYZRV1H2/dist/tesla_fleet_api-1.7.1.tar.gz)Evidence: Version metadata evidence
Evidence: Clean wheel install evidence
Pipeline
Updates from git push no-mistakes
✅ **intent** - passed
✅ No issues found.
✅ **Rebase** - passed
✅ No issues found.
🔧 **Review** - 1 issue found → auto-fixed ✅
pyproject.toml:7- The project version was bumped to 1.7.1, but the tracked lockfile still records the editable package as 1.7.0, souv lock --checknow fails with “lockfile ... needs to be updated.” Regenerate and commituv.lockso locked installs/checks remain valid.🔧 Fix: Update uv lock release version
✅ Re-checked - no issues remain.
✅ **Test** - passed
✅ No issues found.
git diff 09a0bf86e4a7a7eab6db32da4b021552a21163e2..ff41ecb84d5e0f5675ee839fcf3834da98f2665f -- pyproject.toml tesla_fleet_api/__init__.py uv.lockuv build --out-dir /tmp/no-mistakes-evidence/01KXANFMA69KB0DTXKDYZRV1H2/distuv run python - <<'PY' | tee /tmp/no-mistakes-evidence/01KXANFMA69KB0DTXKDYZRV1H2/logs/version-evidence.txtuv run pytest testsuv venv /tmp/tfa-171-wheel-venv-01KXANFMA69KB0DTXKDYZRV1H2 && uv pip install --python /tmp/tfa-171-wheel-venv-01KXANFMA69KB0DTXKDYZRV1H2/bin/python /tmp/no-mistakes-evidence/01KXANFMA69KB0DTXKDYZRV1H2/dist/tesla_fleet_api-1.7.1-py3-none-any.whl && cd /tmp/no-mistakes-evidence/01KXANFMA69KB0DTXKDYZRV1H2 && /tmp/tfa-171-wheel-venv-01KXANFMA69KB0DTXKDYZRV1H2/bin/python - <<'PY' ...✅ **Document** - passed
✅ No issues found.
✅ **Lint** - passed
✅ No issues found.
✅ **Push** - passed
✅ No issues found.