https://github.com/encode/httpx/releases/tag/0.28.0 comes with some breaking changes, mainly on httpx.AsyncClient's app argument.
Trying to pull it in, I get blocked by ollama because it downpins httpx: https://github.com/ollama/ollama-python/blob/v0.4.2/pyproject.toml#L13
Can we move httpx = "^0.27.0" to httpx = ">=0.27"
https://github.com/encode/httpx/releases/tag/0.28.0 comes with some breaking changes, mainly on
httpx.AsyncClient'sappargument.Trying to pull it in, I get blocked by
ollamabecause it downpinshttpx: https://github.com/ollama/ollama-python/blob/v0.4.2/pyproject.toml#L13Can we move
httpx = "^0.27.0"tohttpx = ">=0.27"