diff --git a/dataverse_api/entity.py b/dataverse_api/entity.py index 0e33712..dbd9447 100644 --- a/dataverse_api/entity.py +++ b/dataverse_api/entity.py @@ -306,7 +306,6 @@ def read( method=RequestMethod.GET, url=response.json()["@odata.nextLink"], headers=additional_headers, - params=params, ) output.append(response) diff --git a/pyproject.toml b/pyproject.toml index 3cc2898..77d0207 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dataverse-api" -version = "1.4.1" +version = "1.4.2" description = "Abstraction layer for interacting with Microsoft Dataverse Web API using Python." authors = [{ name = "Marcus Risanger", email = "69350948+MarcusRisanger@users.noreply.github.com" }] requires-python = ">=3.11,<4" diff --git a/uv.lock b/uv.lock index c94ac5d..da3f43c 100644 --- a/uv.lock +++ b/uv.lock @@ -258,7 +258,7 @@ wheels = [ [[package]] name = "dataverse-api" -version = "1.4.1" +version = "1.4.2" source = { editable = "." } dependencies = [ { name = "narwhals" },