Skip to content

fix: rename consilium dependency to openadapt-consilium and revert Python 3.11 requirement#69

Merged
abrichr merged 1 commit into
mainfrom
fix/consilium-pypi-rename
Mar 2, 2026
Merged

fix: rename consilium dependency to openadapt-consilium and revert Python 3.11 requirement#69
abrichr merged 1 commit into
mainfrom
fix/consilium-pypi-rename

Conversation

@abrichr
Copy link
Copy Markdown
Member

@abrichr abrichr commented Mar 2, 2026

Summary

  • Rename consilium>=0.1.0 to openadapt-consilium>=0.3.2 in dependencies and [tool.uv.sources]
  • Revert requires-python from >=3.11 back to >=3.10
  • Re-add Programming Language :: Python :: 3.10 classifier

The consilium name on PyPI belongs to another project. openadapt-consilium v0.3.2 is now published with requires-python >= 3.10, so we can revert our temporary Python 3.11 bump and use the correct package name.

Test plan

  • Verify uv sync resolves openadapt-consilium>=0.3.2 correctly
  • Verify CI passes (pytest, ruff)
  • Confirm Python 3.10 compatibility is restored

🤖 Generated with Claude Code

…thon 3.11 requirement

The `consilium` name on PyPI belongs to another project. `openadapt-consilium`
v0.3.2 is now published with requires-python >=3.10, so we can revert our
temporary Python 3.11 bump and use the correct package name.

Changes:
- Rename `consilium>=0.1.0` to `openadapt-consilium>=0.3.2` in dependencies
- Update `[tool.uv.sources]` key from `consilium` to `openadapt-consilium`
- Revert `requires-python` from `>=3.11` back to `>=3.10`
- Re-add `Programming Language :: Python :: 3.10` classifier

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@abrichr abrichr merged commit 6dc97e6 into main Mar 2, 2026
1 check passed
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.

1 participant