Skip to content

Pin cotyledon>=2.2.0 - #37

Open
Siddharth Mitra (sidmitra) wants to merge 1 commit into
mainfrom
SM-pin-cotyledon-2.2.0
Open

Pin cotyledon>=2.2.0#37
Siddharth Mitra (sidmitra) wants to merge 1 commit into
mainfrom
SM-pin-cotyledon-2.2.0

Conversation

@sidmitra

Copy link
Copy Markdown
Contributor

Summary

  • cotyledon.types.WorkerId, imported in eventbusk/cli.py, was only added in cotyledon 2.2.0
  • The prior >=1.7 constraint allowed older versions that lack the types module entirely, which would break the import
  • Bumped pyproject.toml and regenerated uv.lock accordingly

Test plan

  • uv lock resolves cleanly with the new constraint

cotyledon.types.WorkerId, imported in eventbusk/cli.py, was only added
in cotyledon 2.2.0. The prior >=1.7 constraint allowed older versions
that lack the types module entirely.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@snyk-io

snyk-io Bot commented Jul 29, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant