ollama / ollama-python

Ollama Python library
https://ollama.com
MIT License
4.09k stars 344 forks source link

bump httpx to 0.26.0 #42

Open ej52 opened 8 months ago

ej52 commented 8 months ago

I am the creator on Ollama Conversation, I am wanting to get the integration listed on Home Assistant itself but in order to do that this condition needs to be met communication-with-devicesservices.

So I need to switch from making direct API calls to using this library, however the version of httpx required by this library has conflicts with Home Assistant requirements.

This PR just bumps httpx version to 0.26.0 in order to meet the requirements.