From 4f5120bbd966b4dc4f377a40bba4741882073992 Mon Sep 17 00:00:00 2001
From: Xander Song <axiomofjoy@gmail.com>
Date: Wed, 25 Sep 2024 16:17:08 -0700
Subject: [PATCH] fix: remove python 3.8 version dep (#4751)

---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 73fabfedf4..258e58229a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -205,7 +205,6 @@ dependencies = [
   "pandas>=1.0",
   "prometheus_client",
   "py-grpc-prometheus",
-  "pydantic==1.10.17; python_version=='3.8'",  # lower minor versions of pydantic break strawberry mypy plugin
   "pydantic==1.10.17; python_version=='3.9'",  # lower minor versions of pydantic break strawberry mypy plugin
   "pydantic==2.8.2; python_version=='3.12'",
   "pypistats",  # this is needed to type-check third-party packages