From c368f175a1638dcc7ab9dc40641bd47ef4475017 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sat, 16 May 2026 17:19:15 +0000 Subject: [PATCH] build: remove aiolimiter dependency No longer needed after removing internal rate limiting from NWSAdapter. Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e3c31e..d257973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ license = {text = "MIT"} authors = [{name = "Matt Johnson"}] dependencies = [ "aiohttp>=3.13.5", - "aiolimiter>=1.2.1", "asyncpg>=0.31.0", "cloudevents>=2.0.0", "cryptography>=44.0.0",