Skip to content

Commit

Permalink
AIP-7332: Relax the version range of importlib-metadata (#36)
Browse files Browse the repository at this point in the history
* Relax importlib-metadata

* cut dev release

* Bump up the version.

---------

Co-authored-by: Ash Kulkarni <51029169+akdigitalself@users.noreply.github.com>
  • Loading branch information
Peilun-Li and akdigitalself authored Apr 26, 2023
1 parent 79d4947 commit cf23227
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 = "zdatasets"
version = "0.2.4"
version = "0.2.5"
description = "Dataset SDK for consistent read/write [batch, online, streaming] data."
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand Down Expand Up @@ -31,7 +31,7 @@ pandas = ">=1.1.0"
pyarrow = ">=6.0.0"
dask = { version = ">=2021.9.1", optional = true }
pyspark = { version = "^3.2.0", optional = true }
importlib-metadata = ">=4.8.1"
importlib-metadata = ">=4.6.1"
click = ">=7.0,<8.1"
s3fs = ">=2022.1.0"
tenacity = ">=5.0"
Expand Down

0 comments on commit cf23227

Please sign in to comment.