We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 206eb99 + a263413 commit 07097ddCopy full SHA for 07097dd
2 files changed
metaboatrace/models/racer.py
@@ -41,3 +41,10 @@ class RacerCondition(BaseModel):
41
racer_registration_number: StrictInt
42
weight: float
43
adjust: float
44
+
45
46
+class RacerPerformance(BaseModel):
47
+ racer_registration_number: StrictInt
48
+ aggregated_on: date
49
+ rate_in_all_stadium: float
50
+ rate_in_event_going_stadium: float
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "metaboatrace.models"
3
-version = "2.1.5"
+version = "2.1.6"
4
description = "Models of Japanese boatrace"
5
authors = [
6
{ name = "k0kishima", email = "okishimaxyz@gmail.com" }
0 commit comments