Skip to content

Commit

Permalink
pin pydantic version to ensure compatibility; upgrades python base image
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Sep 9, 2024
1 parent 7a60b32 commit 95119f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-bookworm
FROM python:3.12.5-slim-bookworm

EXPOSE 3000

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ motor
dill
python-dotenv
fastapi
pydantic
pydantic==1.10.18
pymongo
jsonpickle
gunicorn
Expand Down

0 comments on commit 95119f1

Please sign in to comment.