Skip to content

Commit a90fb5d

Browse files
committed
bump holmesgpt to 0.15.0
1 parent 2f59c5b commit a90fb5d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/aks-agent/HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Pending
1414

1515
1.0.0b5
1616
+++++++
17-
* Bump holmesgpt to 0.14.3 - Enhanced AI debugging experience and bug fixes
18-
* Added TODO list feature to allows holmes to reliably answers questions it wasnt able to answer before due to early-stopping
17+
* Bump holmesgpt to 0.15.0 - Enhanced AI debugging experience and bug fixes
18+
* Added TODO list feature to allows holmes to reliably answers questions it wasn't able to answer before due to early-stopping
1919
* Fixed mcp server http connection fails when using socks proxy by adding the missing socks dependency
2020
* Fixed gpt-5 temperature bug by upgrading litellm and dropping non-1 values for temperature
2121
* Improved the installation time by removing unnecessary dependencies and move test dependencies to dev dependency group

src/aks-agent/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
]
2525

2626
DEPENDENCIES = [
27-
"holmesgpt @ git+ssh://git@github.com/robusta-dev/holmesgpt@master",
28-
# "holmesgpt==0.14.3; python_version >= '3.10'",
27+
"holmesgpt==0.15.0; python_version >= '3.10'",
2928
]
3029

3130
with open1("README.rst", "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)