From d9f9202ee152e6f34e9bacaa2a7d8558980d288b Mon Sep 17 00:00:00 2001 From: Michael Harris Date: Thu, 23 Jan 2025 18:01:48 -0500 Subject: [PATCH] chore(docs): add httpx-retry to 3P packages --- docs/third_party_packages.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index 78ecc5a7fa..198cdd5821 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -82,6 +82,12 @@ Allows consuming Server-Sent Events (SSE) with HTTPX. A library for scraping the web built on top of HTTPX. +### httpx-retry + +[Github](https://github.com/mharrisb1/httpx-retry) + +Middleware for implementing retry policies with HTTPX + ## Gists