Skip to content

Commit

Permalink
Merge 13baa4f into 2dd2f04
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtung committed Sep 5, 2022
2 parents 2dd2f04 + 13baa4f commit d5571cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "awesome-object-store"
version = "2.1.1"
version = "2.1.2"
license = "Apache-2.0"
readme = "README.md"
description = "minio wrapper to perform task like pandas dataframe upload, download"
Expand Down Expand Up @@ -31,7 +31,7 @@ include = [
python = "~=3.8"
minio = "^7.1.1"
pandas = "^1.4.1"
starlette = "^0.16.0"
starlette = ">=0.16.0"
google-cloud-storage = "^2.3.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit d5571cd

Please sign in to comment.