Skip to content

1.0.2

Choose a tag to compare

@Solganis Solganis released this 13 Jul 02:28
4aa17d2

Bug fixes

  • Config: a key that lands on a table, a list or an opaque object is an error with a caret and the leaf keys that would work, not str() of its repr
  • Config: <object object at 0x...> can no longer reach an option. Scalars, and the date/datetime/time a TOML loader returns, still pass through as written

Features

  • Schema: a field annotated datetime.time coerces - tomllib reads at = 10:30:00 into a type no schema could name

Internal

  • The package is classified Production/Stable
  • CI: --strict-markers was dropped on every test cell but one, so a mistyped marker went unnoticed
  • CI: a stale lockfile is an error, not a silent re-resolve
  • The config-template round-trip runs on the 3.10 floor too, so no cell skips a test