Skip to content

v0.3.0.1: public source

Choose a tag to compare

@rohynal rohynal released this 05 Aug 02:35
· 7 commits to main since this release

This is the first public source release for Sentience Governor 0.3.0.1.

The tag v0.3.0.1 points at e179008, the final verified sanitized public
source commit.

Provenance

PyPI holds the canonical packaged artifacts. Install from there:

pip install "sentience-governor[mcp]"

https://pypi.org/project/sentience-governor/0.3.0.1/

This repository and the PyPI artifacts are intentionally not byte-identical.
The difference comes from two things and nothing else: private references were
removed, and reviewed public-surface edits were applied (documentation wording,
a rewritten README, and repointed links).

No product behavior was added, changed or removed by publishing this
repository.
The runtime source here is equivalent to the source the published
package was built from. Publication is a sanitization and documentation step,
not a code change.

This is a source release. No new PyPI artifact accompanies it; 0.3.0.1 was
published to PyPI on 2026-08-04 and is unchanged.

What 0.3.0.1 fixes

The [mcp] extra previously declared an unbounded mcp>=1.0. MCP SDK 2.0.0
removed mcp.server.fastmcp, which the server imports, so every fresh install
of the extra produced a server that could not start. The dependency is now
bounded at mcp>=1.0,<2.

The diagnostic is repaired as well. v0.3.0 reported an incompatible SDK as a
missing one and suggested a command that does not fix it, because pip treats the
requirement as already satisfied. The server now distinguishes an absent
dependency from an incompatible one, and gives a remediation command matched to
whether the package was installed with pip or pipx.

Also in this release: the sunset sentience-sync surface is removed, the
website and user documentation are corrected, and a standing fresh-resolve
release gate is added that installs every declared extra into a genuinely fresh
environment with no pins and runs a feature smoke test.