Skip to content

fix: update root pyproject.toml gds-framework lower bound to >=0.2.3 #91

@rororowyourboat

Description

@rororowyourboat

Problem

Root pyproject.toml line 28 declares gds-framework>=0.2.0, but all downstream packages require >=0.2.3. This creates a version gap where the root meta-package could technically resolve gds-framework 0.2.0–0.2.2, which are incompatible with all dependents.

Fix

Change line 28 from:

"gds-framework>=0.2.0",

to:

"gds-framework>=0.2.3",

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions