-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
Initial Checks
- I have searched Google & GitHub for similar requests and couldn't find anything
- I have read and followed the docs and still think this feature is missing
Description
To avoid regressions in future releases, we are going to introduce a new workflow to run tests of various third-party libraries depending on Pydantic.
Here is a list of libraries we'd like to include:
- FastAPI
- Add FastAPI and SQLModel to third-party tests #11044
- Remove FastAPI tests from the
ci.yml
workflow.
- SQLModel
- openapi-python-client (inter-dependent models, lots of non straightforward string annotations).
- BeanieODM
- Pandera
- Polar
- ODMantic (uses internals)
- BentoML (uses internals)
- semantic-kernel
- Langchain
- Prefect (v3). Complex CI, uses Docker.
- Airflow: their CI is pretty complex, might need some help in setting up a minimal workflow
- fides?
sydney-runkle