File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " trophy"
7- version = " 1.0.19 "
7+ version = " 1.0.20 "
88description = " A Python library for the Trophy API"
99license = {text = " MIT" }
1010readme = " README.md"
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ class StreakResponse(BaseStreakResponse):
2222 A list of the user's past streak periods up through the current period. Each period includes the start and end dates and the length of the streak.
2323 """
2424
25+ rank : typing .Optional [int ] = pydantic .Field (default = None )
26+ """
27+ The user's rank across all users. Null if the user has no active streak.
28+ """
29+
2530 if IS_PYDANTIC_V2 :
2631 model_config : typing .ClassVar [pydantic .ConfigDict ] = pydantic .ConfigDict (
2732 extra = "allow" , frozen = True
You can’t perform that action at this time.
0 commit comments