tinyercot 0.2.1__tar.gz → 0.2.2__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: tinyercot
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Tiny fully-typed ERCOT API
5
5
  Author-email: Kevin Kenyon <kevin@poweredbylight.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tinyercot"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "Tiny fully-typed ERCOT API"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -20,7 +20,8 @@ _subscription_key: str | None = None
20
20
 
21
21
  _tok_cache: TTLCache = TTLCache(maxsize=1, ttl=3600)
22
22
  _client = httpx.Client(
23
- transport=RetryTransport(retry=Retry(total=3, backoff_factor=2))
23
+ transport=RetryTransport(retry=Retry(total=3, backoff_factor=2)),
24
+ timeout=30.0,
24
25
  )
25
26
 
26
27
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tinyercot
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Tiny fully-typed ERCOT API
5
5
  Author-email: Kevin Kenyon <kevin@poweredbylight.com>
6
6
  License-Expression: MIT
File without changes
File without changes