mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
[PR #42] [CLOSED] bump httpx to 0.26.0 #340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ollama/ollama-python/pull/42
Author: @ej52
Created: 1/30/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
f8ddd89bump httpx to 0.26.0📊 Changes
3 files changed (+8 additions, -8 deletions)
View changed files
📝
poetry.lock(+4 -4)📝
pyproject.toml(+1 -1)📝
requirements.txt(+3 -3)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.