#httpx

[ follow ]
fromTildeweb
1 week ago

httpx2! | Blog

It's six weeks after we forked httpx and named our package httpxyz. Yesterday, the Pydantic people started their own fork, httpx2. TL;DR: while we think httpxyz was definitely needed, we welcome httpx2 and think it should be the 'blessed' fork.
#httpxyz
fromTildeweb
2 weeks ago
Python

Talk at PyGrunn on httpxyz | Blog

A new fork of the Python package httpx called httpxyz will be presented at PyGrunn on May 8, 2026.
fromTildeweb
3 weeks ago
Web frameworks

httpxyz one month in | Blog

httpxyz offers significant bug fixes and performance improvements over httpx, encouraging users to switch to their version.
Python
fromTildeweb
2 weeks ago

Talk at PyGrunn on httpxyz | Blog

A new fork of the Python package httpx called httpxyz will be presented at PyGrunn on May 8, 2026.
Web frameworks
fromTildeweb
3 weeks ago

httpxyz one month in | Blog

httpxyz offers significant bug fixes and performance improvements over httpx, encouraging users to switch to their version.
fromRubyflow
4 months ago

Announcing Telegem v3.0.0: Pure Async Telegram Bot Framework for Ruby

For the past few months, I've been quietly rebuilding this Telegram bot framework from the ground up with one goal: eliminate the thread management headaches and blocking I/O that plague existing solutions. The Vision: What if building a Telegram bot in Ruby felt as clean and modern as writing a Rails API? What if concurrency was handled for you, deployment was one-click, and multi-step conversations were a first-class feature? That's Telegem.
Python
fromTall, Snarky Canadian
6 months ago

The varying strictness of TypedDict

TypedDict now controls both key requiredness and whether extra keys are allowed, with Python 3.15 adding closed TypedDict behavior to restrict unknown keys.
[ Load more ]