We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91e3ad commit 11f0d9bCopy full SHA for 11f0d9b
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"]
4
5
[project]
6
name = "teslemetry_stream"
7
-version = "0.7.10"
+version = "0.8.2"
8
license = "Apache-2.0"
9
description = "Teslemetry Streaming API library for Python"
10
readme = "README.md"
teslemetry_stream/stream.py
@@ -20,7 +20,7 @@ class TeslemetryStream:
20
def __init__(
21
self,
22
session: aiohttp.ClientSession,
23
- access_token: str | Callable[[], Awaitable[str]],
+ access_token: str | Callable[[], Awaitable[str | None]],
24
server: str = "api.teslemetry.com",
25
vin: str | None = None,
26
parse_timestamp: bool = False,
0 commit comments