mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-06 04:57:58 -05:00
* Make compatible with pydantic v1 * Remove unused import * Remove unused ignores * Update pydantic version * Fix minor formatting issue * ⏪ Revert removing iterate_in_threadpool * ✨ Add backwards compatibility with Pydantic 0.32.2 with deprecation warnings * ✅ Update tests to not break when using Pydantic < 1.0.0 * 📝 Update docs for Pydantic version 1.0.0 * 📌 Update Pydantic range version to support from 0.32.2 * 🎨 Format test imports * ✨ Add support for Pydantic < 1.2 for populate_validators * ✨ Add backwards compatibility for Pydantic < 1.2.0 with required fields * 📌 Relax requirement for Pydantic to < 2.0.0 🎉 🚀 * 💚 Update pragma coverage for older Pydantic versions
39 lines
598 B
TOML
39 lines
598 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
mypy = "*"
|
|
black = "*"
|
|
jupyter = "*"
|
|
better-exceptions = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
isort = "*"
|
|
requests = "*"
|
|
flit = "*"
|
|
mkdocs = "*"
|
|
mkdocs-material = "*"
|
|
markdown-include = "*"
|
|
autoflake = "*"
|
|
email-validator = "*"
|
|
ujson = "*"
|
|
flake8 = "*"
|
|
python-multipart = "*"
|
|
sqlalchemy = "*"
|
|
uvicorn = "*"
|
|
|
|
[packages]
|
|
starlette = "==0.12.9"
|
|
pydantic = "==1.0.0"
|
|
databases = {extras = ["sqlite"],version = "*"}
|
|
hypercorn = "*"
|
|
orjson = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|