From cb2860ab9a62cbc9d2785195278496f4d26ec9ca Mon Sep 17 00:00:00 2001 From: Aldo Mateli Date: Mon, 14 Jul 2025 23:18:48 +0100 Subject: [PATCH 1/2] Add wireup to third party libraries (#11233) --- CHANGES/11233.doc.rst | 1 + docs/third_party.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 CHANGES/11233.doc.rst diff --git a/CHANGES/11233.doc.rst b/CHANGES/11233.doc.rst new file mode 100644 index 00000000000..4d63afa7d88 --- /dev/null +++ b/CHANGES/11233.doc.rst @@ -0,0 +1 @@ +Added ``Wireup`` to third-party libraries -- by :user:`maldoinc`. diff --git a/docs/third_party.rst b/docs/third_party.rst index 862922037c3..64d11f1b7dc 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -309,3 +309,6 @@ ask to raise the status. - `aiohttp-openmetrics `_ An aiohttp middleware for exposing Prometheus metrics. + +- `wireup `_ + Performant, concise, and easy-to-use dependency injection container. From d1a410a49ca6353d5efb168cfb22f0309a2d89b2 Mon Sep 17 00:00:00 2001 From: Mohsen <97420292+MohsenHNSJ@users.noreply.github.com> Date: Tue, 15 Jul 2025 02:14:37 +0330 Subject: [PATCH 2/2] Added Unofficial Tabdeal API to Built with aiohttp page (#11009) --- docs/built_with.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/built_with.rst b/docs/built_with.rst index 984eabf2d99..c3dec62e503 100644 --- a/docs/built_with.rst +++ b/docs/built_with.rst @@ -30,3 +30,4 @@ project, pointing to ``_. * `DEEPaaS API `_ REST API for Machine learning, Deep learning and artificial intelligence applications. * `BentoML `_ Machine Learning model serving framework * `salted `_ fast link check library (for HTML, Markdown, LaTeX, ...) with CLI +* `Unofficial Tabdeal API `_ A package to communicate with the *Tabdeal* trading platform.