Skip to content

Commit

Permalink
Permissive more-itertools requirements (#49)
Browse files Browse the repository at this point in the history
* Relax more-itertools requirement

* Update version
  • Loading branch information
FullMetalMeowchemist authored Nov 7, 2023
1 parent 49f86b2 commit d330822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "starpoint"
version = "0.6.0"
version = "0.6.1"
authors = [{ name = "pointable", email = "package-maintainers@pointable.ai" }]
description = "SDK for Starpoint DB"
readme = "README.md"
Expand All @@ -19,7 +19,7 @@ dependencies = [
"requests~=2.31",
"validators~=0.21",
"pandas~=2.0",
"more-itertools~=10.1",
"more-itertools>=8,<=10.1",
]

[project.optional-dependencies]
Expand Down
4 changes: 4 additions & 0 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ idna==3.4 \
# via
# requests
# yarl
more-itertools==10.1.0 \
--hash=sha256:626c369fa0eb37bac0291bce8259b332fd59ac792fa5497b59837309cd5b114a \
--hash=sha256:64e0735fcfdc6f3464ea133afe8ea4483b1c5fe3a3d69852e6503b43a0b222e6
# via starpoint (pyproject.toml)
multidict==6.0.4 \
--hash=sha256:01a3a55bd90018c9c080fbb0b9f4891db37d148a0a18722b42f94694f8b6d4c9 \
--hash=sha256:0b1a97283e0c85772d613878028fec909f003993e1007eafa715b24b377cb9b8 \
Expand Down

0 comments on commit d330822

Please sign in to comment.