-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
My company (SiteAssist) is using V7 as our labelling tool. We extensively use your great sdk python package (latest version).
We also need to use PydanticAI within our repo. You current version of argcomplete (argcomplete>=2.0.0,<3.0.0) clashes with pydanticAI requirements (see uv add error below for more info).
× No solution found when resolving dependencies for split (python_full_version >= '3.12' and sys_platform == 'darwin'):
╰─▶ Because pydantic-ai==0.0.55 depends on pydantic-ai-slim[cli]==0.0.55 and pydantic-ai-slim[cli]==0.0.55 depends on argcomplete>=3.5.0, we can conclude that pydantic-ai==0.0.55 depends on
argcomplete>=3.5.0.
And because darwin-py==1.2.3 depends on argcomplete>=2.0.0,<3.0.0 and only darwin-py<=1.2.3 is available, we can conclude that darwin-py>=1.2.3 and pydantic-ai==0.0.55 are incompatible.
And because your project depends on darwin-py>=1.2.3 and pydantic-ai==0.0.55, we can conclude that your project's requirements are unsatisfiable.
I cloned your repo locally and updated the version to "^3.5.0" in your pyproject.toml and rebuild it successfully.
Metadata
Metadata
Assignees
Labels
No labels