Skip to content

Commit

Permalink
fixed FileMessageInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
xncbf committed Jul 8, 2022
1 parent ebbc2a9 commit 7849052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rcs-pydantic"
version = "0.3.0"
version = "0.3.1"
description = ""
authors = ["xncbf <[email protected]>"]
keywords = ["pydantic", "rcs", "fastapi"]
Expand Down
2 changes: 1 addition & 1 deletion rcs_pydantic/scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ class FileMessage(BaseModel):


class FileMessageInfo(BaseModel):
fileMessage: str
fileMessage: FileMessage


class GeolocationPushMessage(BaseModel):
Expand Down

0 comments on commit 7849052

Please sign in to comment.