File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,25 @@ requires = ["setuptools>=77.0"]
44
55[project ]
66name = " tesla_fleet_api"
7- version = " 1.1.0 "
7+ version = " 1.1.1 "
88license = " Apache-2.0"
99description = " Tesla Fleet API library for Python"
1010readme = " README.md"
1111authors = [{
name =
" Brett Adams" ,
email =
" [email protected] " }]
1212requires-python = " >=3.10"
1313classifiers = [
14- " Development Status :: 5 - Production/Stable" ,
15- " Programming Language :: Python :: 3" ,
16- " Operating System :: OS Independent" ,
14+ " Development Status :: 5 - Production/Stable" ,
15+ " Programming Language :: Python :: 3" ,
16+ " Operating System :: OS Independent" ,
1717]
1818dependencies = [
19- " aiohttp" ,
20- " aiofiles" ,
21- " aiolimiter" ,
22- " cryptography" ,
23- " protobuf" ,
24- " bleak" ,
25- " bleak-retry-connector" ,
19+ " aiohttp" ,
20+ " aiofiles" ,
21+ " aiolimiter" ,
22+ " cryptography" ,
23+ " protobuf" ,
24+ " bleak" ,
25+ " bleak-retry-connector" ,
2626]
2727
2828[project .urls ]
You can’t perform that action at this time.
0 commit comments