[PR #137] [MERGED] dep[0.2.3]: update httpx to 0.28.x reducing JSON payload length in transporation #175

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/137
Author: @bowenliang123
Created: 5/10/2025
Status: Merged
Merged: 5/12/2025
Merged by: @Yeuoly

Base: mainHead: httpx-028


📝 Commits (1)

📊 Changes

2 files changed (+334 additions, -311 deletions)

View changed files

📝 python/pdm.lock (+333 -310)
📝 python/pyproject.toml (+1 -1)

📄 Description


🔄 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/langgenius/dify-plugin-sdks/pull/137 **Author:** [@bowenliang123](https://github.com/bowenliang123) **Created:** 5/10/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `httpx-028` --- ### 📝 Commits (1) - [`ac73052`](https://github.com/langgenius/dify-plugin-sdks/commit/ac73052f283e65177f0944940fe75262bb6c606e) httpx~=0.28.1 ### 📊 Changes **2 files changed** (+334 additions, -311 deletions) <details> <summary>View changed files</summary> 📝 `python/pdm.lock` (+333 -310) 📝 `python/pyproject.toml` (+1 -1) </details> ### 📄 Description - changelog of httpx 0.28.x: https://github.com/encode/httpx/blob/master/CHANGELOG.md - save 50% JSON payload length by applying compact representation and UTF8 encoding instead of forcing ASCII chars - JSON request bodies use a compact representation. (https://github.com/encode/httpx/issues/3363) --- <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 21:16:05 -05:00
yindo closed this issue 2026-02-15 21:16:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#175