[PR #42] [CLOSED] bump httpx to 0.26.0 #340

Closed
opened 2026-02-15 16:30:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/42
Author: @ej52
Created: 1/30/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama-python/pull/42 **Author:** [@ej52](https://github.com/ej52) **Created:** 1/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`f8ddd89`](https://github.com/ollama/ollama-python/commit/f8ddd8940b1771433b6caeacbc3e0a1fa0199dc5) bump httpx to 0.26.0 ### 📊 Changes **3 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+4 -4) 📝 `pyproject.toml` (+1 -1) 📝 `requirements.txt` (+3 -3) </details> ### 📄 Description I am the creator on [Ollama Conversation](https://github.com/ej52/hass-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](https://developers.home-assistant.io/docs/creating_component_code_review#4-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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:03 -05:00
yindo closed this issue 2026-02-15 16:30:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#340