Skip to content

Removing rich package upperbound #217

@athkulk

Description

@athkulk

Comment:

Hey team,
I realised that the langsmith sdk has removed the upperbound on rich dependency 3 weeks ago (https://github.com/langchain-ai/langsmith-sdk/blame/v0.4.15/python/pyproject.toml#L89) but the feedstock hasn't been updated in 2 months (https://github.com/conda-forge/langsmith-feedstock/blob/main/recipe/meta.yaml)

Our package is having build conflicts where we require rich >14

error    libmamba Could not solve for environment specs
    The following packages are incompatible
    ├─ langchain >=0.3.27,<1.0.0 * is installable with the potential options
    │  ├─ langchain 0.3.27 would require
    │  │  └─ langchain-text-splitters <1.0.0,>=0.3.9 *, which requires
    │  │     └─ langchain-core <1.0.0,>=0.3.72 *, which requires
    │  │        └─ langsmith >=0.3.45 *, which requires
    │  │           └─ rich >=13.9.4,<14.0.0 *, which can be installed;
    │  └─ langchain 0.3.27 would require
    │     └─ python >=3.9,<3.12a0 *, which can be installed;
    ├─ libsqlite <3.49.0 * is requested and can be installed;
    ├─ python >=3.12.9,<3.13.0 * is not installable because there are no viable options
    │  ├─ python 3.12.9 conflicts with any installable versions previously reported;
    │  ├─ python [3.12.10|3.12.9] would require
    │  │  └─ libsqlite >=3.49.1,<4.0a0 *, which conflicts with any installable versions previously reported;
    │  └─ python 3.12.11 would require
    │     └─ libsqlite >=3.50.0,<4.0a0 *, which conflicts with any installable versions previously reported;
    └─ strands-agents-tools =* * is not installable because it requires
       └─ rich >=14.0.0,<15.0.0 *, which conflicts with any installable versions previously reported.

could we please update the feedstock? we have a deployment which is getting blocked because of this

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions