Skip to content

Commit c67b5be

Browse files
committed
major signing rework
1 parent 233f863 commit c67b5be

25 files changed

+3913
-1296
lines changed

createPb2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
protoc -I=protobuf --python_out=tesla_fleet_api/pb2 protobuf/*.proto
1+
protoc -I=protobuf --python_out=pyi_out:tesla_fleet_api/pb2 protobuf/*.proto
22
protol --create-package --in-place --python-out tesla_fleet_api/pb2 protoc --proto-path=protobuf protobuf/*.proto

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ aiohttp==3.*
22
aiolimiter==1.*
33
cryptography==43.*
44
protobuf==5.*
5-
aiofiles=24.*
5+
aiofiles==24.*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="tesla_fleet_api",
8-
version="0.9.5",
8+
version="0.9.6",
99
author="Brett Adams",
1010
author_email="[email protected]",
1111
description="Tesla Fleet API library for Python",

tesla_fleet_api/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from enum import Enum
44
import logging
55

6-
VERSION = "0.9.5"
6+
VERSION = "0.9.6"
77
LOGGER = logging.getLogger(__package__)
88
SERVERS = {
99
"na": "https://fleet-api.prd.na.vn.cloud.tesla.com",

0 commit comments

Comments
 (0)