bedger 0.0.7__tar.gz → 0.0.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of bedger might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bedger
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary:
5
5
  Author: Henk van den Brink
6
6
  Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "bedger"
3
- version = "0.0.7"
3
+ version = "0.0.8"
4
4
  description = ""
5
5
  authors = ["Henk van den Brink"]
6
6
  readme = "README.md"
@@ -38,7 +38,3 @@ class DeviceEvent(BaseModel):
38
38
  @field_serializer("severity")
39
39
  def serialize_severity(self, severity: Severity) -> str:
40
40
  return severity.value
41
-
42
- @field_serializer("timestamp")
43
- def serialize_timestamp(self, timestamp: datetime) -> str:
44
- return timestamp.isoformat()
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes