Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict pydantic<2.0.0 due to breaking changes #1104

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Commits on Jun 30, 2023

  1. Restrict pydantic<2.0.0 due to breaking changes

    > Pydantic V2 is a ground-up rewrite that offers many new features, performance improvements, and some breaking changes compared to Pydantic V1.
    
    ```
    deepsparse/pipeline.py:822: in <module>
        class PipelineConfig(BaseModel):
    ...
    NameError: Field "model_path" has conflict with protected namespace "model_"
    ```
    mgoin committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2f3afe9 View commit details
    Browse the repository at this point in the history