Skip to content
This repository was archived by the owner on Mar 6, 2021. It is now read-only.
This repository was archived by the owner on Mar 6, 2021. It is now read-only.

Version Pinning of Pydantic to match FastAPI #7

@hexazero

Description

@hexazero

The goal of this project is to use it in combination with FastAPI:

However, both this project and FastAPI depend on Pydantic:

As a dependency, Pydantic moves faster than FastAPI.

My current plan is to closely monitor FastAPI and pin to the latest version of Pydantic that it uses.

As of yesterday (June 28, 2019), Version 0.31 of FastAPI was released and it pins to 0.29 of Pydantic. So I am fixing a bug broke by the internals of Pydantic that I was using to support some of the ormantic use cases and pushing up a change to pypi if anyone is using that.

More details:
https://pypi.org/project/fastapi/0.31.0/#history
https://github.com/tiangolo/fastapi/pull/344/files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions