Skip to content

Commit b09f38c

Browse files
authored
Merge pull request #360 from pypolestar/release/1.17.0
Update pypolestar library
2 parents 4375907 + 702a6ba commit b09f38c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
22
"domain": "polestar_api",
33
"name": "Polestar API",
4-
"codeowners": ["@leeyuentuen", "@jschlyter"],
4+
"codeowners": [
5+
"@leeyuentuen",
6+
"@jschlyter"
7+
],
58
"config_flow": true,
69
"dependencies": [],
710
"documentation": "https://github.com/pypolestar/polestar_api",
811
"iot_class": "cloud_polling",
912
"issue_tracker": "https://github.com/pypolestar/polestar_api/issues",
1013
"requirements": [
11-
"pypolestar==1.7.2",
14+
"pypolestar==1.8.0",
1215
"gql[httpx]>=3.5.0",
1316
"homeassistant>=2025.3.0"
1417
],
15-
"version": "1.16.1"
16-
}
18+
"version": "1.17.0"
19+
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pip>=21.3.1
44
ruff==0.11.0
55
gql[httpx]>=3.5.0
66
pytest>=8.3.3
7-
pypolestar==1.7.0
7+
pypolestar==1.8.0

0 commit comments

Comments
 (0)