main-requirements-pydantic-2.patch 298 B

12345678
  1. diff -ruN app.orig/requirements.txt app/requirements.txt
  2. --- app.orig/requirements.txt 2024-09-28 22:14:58.000000000 +0200
  3. +++ app/requirements.txt 2024-12-20 10:16:37.130864077 +0100
  4. @@ -1,3 +1,4 @@
  5. +pydantic >= 2.0.0
  6. fastapi >= 0.110.2, == 0.*
  7. PyJWT >= 2.8.0, == 2.*
  8. aiohttp >= 3.9.5, == 3.*