We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 537f5be + 46b2de8 commit 5998848Copy full SHA for 5998848
py_ocpi/__init__.py
@@ -1,6 +1,6 @@
1
"""Python Implementation of OCPI"""
2
3
-__version__ = "2025.6.25"
+__version__ = "2025.7.16"
4
5
from .core import enums, data_types
6
from .main import get_application
py_ocpi/modules/locations/schemas.py
@@ -66,7 +66,7 @@ class Hours(BaseModel):
66
"""
67
68
twentyfourseven: bool
69
- regular_hours: List[RegularHours]
+ regular_hours: List[RegularHours] = []
70
exceptional_openings: List[ExceptionalPeriod] = []
71
exceptional_closings: List[ExceptionalPeriod] = []
72
0 commit comments