[PR #15685] [MERGED] UPD: requirements.txt adding httpx & optionals #111220

Closed
opened 2026-05-18 10:59:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15685
Author: @rgaricano
Created: 7/13/2025
Status: Merged
Merged: 7/14/2025
Merged by: @tjbck

Base: devHead: dev-add_requirements_lib


📝 Commits (1)

  • 3cde5fb UPD: requirements.txt adding httpx

📊 Changes

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

View changed files

📝 backend/requirements.txt (+1 -0)

📄 Description

Update to solve issue https://github.com/open-webui/open-webui/issues/15683

Update requirements.txt to add httpx and optional support for:

  • h2 - HTTP/2 support. (Optional, with httpx[http2]) socksio - SOCKS proxy support. (Optional, with httpx[socks])
  • rich - Rich terminal support. (Optional, with httpx[cli])
  • click - Command line client support. (Optional, with httpx[cli])
  • brotli or brotlicffi - Decoding for "brotli" compressed responses. (Optional, with httpx[brotli])
  • zstandard - Decoding for "zstd" compressed responses. (Optional, with httpx[zstd])

Added lib:
httpx[socks,http2,zstd,cli,brotli]==0.28.1


Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.


🔄 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/open-webui/open-webui/pull/15685 **Author:** [@rgaricano](https://github.com/rgaricano) **Created:** 7/13/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dev-add_requirements_lib` --- ### 📝 Commits (1) - [`3cde5fb`](https://github.com/open-webui/open-webui/commit/3cde5fb3aaae69436007e3f5eb2534122b33177f) UPD: requirements.txt adding httpx ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -0) </details> ### 📄 Description ## Update to solve issue https://github.com/open-webui/open-webui/issues/15683 ### Update requirements.txt to add httpx and optional support for: - h2 - HTTP/2 support. (Optional, with httpx[http2]) socksio - SOCKS proxy support. (Optional, with httpx[socks]) - rich - Rich terminal support. (Optional, with httpx[cli]) - click - Command line client support. (Optional, with httpx[cli]) - brotli or brotlicffi - Decoding for "brotli" compressed responses. (Optional, with httpx[brotli]) - zstandard - Decoding for "zstd" compressed responses. (Optional, with httpx[zstd]) Added lib: httpx[socks,http2,zstd,cli,brotli]==0.28.1 _____ ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 10:59:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#111220