File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Pending
1414
15151.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 wasn’ t 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
Original file line number Diff line number Diff line change 2424]
2525
2626DEPENDENCIES = [
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
3130with open1 ("README.rst" , "r" , encoding = "utf-8" ) as f :
You can’t perform that action at this time.
0 commit comments