Skip to content

Commit ac5760e

Browse files
committed
pin supabase==2.8.0 to avoid ModuleNotFoundError
1 parent f28dca1 commit ac5760e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/aks-agent/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ To release a new version, please select a new version number (usually plus 1 to
1212
Pending
1313
+++++++
1414

15+
1.0.0b10
16+
++++++++
17+
* pin supabase==2.8.0 to avoid "ModuleNotFoundError: No module named 'supabase_auth.http_clients'"
18+
1519
1.0.0b9
1620
+++++++
1721
* agent-init: replace model name with deployment name for Azure OpenAI service.

src/aks-agent/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import find_packages, setup
1111

12-
VERSION = "1.0.0b9"
12+
VERSION = "1.0.0b10"
1313

1414
CLASSIFIERS = [
1515
"Development Status :: 4 - Beta",
@@ -25,6 +25,7 @@
2525

2626
DEPENDENCIES = [
2727
"rich==13.9.4",
28+
"supabase==2.8.0",
2829
"holmesgpt==0.15.0; python_version >= '3.10'",
2930
]
3031

0 commit comments

Comments
 (0)