Bump version to 1.10.1 - #128
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 633f4645cb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [project] | ||
| name = "tesla_fleet_api" | ||
| version = "1.10.0" | ||
| version = "1.10.1" |
There was a problem hiding this comment.
Regenerate the lockfile for version 1.10.1
When developers or CI use the checked-in lockfile, uv.lock:743 still identifies the editable root package as version 1.10.0, so regenerating it for this pyproject.toml changes the lock. Consequently, uv sync --locked—whose help defines --locked as asserting that uv.lock remains unchanged—will reject the checkout rather than install it; update and commit uv.lock as part of this version bump.
Useful? React with 👍 / 👎.
Bump version to 1.10.1 (patch) for PR #127, which fixed dotted-quad IPv4 gateway address decoding with strict validation.
Full validation pipeline is skipped per the standing small-change rule for bump-only diffs; ruff, pyright, and pytest were run locally and pass.