Skip to content

Conversation

@luv-bansal
Copy link
Contributor

@luv-bansal luv-bansal commented Dec 1, 2025

Currently latest vLLM is having conflicts with pydantic_core

0.146 Using Python 3.11.13 environment at: /venv                                                                                                                                              
1.128   × No solution found when resolving dependencies:                                                                                                                                      
1.128   ╰─▶ Because only the following versions of pydantic are available:                                                                                                                    
1.128           pydantic<=2.12.0                                                                                                                                                              
1.128           pydantic==2.12.1
1.128           pydantic==2.12.2
1.128           pydantic==2.12.3
1.128           pydantic==2.12.4
1.128           pydantic==2.12.5
1.128       and pydantic>=2.12.4 depends on pydantic-core==2.41.5, we can conclude
1.128       that pydantic>2.12.3 depends on pydantic-core==2.41.5.
1.128       And because pydantic>=2.12.2,<=2.12.3 depends on pydantic-core==2.41.4,
1.128       we can conclude that pydantic>2.12.1 depends on pydantic-core>=2.41.4.
1.128       And because pydantic==2.12.1 was yanked (reason: references a
1.128       yanked version of pydantic-core) and pydantic==2.12.0 depends on
1.128       pydantic-core==2.41.1, we can conclude that pydantic>=2.12.0 depends on
1.128       one of:
1.128           pydantic-core==2.41.1
1.128           pydantic-core>=2.41.4
1.128 
1.128       And because anthropic==0.71.0 depends on pydantic>=1.9.0 and
1.128       vllm==0.11.2 depends on pydantic>=2.12.0, we can conclude that
1.128       anthropic==0.71.0, all of:
1.128           pydantic-core<2.41.1
1.128           pydantic-core>2.41.1,<2.41.4
1.128       , vllm==0.11.2 are incompatible.
1.128       And because vllm==0.11.2 depends on anthropic==0.71.0 and
1.128       clarifai==11.10.3 depends on pydantic-core==2.33.2, we can conclude that
1.128       clarifai==11.10.3 and vllm==0.11.2 are incompatible.
1.128       And because you require clarifai==11.10.3 and vllm==0.11.2, we can
1.128       conclude that your requirements are unsatisfiable.

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

Code Coverage

Package Line Rate Health
clarifai 45%
clarifai.cli 58%
clarifai.cli.templates 33%
clarifai.client 67%
clarifai.client.auth 67%
clarifai.constants 100%
clarifai.datasets 100%
clarifai.datasets.export 80%
clarifai.datasets.upload 75%
clarifai.datasets.upload.loaders 37%
clarifai.models 100%
clarifai.modules 0%
clarifai.rag 0%
clarifai.runners 53%
clarifai.runners.models 62%
clarifai.runners.pipeline_steps 41%
clarifai.runners.pipelines 77%
clarifai.runners.utils 62%
clarifai.runners.utils.data_types 72%
clarifai.schema 100%
clarifai.urls 60%
clarifai.utils 59%
clarifai.utils.evaluation 67%
clarifai.workflows 95%
Summary 62% (8485 / 13659)

Minimum allowed line rate is 50%

Copy link
Contributor

@mogith-pn mogith-pn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

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.

3 participants