Skip to content

Commit

Permalink
Merge branch 'subzeroid:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodnorwell authored Nov 29, 2023
2 parents eaf5c84 + 8fac3f3 commit 02f25ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions instagrapi/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ class Comment(BaseModel):
created_at_utc: datetime
content_type: str
status: str
replied_to_comment_id: Optional[str] = None
has_liked: Optional[bool] = None
like_count: Optional[int] = None

Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ isort==5.12.0
bandit==1.7.5
mike==2.0.0
markdown-include==0.8.1
mkdocs-material==9.4.9
mkdocs-material==9.4.14
mkdocs-minify-plugin==0.7.1
mkdocstrings==0.24.0
./util/mkdocs-redirects
Expand Down

0 comments on commit 02f25ae

Please sign in to comment.