Sebastián Ramírez
c58e2b2d1e
👷 Add CI for both Pydantic v1 and v2 ( #9688 )
* 👷 Test and install Pydantic v1 and v2 in CI
* 💚 Tweak CI config for Pydantic v1 and v2
* 💚 Fix Pydantic v2 specification in CI
* 🐛 Fix type annotations for compatibility with Python 3.7
* 💚 Install Pydantic v2 for lints
* 🐛 Fix type annotations for Pydantic v2
* 💚 Re-use test cache for lint
2 years ago
Sebastián Ramírez
8767634932
👷 Lint in CI only once, only with one version of Python, run tests with all of them ( #9686 )
2 years ago
Sebastián Ramírez
f5844e76b5
💚 Update CI cache to fix installs when dependencies change ( #9659 )
2 years ago
Sebastián Ramírez
6595658324
⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras ( #9655 )
2 years ago
Sebastián Ramírez
46726aa1c4
💚 Disable setup-python pip cache in CI ( #9438 )
2 years ago
Sviatoslav Sydorenko
2583a83f9d
👷 Add GitHub Action gate/check ( #5492 )
3 years ago
Sebastián Ramírez
0c07e542a7
👷 Fix and tweak CI cache handling ( #5696 )
3 years ago
Michael Adkins
22837ee202
👷 Update `setup-python` action in tests to use new caching feature ( #5680 )
3 years ago
Sebastián Ramírez
be3e29fb3c
👷 Switch from Codecov to Smokeshow plus pytest-cov to pure coverage for internal tests ( #5583 )
3 years ago
Sebastián Ramírez
d62f5c1b28
✅ Enable tests for Python 3.11 ( #4881 )
3 years ago
Ofek Lev
4267bd1f4f
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch ( #5240 )
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
3 years ago
dependabot[bot]
35244ee83b
⬆ Bump actions/cache from 2 to 3 ( #5149 )
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
606028dc8c
⬆ Bump actions/checkout from 2 to 3 ( #5133 )
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
7c3137301b
⬆ Bump codecov/codecov-action from 2 to 3 ( #5131 )
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
ff47d50a9b
⬆ Bump actions/setup-python from 2 to 4 ( #5129 )
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Sebastián Ramírez
02fae6a38e
⬆️ Upgrade dependencies upper range for extras "all" ( #4803 )
3 years ago
Sebastián Ramírez
cc57bfcf60
⬆️ Upgrade Codecov GitHub Action ( #4801 )
3 years ago
Sebastián Ramírez
d08a062ee2
✨ Add docs and tests for Python 3.9 and Python 3.10 ( #3712 )
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
4 years ago
Sebastián Ramírez
eb1d68c789
🔧 Lint only in Python 3.7 and above ( #4006 )
4 years ago
Andy Challis
099c478655
💚 Fix badges in README and main page ( #3979 )
Co-authored-by: Anthony Lukach <anthonylukach@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
4 years ago
Marcelo Trylesinski
ab33ba27af
⬆ Add support for Python 3.9 ( #2298 )
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
4 years ago
Sebastián Ramírez
d75126a4ce
👷 Add GitHub Action cache to speed up CI installs ( #3204 )
4 years ago
Sebastián Ramírez
7c9d0168ff
⬆️ Upgrade setup-python GitHub Action to v2 ( #3203 )
4 years ago
Sebastián Ramírez
47a630721a
👷 Add GitHub Actions, move from Travis ( #1735 )
5 years ago