Release HandyLLM v0.9.3.
Fixed
- Due to the change in
httpx==0.28.0
(see its CHANGELOG), the requestparams
cannot be{}
as it will override the original query params. This will cause errors like 404 Resource Not Found, when theapi-version
parameter in Azure endpoint is overridden. Now whenparams
is an empty dictionary, it will be passed as the defaultNone
. See httpx PR 3364 and Issue 3433.