Skip to content

Commit

Permalink
major signing rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Feb 4, 2025
1 parent 233f863 commit c67b5be
Show file tree
Hide file tree
Showing 25 changed files with 3,913 additions and 1,296 deletions.
2 changes: 1 addition & 1 deletion createPb2.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
protoc -I=protobuf --python_out=tesla_fleet_api/pb2 protobuf/*.proto
protoc -I=protobuf --python_out=pyi_out:tesla_fleet_api/pb2 protobuf/*.proto
protol --create-package --in-place --python-out tesla_fleet_api/pb2 protoc --proto-path=protobuf protobuf/*.proto
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ aiohttp==3.*
aiolimiter==1.*
cryptography==43.*
protobuf==5.*
aiofiles=24.*
aiofiles==24.*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="tesla_fleet_api",
version="0.9.5",
version="0.9.6",
author="Brett Adams",
author_email="hello@teslemetry.com",
description="Tesla Fleet API library for Python",
Expand Down
2 changes: 1 addition & 1 deletion tesla_fleet_api/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from enum import Enum
import logging

VERSION = "0.9.5"
VERSION = "0.9.6"
LOGGER = logging.getLogger(__package__)
SERVERS = {
"na": "https://fleet-api.prd.na.vn.cloud.tesla.com",
Expand Down
Loading

0 comments on commit c67b5be

Please sign in to comment.