Skip to content

Commit

Permalink
Merge pull request #2 from aleph-im/pagination
Browse files Browse the repository at this point in the history
v0.4.2: Add pagination and async processing of requests/responses
  • Loading branch information
MHHukiewitz authored Mar 6, 2023
2 parents 060bb50 + dd48fe2 commit 09292b4
Show file tree
Hide file tree
Showing 7 changed files with 244 additions and 95 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "aars"
version = "0.3.4"
version = "0.4.2"
authors = [
{ name="Mike Hukiewitz", email="[email protected]" },
]
Expand All @@ -19,7 +19,7 @@ classifiers = [

[dependencies]
pydantic = "^1.8.2"
aleph_client = "^0.5.0"
aleph-sdk-python = "^0.6.0"

[project.urls]
"Homepage" = "https://github.com/aleph-im/active-record-sdk"
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pydantic~=1.9.0
certifi~=2022.6.15
aiohttp~=3.8.1
pytest~=7.1.2
pydantic
certifi
aiohttp
pytest
pytest-asyncio
pytest-xdist
aleph-sdk-python~=0.6.0
aleph-sdk-python==0.6.0
Loading

0 comments on commit 09292b4

Please sign in to comment.