[PR #262] [MERGED] IPv6 support #438

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/262
Author: @jbinder
Created: 8/23/2024
Status: Merged
Merged: 8/27/2024
Merged by: @mxyng

Base: mainHead: main


📝 Commits (6)

  • 2dcb04d Support IPv6 host addresses
  • 4c8ca08 Merge remote-tracking branch 'upstream/main' into main
  • 0221728 Add missing tests
  • 71c215b Integrate feedback review to make it generally more stable and remove redundancies
  • f24ff29 Remove unused import
  • afc8eac Fix formatting

📊 Changes

1 file changed (+30 additions, -0 deletions)

View changed files

📝 ollama/_client.py (+30 -0)

📄 Description

Support connecting to hosts via an IPv6 address.


🔄 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/262 **Author:** [@jbinder](https://github.com/jbinder) **Created:** 8/23/2024 **Status:** ✅ Merged **Merged:** 8/27/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`2dcb04d`](https://github.com/ollama/ollama-python/commit/2dcb04d674e1b17caf625363ca08b5602a6252a6) Support IPv6 host addresses - [`4c8ca08`](https://github.com/ollama/ollama-python/commit/4c8ca08b36c7537113156e379aa66630ad383fcf) Merge remote-tracking branch 'upstream/main' into main - [`0221728`](https://github.com/ollama/ollama-python/commit/0221728a9f4b03871f25efeb2ee5d4a3dea65fdb) Add missing tests - [`71c215b`](https://github.com/ollama/ollama-python/commit/71c215b9af030e040c2f0cba82a511ed7fb483e9) Integrate feedback review to make it generally more stable and remove redundancies - [`f24ff29`](https://github.com/ollama/ollama-python/commit/f24ff29b41ac50ec01c6b7892af1527ffedebd49) Remove unused import - [`afc8eac`](https://github.com/ollama/ollama-python/commit/afc8eac2be0ed2274171c399cc4e7b8e3ce3d4e3) Fix formatting ### 📊 Changes **1 file changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ollama/_client.py` (+30 -0) </details> ### 📄 Description Support connecting to hosts via an IPv6 address. --- <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:24 -05:00
yindo closed this issue 2026-02-15 16:30:24 -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#438