You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @jamesbraza, thanks for bringing this up - we pin the version to not have unintended updates (like even the one you've mentioned) Will check this out a bit more bump the version!
https://github.com/encode/httpx/releases/tag/0.28.0 comes with some breaking changes, mainly on
httpx.AsyncClient
'sapp
argument.Trying to pull it in, I get blocked by
ollama
because it downpinshttpx
: https://github.com/ollama/ollama-python/blob/v0.4.2/pyproject.toml#L13Can we move
httpx = "^0.27.0"
tohttpx = ">=0.27"
The text was updated successfully, but these errors were encountered: