Skip to content

Commit

Permalink
Bump up tos python sdk version to 2.8.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua authored Nov 4, 2024
1 parent 886b7db commit 4938422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9"
fsspec = ">=2023.5.0"
tos = ">=2.7.2"
tos = ">=2.8.0"
volcengine= "^1.0.154"

[tool.poetry.group.dev.dependencies]
fsspec = ">=2023.5.0"
tos = ">=2.7.2"
tos = ">=2.8.0"
black = "^24.4.1"
isort = "^5.13.2"
mypy = "^1.10.0"
Expand Down

0 comments on commit 4938422

Please sign in to comment.