I wish that Python's #httpx was in a healthier state but #httpxyz is a very interesting fork — the ~3x latency reduction is very appealing:

https://tildeweb.nl/~michiel/httpxyz.html

… and #httpx2 is looking like a natural alternative for Pydantic users:

https://github.com/pydantic/httpx2

Why I forked httpx | Blog

I forked the python library httpx to httpxyz after over a year without a release of this popular package

Pythons new httpx fork: httpx2

Python HTTP 클라이언트 라이브러리 httpx의 두 번째 주요 포크인 httpx2가 Pydantic 팀에 의해 공개되었다. 기존 httpxxyz 포크가 성능 개선에 집중한 반면, httpx2는 certifi 대신 truststore 사용, Python 3.14+에서 zstd 압축 기본 활성화, httpcore 통합 등 전략적 결정을 통해 빠르게 발전 중이다. httpxyz 개발자는 httpx2를 공식 포크로 지지하며 경쟁보다는 협력을 강조하고 있다. Python HTTP 클라이언트 생태계에 중요한 변화로, 개발자들은 httpx2로의 전환을 고려할 만하다.

https://tildeweb.nl/~michiel/httpx2.html

#python #httpx #httpclient #opensource #fork

httpx2! | Blog

Yesterday the Pydantic team started httpx2, another fork of httpx

Tilda + СБИС Presto: пишем интеграцию на Python, когда готового решения не существует

Клиент пришёл с простой задачей: заказы с сайта на Tilda должны автоматически попадать в СБИС Presto. Казалось бы, популярные инструменты — должно быть готовое решение. Его не оказалось. Написали свой сервис месяц в продакшене, всё работает. Рассказываем как — с кодом, граблями и объяснением неочевидных мест в документации СБИС. Стек: Python, FastAPI, Pydantic, httpx, cachetools.

https://habr.com/ru/articles/1030324/

#python #fastapi #сбис #tilda #webhook #интеграция #pydantic #httpx #presto

Tilda + СБИС Presto: пишем интеграцию на Python, когда готового решения не существует

Мы проверили - ни одной статьи на эту тему нет. Ни на Хабре, ни на GitHub. Albato умеет Tilda + СБИС CRM, но не Presto. CommerceML нестабилен. Кастомный сервис — единственный рабочий путь. Клиент...

Хабр

Manceps: Model Context Protocol(MCP)을 위한 Ruby 클라이언트

Ruby 3.4 이상을 지원하며 최신 MCP 2025-11-25 사양을 완벽하게 구현한 전용 클라이언트 라이브러리이다.

🔗 원문 보기

Manceps: Model Context Protocol(MCP)을 위한 Ruby 클라이언트

Ruby 3.4 이상을 지원하며 최신 MCP 2025-11-25 사양을 완벽하게 구현한 전용 클라이언트 라이브러리이다.

Ruby-News | 루비 AI 뉴스

📢 Pentagram : outil automatisé d'acquisition de comptes VPN ciblant Fortinet, Cisco et autres
📝 ## 🔍 Contexte

Article publié le 3 avril 2026 par Tammy Harper, Senior Threat Intelligence Res...
📖 cyberveille : https://cyberveille.ch/posts/2026-04-04-pentagram-outil-automatise-d-acquisition-de-comptes-vpn-ciblant-fortinet-cisco-et-autres/
🌐 source : https://www.linkedin.com/pulse/emerging-threat-pentagram-automated-account-tool-tammy-harper-naqze/
#Fortinet #HTTPX #Cyberveille

Pentagram : outil automatisé d'acquisition de comptes VPN ciblant Fortinet, Cisco et autres

🔍 Contexte Article publié le 3 avril 2026 par Tammy Harper, Senior Threat Intelligence Researcher chez Flare.io, sur LinkedIn. L’article présente une analyse technique d’un outil offensif commercial nommé Pentagram, commercialisé comme solution automatisée d’acquisition de comptes VPN d’entreprise. 🛠️ Description de l’outil Pentagram est une plateforme modulaire composée d’un panel web centralisé et de workers distribués. La communication backend s’effectue via I2P pour assurer l’anonymat de l’opérateur. Les binaires distribués incluent pentagram.exe et i2pd.exe.

CyberVeille
🌕 我為何要分叉(fork)HTTPX
➤ 當開源專案維護失靈:從 HTTPX 到 httpxyz 的生存選擇
https://tildeweb.nl/~michiel/httpxyz.html
由於知名的 Python HTTP 客戶端套件 HTTPX 長期缺乏更新與版本發布,且開發者封閉了 GitHub 上的問題追蹤與討論區,導致許多仰賴該套件的專案陷入困境。作者 Michiel 在貢獻修正代碼卻遲遲未獲合併後,決定分叉出名為 `httpxyz` 的專案。他強調此舉並非為了推翻既有架構,而是為了提供一個穩定、持續維護的替代方案,並呼籲開源社羣減少對單一平臺(如 GitHub)的過度依賴。
+ 這就是開源軟體依賴單一核心維護者的風險。當維護者開始「封閉」開發過程,分叉確實是維持軟體生命力的唯一路徑。
+ 雖然理解維護者的壓力,但如果一個高流量的套件既不更新又不開放權限,對生態系的傷害確實太大。支持這個穩定導向的分叉。
##Python #開源生態 #HTTPX #軟體維護
Why I forked httpx | Blog

I forked the python library httpx to httpxyz after over a year without a release of this popular package

Why I forked httpx | Blog

🔥 Check out this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Why I forked httpx published on 2026-03-25 · tagged with #httpx, #httpxyz and #python Yesterday I forked httpx. The new fork is called httpxyz. Reasons for the fork HTTPX is a very popular HTTP client for Python. There is lots of code depending on it.

https://viralpique.com/why-i-forked-httpx-blog/

Why I forked httpx | Blog - viralpique.com

🔥 Check out this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Why I forked httpx published on 2026-03-25 · tagged with #httpx, #httpxyz and #python Yesterday I forked httpx. The new fork is called httpxyz. Reasons for the fork HTTPX is a very popular HTTP client for Python. There is

viralpique.com - Where Curiosity Goes Viral
Why I forked httpx | Blog

I forked the python library httpx to httpxyz after over a year without a release of this popular package

Why I forked httpx - the popular python package:

https://tildeweb.nl/~michiel/httpxyz.html

#python #httpx #httpxyz

Why I forked httpx | Blog

I forked the python library httpx to httpxyz after over a year without a release of this popular package

There's a new piece explaining "The Slow Collapse of #MkDocs": "How personality clashes, an absent founder, and a controversial redesign fractured one of Python's most popular projects."

https://fpgmaas.com/blog/collapse-of-mkdocs/

Well, that says a lot. But what's really interesting is that MkDocs 2.x is being developed as part of the "encode" organization. That's great, right? The people who gave us such great libraries as #httpx?

Well, turns out no, not at all. It looks like encode has already crumbled and became immensely toxic.

httpx is not allowing bug reports anymore, apparently because of "absurdly skewed gender representation", whatever that means.

https://web.archive.org/web/20260228113715/https://github.com/encode/httpx/discussions/3784

That also explained why starlette moved out of the organization a while back:

https://web.archive.org/web/20260323042730/https://github.com/Kludex/starlette/issues/3180

There's a great rot in #OpenSource.

#FreeSoftware #Python

The Slow Collapse of MkDocs

How personality clashes, an absent founder, and a controversial redesign fractured one of Python's most popular projects.