Skip to content

Commit 11f0d9b

Browse files
committed
v0.8.2
1 parent f91e3ad commit 11f0d9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"]
44

55
[project]
66
name = "teslemetry_stream"
7-
version = "0.7.10"
7+
version = "0.8.2"
88
license = "Apache-2.0"
99
description = "Teslemetry Streaming API library for Python"
1010
readme = "README.md"

teslemetry_stream/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TeslemetryStream:
2020
def __init__(
2121
self,
2222
session: aiohttp.ClientSession,
23-
access_token: str | Callable[[], Awaitable[str]],
23+
access_token: str | Callable[[], Awaitable[str | None]],
2424
server: str = "api.teslemetry.com",
2525
vin: str | None = None,
2626
parse_timestamp: bool = False,

0 commit comments

Comments
 (0)