Skip to content

Exclusive bound incorrectly reported in uv conflict explanation #16626

@hauntsaninja

Description

@hauntsaninja

Summary

This is a bit of a nit, but:

λ cat r.in
cffi>=1.17
snowflake-connector-python>=3.16
snowflake-sqlalchemy>=1.7.7
fastapi-mail>=1.5.7
uvicorn>=0.38
λ uv pip compile r.in
  × No solution found when resolving dependencies:
  ╰─▶ Because only the following versions of snowflake-connector-python are available:
          snowflake-connector-python<=3.16.0
          snowflake-connector-python==3.17.0
          snowflake-connector-python==3.17.1
          snowflake-connector-python==3.17.2
          snowflake-connector-python==3.17.3
          snowflake-connector-python==3.17.4
          snowflake-connector-python==3.18.0
          snowflake-connector-python>4.0.0
      and snowflake-connector-python>=3.16.0,<=3.18.0 depends on cffi>=1.9,<2.0.0, we can conclude that
      snowflake-connector-python>=3.16.0,<4.0.0 depends on cffi>=1.9,<2.0.0.
...

snowflake-connector-python==4.0.0 is available, so I think the third last line in that should be snowflake-connector-python>=4.0.0 not >

Platform

macOS

Version

0.9

Python version

No response

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