apify 2.0.0b7__py3-none-any.whl → 2.0.0b8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of apify might be problematic. Click here for more details.

@@ -60,18 +60,20 @@ class DatasetClient(BaseDatasetClient):
60
60
  view: str | None = None,
61
61
  ) -> DatasetItemsListPage:
62
62
  return DatasetItemsListPage.model_validate(
63
- await self._client.list_items(
64
- offset=offset,
65
- limit=limit,
66
- clean=clean,
67
- desc=desc,
68
- fields=fields,
69
- omit=omit,
70
- unwind=unwind,
71
- skip_empty=skip_empty,
72
- skip_hidden=skip_hidden,
73
- flatten=flatten,
74
- view=view,
63
+ vars(
64
+ await self._client.list_items(
65
+ offset=offset,
66
+ limit=limit,
67
+ clean=clean,
68
+ desc=desc,
69
+ fields=fields,
70
+ omit=omit,
71
+ unwind=unwind,
72
+ skip_empty=skip_empty,
73
+ skip_hidden=skip_hidden,
74
+ flatten=flatten,
75
+ view=view,
76
+ )
75
77
  )
76
78
  )
77
79
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apify
3
- Version: 2.0.0b7
3
+ Version: 2.0.0b8
4
4
  Summary: Apify SDK for Python
5
5
  License: Apache-2.0
6
6
  Keywords: apify,sdk,automation,chrome,crawlee,crawler,headless,scraper,scraping
@@ -9,7 +9,7 @@ apify/_proxy_configuration.py,sha256=VdKh_AyCwaCUlpCyaCe30L2S9OZ-vL1SN1g8oLwSeYA
9
9
  apify/_utils.py,sha256=x4lnR9RNulySiEQTft-GeQqUcJsRr0k8p0Sv9NTeWFg,638
10
10
  apify/apify_storage_client/__init__.py,sha256=-UbR68bFsDR6ln8OFs4t50eqcnY36hujO-SeOt-KmcA,114
11
11
  apify/apify_storage_client/_apify_storage_client.py,sha256=xi4OFchxhe-1-sykanH6Zcya4OcBhn2uf7OQ1pV4Ins,2338
12
- apify/apify_storage_client/_dataset_client.py,sha256=VsTJ2bzuvC23tpuyb5ijPVxEjDKWD_zbqslfdqcKRLc,5417
12
+ apify/apify_storage_client/_dataset_client.py,sha256=j9seF2OKvbSMD9R9XF9fpa1vtr_1w4JcRV--WCmvU4E,5501
13
13
  apify/apify_storage_client/_dataset_collection_client.py,sha256=fkYvYGQCigHD2CDzpWk0swNAkfvAinAhMGpYqllle3E,1445
14
14
  apify/apify_storage_client/_key_value_store_client.py,sha256=uyeQgb75sGFsqIS4sq4hEZ3QP81COLfS3tmTqHc0tso,3340
15
15
  apify/apify_storage_client/_key_value_store_collection_client.py,sha256=vCtMTI-jx89Qp5WHILDNkCthwLuv0MAwm1J_5E4aypU,1519
@@ -31,7 +31,7 @@ apify/scrapy/scheduler.py,sha256=AAIKY5i1QxkC1mtmix6n3M2eQaOw-d1T56Noue9xToc,601
31
31
  apify/scrapy/utils.py,sha256=tz_Y8CTqe6KbyMMhLF3m7qqR46jtNH5U7Ty7e19roPU,2814
32
32
  apify/storages/__init__.py,sha256=-9tEYJVabVs_eRVhUehxN58GH0UG8OfuGjGwuDieP2M,122
33
33
  apify/storages/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
- apify-2.0.0b7.dist-info/LICENSE,sha256=AsFjHssKjj4LGd2ZCqXn6FBzMqcWdjQre1byPPSypVw,11355
35
- apify-2.0.0b7.dist-info/METADATA,sha256=kOaAW-QvDBjMjnYCRFKN32RXWumiPIj6XO54XBwPBlA,5231
36
- apify-2.0.0b7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
37
- apify-2.0.0b7.dist-info/RECORD,,
34
+ apify-2.0.0b8.dist-info/LICENSE,sha256=AsFjHssKjj4LGd2ZCqXn6FBzMqcWdjQre1byPPSypVw,11355
35
+ apify-2.0.0b8.dist-info/METADATA,sha256=1Nc983Wf4AYNuSvOrRrU_10S9CKCyD6_OzKiVe6mryI,5231
36
+ apify-2.0.0b8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
37
+ apify-2.0.0b8.dist-info/RECORD,,