Skip to content

Replace comms dependency with opsis#6

Merged
sirmarcel merged 1 commit intomainfrom
fix/rename-comms-to-opsis
Mar 16, 2026
Merged

Replace comms dependency with opsis#6
sirmarcel merged 1 commit intomainfrom
fix/rename-comms-to-opsis

Conversation

@sirmarcel
Copy link
Copy Markdown
Contributor

@sirmarcel sirmarcel commented Mar 16, 2026

Summary

  • The comms package has been renamed to opsis on PyPI
  • Updated import in src/lorem/__init__.py from from comms import Comms to from opsis.comms import Comms
  • Added opsis as an explicit dependency in pyproject.toml

Test plan

  • CI passes (lint + tests + examples)
  • from lorem import comms still works as before

🤖 Generated with Claude Code

The comms package has been renamed to opsis on PyPI. Update the import
in __init__.py to use `from opsis.comms import Comms` and add opsis as
an explicit dependency in pyproject.toml.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sirmarcel sirmarcel merged commit 6805441 into main Mar 16, 2026
5 checks passed
@sirmarcel sirmarcel deleted the fix/rename-comms-to-opsis branch March 16, 2026 16:03
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