Release 0.2.0 - #19
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f8a5def964
ℹ️ 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".
| from __future__ import annotations | ||
|
|
||
| import json | ||
| import tomllib |
There was a problem hiding this comment.
Use a Python 3.10-compatible TOML parser
On the supported Python 3.10 runtime, tomllib is not part of the standard library, so unittest discovery aborts while importing this new module before any tests run. Use a compatible fallback such as tomli, or read the literal project version without requiring tomllib, to keep the repository's test suite usable across its declared Python range.
AGENTS.md reference: AGENTS.md:L105-L107
Useful? React with 👍 / 👎.
Summary
Validation
openmapstack --versionreports 0.2.0claude plugin validate . --strictpassedtwine checkpassed