Skip to content

Commit

Permalink
build: update python version to support types
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkier committed Apr 22, 2024
1 parent a920cfa commit e66076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{ include = "zeno_client" }]
[tool.poetry.dependencies]
pandas = ">=1.4.3"
pyarrow = ">=6.0.0"
python = ">=3.8"
python = ">=3.10"
pydantic = ">=1.0"
requests = ">=2.20.0"
arrow-json = "^0.9.0"
Expand Down

0 comments on commit e66076e

Please sign in to comment.