Skip to content

Commit

Permalink
pin FastAPI and Pydantic 1 version (#238)
Browse files Browse the repository at this point in the history
* pin FastAPI and Pydantic 1 version

* Update requirements.txt

---------

Co-authored-by: Daniel Townsend <dan@dantownsend.co.uk>
  • Loading branch information
sinisaos and dantownsend committed Jul 7, 2023
1 parent 16704dd commit 2ae8711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Jinja2>=2.11.0
piccolo[postgres]>=0.104.0
pydantic[email]>=1.6
pydantic[email]>=1.6,<2.0
python-multipart>=0.0.5
fastapi>=0.87.0
fastapi>=0.87.0,<0.100.0
PyJWT>=2.0.0
httpx>=0.20.0

0 comments on commit 2ae8711

Please sign in to comment.