Skip to content

Commit 1bb65c0

Browse files
authored
Merge pull request #126 from MrRoundRobin/update-requirements
Update homeassistant and openai versions in requirements
2 parents 35ecc9c + eb2e7e8 commit 1bb65c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

custom_components/azure_openai_conversation/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"integration_type": "service",
1010
"iot_class": "cloud_polling",
1111
"issue_tracker": "https://github.com/joselcaguilar/azure-openai-ha/issues",
12-
"requirements": ["openai==1.99.5"],
13-
"version": "2025.10.0"
12+
"requirements": ["openai==2.11.0"],
13+
"version": "2026.01.0"
1414
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openai==1.76.2
1+
openai==2.11.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
colorlog>=6.7.0
2-
homeassistant>=2025.6.3
2+
homeassistant>=2026.1.1
33
pip>=21.0
44
ruff>=0.1.0
5-
openai==1.99.5
5+
openai==2.11.0

0 commit comments

Comments
 (0)