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

[cherry-pick 1.5.2] pin pydantic to <2.0 (#1645) #1107

Merged
merged 2 commits into from
Jul 5, 2023

Commits on Jul 5, 2023

  1. Restrict pydantic<2.0.0 due to breaking changes (#1104)

    > 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 authored and bfineran committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7d7aafd View commit details
    Browse the repository at this point in the history
  2. bump version to 1.5.2

    bfineran committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    41f455b View commit details
    Browse the repository at this point in the history