fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
509 stars 44 forks source link

fix(api): specify pydantic version in SERVE_REQUIREMENTS #181

Closed efiop closed 5 months ago

efiop commented 5 months ago

Since fastapi could work with any pydantic version, we are better off being more specific.

Followup for https://github.com/fal-ai/fal/pull/167