Skip to content

Declare base-cli 0.4.1 dependency - #206

Merged
codeforester merged 1 commit into
mainfrom
enhancement/205-20260807-explicit-base-cli-dependency
Aug 7, 2026
Merged

Declare base-cli 0.4.1 dependency#206
codeforester merged 1 commit into
mainfrom
enhancement/205-20260807-explicit-base-cli-dependency

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • declare base-cli==0.4.1 in pyproject.toml
  • refresh uv.lock with the released provider and its dependency graph
  • update validation/docs/changelog to make the dependency contract explicit
  • update CLI tests to the current base_cli.testing.invoke API

Why

The base-demo Python CLI imports base_cli, but the project metadata did not
declare it. The dependency was supplied indirectly by Base's runtime, making
the demo's own uv environment incomplete and non-reproducible.

Validation

  • ./tests/validate.sh
  • PYTHONPATH=lib/python UV_CACHE_DIR=/private/tmp/base-demo-205-uv-cache uv run --locked python -m unittest lib.python.base_demo_cli.tests.test_cli
  • UV_CACHE_DIR=/private/tmp/base-demo-205-uv-cache uv lock --check
  • git diff --check

Related upstream alignment: basefoundry/base#1896

Closes #205

@codeforester
codeforester marked this pull request as ready for review August 7, 2026 23:37
@codeforester
codeforester merged commit b5d8e23 into main Aug 7, 2026
6 checks passed
@codeforester
codeforester deleted the enhancement/205-20260807-explicit-base-cli-dependency branch August 7, 2026 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Declare base-cli 0.4.1 as an explicit project dependency

1 participant