apify 2.7.1b5__py3-none-any.whl → 2.7.1b7__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.
apify/_configuration.py CHANGED
@@ -334,6 +334,15 @@ class Configuration(CrawleeConfiguration):
334
334
  ),
335
335
  ] = None
336
336
 
337
+ user_is_paying: Annotated[
338
+ bool,
339
+ Field(
340
+ alias='apify_user_is_paying',
341
+ description='True if the user calling the Actor is paying user',
342
+ ),
343
+ BeforeValidator(lambda val: False if val == '' else val),
344
+ ] = False
345
+
337
346
  web_server_port: Annotated[
338
347
  int,
339
348
  Field(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apify
3
- Version: 2.7.1b5
3
+ Version: 2.7.1b7
4
4
  Summary: Apify SDK for Python
5
5
  Project-URL: Apify Homepage, https://apify.com
6
6
  Project-URL: Changelog, https://docs.apify.com/sdk/python/docs/changelog
@@ -1,7 +1,7 @@
1
1
  apify/__init__.py,sha256=HpgKg2FZWJuSPfDygzJ62psylhw4NN4tKFnoYUIhcd4,838
2
2
  apify/_actor.py,sha256=ENvNcPnFaFuQs43GejTCBTuiYIQJISoBdBALT9asYB0,53074
3
3
  apify/_charging.py,sha256=mJ-BueULWZxqvbdM_WGbsb-V3vTJ8Gw38k81eGwJhVY,12481
4
- apify/_configuration.py,sha256=JbGIY4hQ_y6pRTHxdgl5hmqIUjJdYddLdqGGCEvE-fc,11914
4
+ apify/_configuration.py,sha256=YHgos17VpP0azKMENqP6feX94LGqF2WZYlqgToVAMjQ,12185
5
5
  apify/_consts.py,sha256=CjhyEJ4Mi0lcIrzfqz8dN7nPJWGjCeBrrXQy1PZ6zRI,440
6
6
  apify/_crypto.py,sha256=tqUs13QkemDtGzvU41pIA2HUEawpDlgzqbwKjm4I8kM,6852
7
7
  apify/_models.py,sha256=EzU-inWeJ7T5HNVYEwnYb79W-q4OAPhtrYctfRYzpTE,7848
@@ -38,7 +38,7 @@ apify/scrapy/pipelines/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
38
38
  apify/storages/__init__.py,sha256=FW-z6ubuPnHGM-Wp15T8mR5q6lnpDGrCW-IkgZd5L30,177
39
39
  apify/storages/_request_list.py,sha256=4kXCtHe1GwPtwjT6OND-YKE1xkkxv7vEJ6zYQTZNzqs,6047
40
40
  apify/storages/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
- apify-2.7.1b5.dist-info/METADATA,sha256=oLWT41_mBxt-GFWPYoyhXdXMtGGO_MRhCQTK0pJ1hqU,21721
42
- apify-2.7.1b5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
43
- apify-2.7.1b5.dist-info/licenses/LICENSE,sha256=AsFjHssKjj4LGd2ZCqXn6FBzMqcWdjQre1byPPSypVw,11355
44
- apify-2.7.1b5.dist-info/RECORD,,
41
+ apify-2.7.1b7.dist-info/METADATA,sha256=xmlOCIuRaLDLHLGRYkiDyW9T70bHuhdp6MH4UlMMidA,21721
42
+ apify-2.7.1b7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
43
+ apify-2.7.1b7.dist-info/licenses/LICENSE,sha256=AsFjHssKjj4LGd2ZCqXn6FBzMqcWdjQre1byPPSypVw,11355
44
+ apify-2.7.1b7.dist-info/RECORD,,