Skip to content

Commit

Permalink
fix: remove python 3.8 version dep (#4751)
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy authored Sep 25, 2024
1 parent 77675c9 commit 4f5120b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f5120b

Please sign in to comment.