updates2mqtt 1.7.2__tar.gz → 1.7.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: updates2mqtt
3
- Version: 1.7.2
3
+ Version: 1.7.3
4
4
  Summary: System update and docker image notification and execution over MQTT
5
5
  Keywords: mqtt,docker,oci,container,updates,automation,home-assistant,homeassistant,selfhosting
6
6
  Author: jey burrows
@@ -7,7 +7,7 @@ authors = [
7
7
  ]
8
8
 
9
9
  requires-python = ">=3.13"
10
- version = "1.7.2"
10
+ version = "1.7.3"
11
11
  license="Apache-2.0"
12
12
  keywords=["mqtt", "docker", "oci","container","updates", "automation","home-assistant","homeassistant","selfhosting"]
13
13
 
@@ -115,7 +115,7 @@ class APIStats:
115
115
  self.revalidated: int = 0
116
116
  self.failed: dict[int, int] = {}
117
117
  self.elapsed: float = 0
118
- self.max_cache_age: float | None = None
118
+ self.max_cache_age: float = 0
119
119
 
120
120
  def tick(self, response: Response | None) -> None:
121
121
  self.fetches += 1
File without changes