Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update python version to support types #55

Merged
merged 2 commits into from
Apr 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build: update python version to support types
Sparkier committed Apr 22, 2024
commit e66076e345ecc16a4d19eb32eff2c0e495df481d
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"