Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
add: pydantic specific module
Browse files Browse the repository at this point in the history
  • Loading branch information
loyal812 committed Mar 28, 2024
1 parent 7a7de58 commit 2f62d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ cryptography
poppler-utils
PyMuPDF
pyjwt
pymongo
pymongo
pydantic==1.10
1 change: 0 additions & 1 deletion src/models/main_model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from pydantic import BaseModel, Field
from typing import Optional

class MainModel(BaseModel):
user: str = Field(default='')
Expand Down

0 comments on commit 2f62d50

Please sign in to comment.