Files
pydantic/.github/PULL_REQUEST_TEMPLATE.md
T
Samuel Colvin f341049b9e Remove Cython & Move to pyproject.toml (#4473)
* Remove Cython

* fix CI

* fix coverage

* fix tests

* switching to pypyroject.toml

* pre-commit all and use pre-commit for linting

* no mypy tests on macos and windows on ci, use flake8-pyproject

* fix docs and tests CI

* check build is working

* drop pytest-cov

* window and macos ci with 3.11, reduce filtering

* use pip-tools to pin all dependencies

* fix docs and fastapi tests

* fix test deps for 3.7

* no cache on tests job

* revert fastapi changes, fix coverage

* fix mypy coverage

* test with older mypy

* dotenv not required for mypy tests

* split testing requirements std and extra

* typo

* @PrettyWood comments

* correct branch name

* mypy python_version and pr template
2022-09-06 17:15:51 +01:00

590 B

WARNING!!!

We're currently in the process of rewriting pydantic in preparation for V2, see https://pydantic-docs.helpmanual.io/blog/pydantic-v2/.

As a result, much of the codebase will change significantly over the coming months.

To avoid wasting your time, please only create Pull Requests if you've got explicit approval by a maintainer.

Otherwise, your pull requests may be closed without review.

Thank you for your interest in pydantic, and your patience. 🙏

Note: if you're making a pull request to fix pydantic v1.10, please make it against the 1.10.X-fixes branch.