From 8a1227030a27dd229c2492e534682d4eae1f3cf4 Mon Sep 17 00:00:00 2001 From: Weston Pace Date: Sun, 7 Apr 2024 23:26:43 -0700 Subject: [PATCH] chore: restore `requests` which was lost during rebase (#1205) --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index cbac7d18..5a93500c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -5,6 +5,7 @@ dependencies = [ "deprecation", "pylance==0.10.9", "ratelimiter~=1.0", + "requests>=2.31.0", "retry>=0.9.2", "tqdm>=4.27.0", "pydantic>=1.10",