apify 2.7.1b11__tar.gz → 2.7.1b13__tar.gz
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.
- {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/update_new_issue.yaml +1 -1
- {apify-2.7.1b11 → apify-2.7.1b13}/CHANGELOG.md +25 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/PKG-INFO +2 -2
- {apify-2.7.1b11 → apify-2.7.1b13}/pyproject.toml +2 -4
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_charging.py +19 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/uv.lock +43 -28
- {apify-2.7.1b11 → apify-2.7.1b13}/website/package-lock.json +4 -4
- {apify-2.7.1b11 → apify-2.7.1b13}/website/package.json +1 -1
- {apify-2.7.1b11 → apify-2.7.1b13}/.editorconfig +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/.github/CODEOWNERS +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/pre_release.yaml +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/release.yaml +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/.gitignore +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/.markdownlint.yaml +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/.pre-commit-config.yaml +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/CONTRIBUTING.md +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/LICENSE +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/Makefile +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/README.md +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/02_actor_input.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/03_storages.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/04_actor_events.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/05_proxy_management.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/07_webhooks.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/08_access_apify_api.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/09_running_webserver.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/10_logging.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/11_configuration.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/12_pay_per_event.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/01_context_manager.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/01_init_exit.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/01_reboot.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/01_status_message.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/02_input.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_dataset_exports.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_dataset_read_write.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_deleting_storages.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_kvs_iterating.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_kvs_public_url.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_kvs_read_write.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_opening_storages.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/03_rq.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/04_actor_events.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_apify_proxy.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_custom_proxy.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_proxy_httpx.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/05_proxy_rotation.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/06_interacting_call.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/06_interacting_call_task.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/06_interacting_start.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/07_webhook.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/07_webhook_preventing.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/08_actor_client.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/08_actor_new_client.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/09_webserver.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/10_log_config.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/10_logger_usage.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/10_redirect_log.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/10_redirect_log_existing_run.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/11_config.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/actor_charge.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/02_concepts/code/conditional_actor_charge.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/02_parsel_impit.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/03_playwright.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/04_selenium.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/05_crawlee.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/06_scrapy.mdx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/02_parsel_impit.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/03_playwright.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/04_selenium.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/05_crawlee_beautifulsoup.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/05_crawlee_parsel.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/05_crawlee_playwright.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/items.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/main.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/04_upgrading/upgrading_to_v3.md +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/docs/pyproject.toml +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/renovate.json +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_actor.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_configuration.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_consts.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_crypto.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_models.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/_utils.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/events/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/events/_apify_event_manager.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/events/_types.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/events/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/log.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/request_loaders/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/request_loaders/_apify_request_list.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/request_loaders/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/requests.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/scrapy/utils.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_dataset_client.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_key_value_store_client.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_models.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_request_queue_client.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/_storage_client.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_apify/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_file_system/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_file_system/_key_value_store_client.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/_file_system/_storage_client.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storage_clients/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storages/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/src/apify/storages/py.typed +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/README.md +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/_utils.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/server.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/conftest.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_call_timeouts.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_charge.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_dataset.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_events.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_log.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_crawlers_with_storages.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_fixtures.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/integration/test_request_queue.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_configuration.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/actor/test_request_list.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/conftest.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/events/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/events/test_apify_event_manager.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/storage_clients/__init__.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/storage_clients/test_apify_request_queue_client.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/storage_clients/test_file_system.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/test_crypto.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/.eslintrc.json +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/babel.config.js +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/build_api_reference.sh +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/docusaurus.config.js +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/generate_module_shortcuts.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/sidebars.js +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/ApiLink.jsx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/Gradients.jsx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/Highlights.jsx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/Highlights.module.css +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/css/custom.css +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/pages/home_page_example.py +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/pages/index.js +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/pages/index.module.css +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/src/theme/DocItem/Content/index.js +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/static/.nojekyll +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/static/img/docs-og.png +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/static/img/guides/redirected_logs_example.webp +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/tools/docs-prettier.config.js +0 -0
- {apify-2.7.1b11 → apify-2.7.1b13}/website/tools/utils/externalLink.js +0 -0
|
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
|
|
|
8
8
|
### 🚀 Features
|
|
9
9
|
|
|
10
10
|
- Add deduplication to `add_batch_of_requests` ([#534](https://github.com/apify/apify-sdk-python/pull/534)) ([dd03c4d](https://github.com/apify/apify-sdk-python/commit/dd03c4d446f611492adf35f1b5738648ee5a66f7)) by [@Pijukatel](https://github.com/Pijukatel), closes [#514](https://github.com/apify/apify-sdk-python/issues/514)
|
|
11
|
+
- Add new methods to ChargingManager ([#580](https://github.com/apify/apify-sdk-python/pull/580)) ([54f7f8b](https://github.com/apify/apify-sdk-python/commit/54f7f8b29c5982be98b595dac11eceff915035c9)) by [@vdusek](https://github.com/vdusek)
|
|
11
12
|
|
|
12
13
|
### 🐛 Bug Fixes
|
|
13
14
|
|
|
@@ -64,6 +65,30 @@ All notable changes to this project will be documented in this file.
|
|
|
64
65
|
- Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
|
|
65
66
|
|
|
66
67
|
|
|
68
|
+
## [2.7.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.0) (2025-07-14)
|
|
69
|
+
|
|
70
|
+
### 🚀 Features
|
|
71
|
+
|
|
72
|
+
- **crypto:** Decrypt secret objects ([#482](https://github.com/apify/apify-sdk-python/pull/482)) ([ce9daf7](https://github.com/apify/apify-sdk-python/commit/ce9daf7381212b8dc194e8a643e5ca0dedbc0078)) by [@MFori](https://github.com/MFori)
|
|
73
|
+
|
|
74
|
+
### 🐛 Bug Fixes
|
|
75
|
+
|
|
76
|
+
- Sync `@docusaurus` theme version [internal] ([#500](https://github.com/apify/apify-sdk-python/pull/500)) ([a7485e7](https://github.com/apify/apify-sdk-python/commit/a7485e7d2276fde464ce862573d5b95e7d4d836a)) by [@katzino](https://github.com/katzino)
|
|
77
|
+
- Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## [2.7.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.0) (2025-07-14)
|
|
81
|
+
|
|
82
|
+
### 🚀 Features
|
|
83
|
+
|
|
84
|
+
- **crypto:** Decrypt secret objects ([#482](https://github.com/apify/apify-sdk-python/pull/482)) ([ce9daf7](https://github.com/apify/apify-sdk-python/commit/ce9daf7381212b8dc194e8a643e5ca0dedbc0078)) by [@MFori](https://github.com/MFori)
|
|
85
|
+
|
|
86
|
+
### 🐛 Bug Fixes
|
|
87
|
+
|
|
88
|
+
- Sync `@docusaurus` theme version [internal] ([#500](https://github.com/apify/apify-sdk-python/pull/500)) ([a7485e7](https://github.com/apify/apify-sdk-python/commit/a7485e7d2276fde464ce862573d5b95e7d4d836a)) by [@katzino](https://github.com/katzino)
|
|
89
|
+
- Tagline overlap ([#501](https://github.com/apify/apify-sdk-python/pull/501)) ([bae8340](https://github.com/apify/apify-sdk-python/commit/bae8340c46fea756ea35ea4d591da84c09d478e2)) by [@katzino](https://github.com/katzino)
|
|
90
|
+
|
|
91
|
+
|
|
67
92
|
|
|
68
93
|
## [2.7.3](https://github.com/apify/apify-sdk-python/releases/tag/v2.7.3) (2025-08-11)
|
|
69
94
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apify
|
|
3
|
-
Version: 2.7.
|
|
3
|
+
Version: 2.7.1b13
|
|
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
|
|
@@ -231,7 +231,7 @@ Requires-Dist: cachetools>=5.5.0
|
|
|
231
231
|
Requires-Dist: crawlee==1.0.0rc1
|
|
232
232
|
Requires-Dist: cryptography>=42.0.0
|
|
233
233
|
Requires-Dist: impit>=0.5.3
|
|
234
|
-
Requires-Dist: lazy-object-proxy
|
|
234
|
+
Requires-Dist: lazy-object-proxy>=1.11.0
|
|
235
235
|
Requires-Dist: more-itertools>=10.2.0
|
|
236
236
|
Requires-Dist: typing-extensions>=4.1.0
|
|
237
237
|
Requires-Dist: websockets>=14.0
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "apify"
|
|
7
|
-
version = "2.7.
|
|
7
|
+
version = "2.7.1b13"
|
|
8
8
|
description = "Apify SDK for Python"
|
|
9
9
|
authors = [{ name = "Apify Technologies s.r.o.", email = "support@apify.com" }]
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -39,10 +39,8 @@ dependencies = [
|
|
|
39
39
|
"crawlee==1.0.0rc1",
|
|
40
40
|
"cachetools>=5.5.0",
|
|
41
41
|
"cryptography>=42.0.0",
|
|
42
|
-
# TODO: ensure compatibility with the latest version of lazy-object-proxy
|
|
43
|
-
# https://github.com/apify/apify-sdk-python/issues/460
|
|
44
42
|
"impit>=0.5.3",
|
|
45
|
-
"lazy-object-proxy
|
|
43
|
+
"lazy-object-proxy>=1.11.0",
|
|
46
44
|
"more_itertools>=10.2.0",
|
|
47
45
|
"typing-extensions>=4.1.0",
|
|
48
46
|
"websockets>=14.0",
|
|
@@ -64,6 +64,16 @@ class ChargingManager(Protocol):
|
|
|
64
64
|
This can be used for instance when your code needs to support multiple pricing models in transition periods.
|
|
65
65
|
"""
|
|
66
66
|
|
|
67
|
+
def get_charged_event_count(self, event_name: str) -> int:
|
|
68
|
+
"""Get the number of events with the given name that were charged so far.
|
|
69
|
+
|
|
70
|
+
Args:
|
|
71
|
+
event_name: Name of the inspected event.
|
|
72
|
+
"""
|
|
73
|
+
|
|
74
|
+
def get_max_total_charge_usd(self) -> Decimal:
|
|
75
|
+
"""Get the configured maximum total charge for this Actor run."""
|
|
76
|
+
|
|
67
77
|
|
|
68
78
|
@docs_group('Charging')
|
|
69
79
|
@dataclass(frozen=True)
|
|
@@ -309,6 +319,15 @@ class ChargingManagerImplementation(ChargingManager):
|
|
|
309
319
|
},
|
|
310
320
|
)
|
|
311
321
|
|
|
322
|
+
@ensure_context
|
|
323
|
+
def get_charged_event_count(self, event_name: str) -> int:
|
|
324
|
+
item = self._charging_state.get(event_name)
|
|
325
|
+
return item.charge_count if item is not None else 0
|
|
326
|
+
|
|
327
|
+
@ensure_context
|
|
328
|
+
def get_max_total_charge_usd(self) -> Decimal:
|
|
329
|
+
return self._max_total_charge_usd
|
|
330
|
+
|
|
312
331
|
|
|
313
332
|
@dataclass
|
|
314
333
|
class ChargingStateItem:
|
|
@@ -28,7 +28,7 @@ wheels = [
|
|
|
28
28
|
|
|
29
29
|
[[package]]
|
|
30
30
|
name = "apify"
|
|
31
|
-
version = "2.7.
|
|
31
|
+
version = "2.7.1b13"
|
|
32
32
|
source = { editable = "." }
|
|
33
33
|
dependencies = [
|
|
34
34
|
{ name = "apify-client" },
|
|
@@ -79,7 +79,7 @@ requires-dist = [
|
|
|
79
79
|
{ name = "crawlee", specifier = "==1.0.0rc1" },
|
|
80
80
|
{ name = "cryptography", specifier = ">=42.0.0" },
|
|
81
81
|
{ name = "impit", specifier = ">=0.5.3" },
|
|
82
|
-
{ name = "lazy-object-proxy", specifier = "
|
|
82
|
+
{ name = "lazy-object-proxy", specifier = ">=1.11.0" },
|
|
83
83
|
{ name = "more-itertools", specifier = ">=10.2.0" },
|
|
84
84
|
{ name = "scrapy", marker = "extra == 'scrapy'", specifier = ">=2.11.0" },
|
|
85
85
|
{ name = "typing-extensions", specifier = ">=4.1.0" },
|
|
@@ -913,32 +913,47 @@ wheels = [
|
|
|
913
913
|
|
|
914
914
|
[[package]]
|
|
915
915
|
name = "lazy-object-proxy"
|
|
916
|
-
version = "1.
|
|
917
|
-
source = { registry = "https://pypi.org/simple" }
|
|
918
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
919
|
-
wheels = [
|
|
920
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
921
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
922
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
923
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
924
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
925
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
926
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
927
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
928
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
929
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
930
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
931
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
932
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
933
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
934
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
935
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
936
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
937
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
938
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
939
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
940
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
941
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
916
|
+
version = "1.12.0"
|
|
917
|
+
source = { registry = "https://pypi.org/simple" }
|
|
918
|
+
sdist = { url = "https://files.pythonhosted.org/packages/08/a2/69df9c6ba6d316cfd81fe2381e464db3e6de5db45f8c43c6a23504abf8cb/lazy_object_proxy-1.12.0.tar.gz", hash = "sha256:1f5a462d92fd0cfb82f1fab28b51bfb209fabbe6aabf7f0d51472c0c124c0c61", size = 43681, upload-time = "2025-08-22T13:50:06.783Z" }
|
|
919
|
+
wheels = [
|
|
920
|
+
{ url = "https://files.pythonhosted.org/packages/d6/2b/d5e8915038acbd6c6a9fcb8aaf923dc184222405d3710285a1fec6e262bc/lazy_object_proxy-1.12.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:61d5e3310a4aa5792c2b599a7a78ccf8687292c8eb09cf187cca8f09cf6a7519", size = 26658, upload-time = "2025-08-22T13:42:23.373Z" },
|
|
921
|
+
{ url = "https://files.pythonhosted.org/packages/da/8f/91fc00eeea46ee88b9df67f7c5388e60993341d2a406243d620b2fdfde57/lazy_object_proxy-1.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c1ca33565f698ac1aece152a10f432415d1a2aa9a42dfe23e5ba2bc255ab91f6", size = 68412, upload-time = "2025-08-22T13:42:24.727Z" },
|
|
922
|
+
{ url = "https://files.pythonhosted.org/packages/07/d2/b7189a0e095caedfea4d42e6b6949d2685c354263bdf18e19b21ca9b3cd6/lazy_object_proxy-1.12.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d01c7819a410f7c255b20799b65d36b414379a30c6f1684c7bd7eb6777338c1b", size = 67559, upload-time = "2025-08-22T13:42:25.875Z" },
|
|
923
|
+
{ url = "https://files.pythonhosted.org/packages/a3/ad/b013840cc43971582ff1ceaf784d35d3a579650eb6cc348e5e6ed7e34d28/lazy_object_proxy-1.12.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:029d2b355076710505c9545aef5ab3f750d89779310e26ddf2b7b23f6ea03cd8", size = 66651, upload-time = "2025-08-22T13:42:27.427Z" },
|
|
924
|
+
{ url = "https://files.pythonhosted.org/packages/7e/6f/b7368d301c15612fcc4cd00412b5d6ba55548bde09bdae71930e1a81f2ab/lazy_object_proxy-1.12.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cc6e3614eca88b1c8a625fc0a47d0d745e7c3255b21dac0e30b3037c5e3deeb8", size = 66901, upload-time = "2025-08-22T13:42:28.585Z" },
|
|
925
|
+
{ url = "https://files.pythonhosted.org/packages/61/1b/c6b1865445576b2fc5fa0fbcfce1c05fee77d8979fd1aa653dd0f179aefc/lazy_object_proxy-1.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:be5fe974e39ceb0d6c9db0663c0464669cf866b2851c73971409b9566e880eab", size = 26536, upload-time = "2025-08-22T13:42:29.636Z" },
|
|
926
|
+
{ url = "https://files.pythonhosted.org/packages/01/b3/4684b1e128a87821e485f5a901b179790e6b5bc02f89b7ee19c23be36ef3/lazy_object_proxy-1.12.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1cf69cd1a6c7fe2dbcc3edaa017cf010f4192e53796538cc7d5e1fedbfa4bcff", size = 26656, upload-time = "2025-08-22T13:42:30.605Z" },
|
|
927
|
+
{ url = "https://files.pythonhosted.org/packages/3a/03/1bdc21d9a6df9ff72d70b2ff17d8609321bea4b0d3cffd2cea92fb2ef738/lazy_object_proxy-1.12.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:efff4375a8c52f55a145dc8487a2108c2140f0bec4151ab4e1843e52eb9987ad", size = 68832, upload-time = "2025-08-22T13:42:31.675Z" },
|
|
928
|
+
{ url = "https://files.pythonhosted.org/packages/3d/4b/5788e5e8bd01d19af71e50077ab020bc5cce67e935066cd65e1215a09ff9/lazy_object_proxy-1.12.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1192e8c2f1031a6ff453ee40213afa01ba765b3dc861302cd91dbdb2e2660b00", size = 69148, upload-time = "2025-08-22T13:42:32.876Z" },
|
|
929
|
+
{ url = "https://files.pythonhosted.org/packages/79/0e/090bf070f7a0de44c61659cb7f74c2fe02309a77ca8c4b43adfe0b695f66/lazy_object_proxy-1.12.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:3605b632e82a1cbc32a1e5034278a64db555b3496e0795723ee697006b980508", size = 67800, upload-time = "2025-08-22T13:42:34.054Z" },
|
|
930
|
+
{ url = "https://files.pythonhosted.org/packages/cf/d2/b320325adbb2d119156f7c506a5fbfa37fcab15c26d13cf789a90a6de04e/lazy_object_proxy-1.12.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a61095f5d9d1a743e1e20ec6d6db6c2ca511961777257ebd9b288951b23b44fa", size = 68085, upload-time = "2025-08-22T13:42:35.197Z" },
|
|
931
|
+
{ url = "https://files.pythonhosted.org/packages/6a/48/4b718c937004bf71cd82af3713874656bcb8d0cc78600bf33bb9619adc6c/lazy_object_proxy-1.12.0-cp311-cp311-win_amd64.whl", hash = "sha256:997b1d6e10ecc6fb6fe0f2c959791ae59599f41da61d652f6c903d1ee58b7370", size = 26535, upload-time = "2025-08-22T13:42:36.521Z" },
|
|
932
|
+
{ url = "https://files.pythonhosted.org/packages/0d/1b/b5f5bd6bda26f1e15cd3232b223892e4498e34ec70a7f4f11c401ac969f1/lazy_object_proxy-1.12.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8ee0d6027b760a11cc18281e702c0309dd92da458a74b4c15025d7fc490deede", size = 26746, upload-time = "2025-08-22T13:42:37.572Z" },
|
|
933
|
+
{ url = "https://files.pythonhosted.org/packages/55/64/314889b618075c2bfc19293ffa9153ce880ac6153aacfd0a52fcabf21a66/lazy_object_proxy-1.12.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:4ab2c584e3cc8be0dfca422e05ad30a9abe3555ce63e9ab7a559f62f8dbc6ff9", size = 71457, upload-time = "2025-08-22T13:42:38.743Z" },
|
|
934
|
+
{ url = "https://files.pythonhosted.org/packages/11/53/857fc2827fc1e13fbdfc0ba2629a7d2579645a06192d5461809540b78913/lazy_object_proxy-1.12.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:14e348185adbd03ec17d051e169ec45686dcd840a3779c9d4c10aabe2ca6e1c0", size = 71036, upload-time = "2025-08-22T13:42:40.184Z" },
|
|
935
|
+
{ url = "https://files.pythonhosted.org/packages/2b/24/e581ffed864cd33c1b445b5763d617448ebb880f48675fc9de0471a95cbc/lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:c4fcbe74fb85df8ba7825fa05eddca764138da752904b378f0ae5ab33a36c308", size = 69329, upload-time = "2025-08-22T13:42:41.311Z" },
|
|
936
|
+
{ url = "https://files.pythonhosted.org/packages/78/be/15f8f5a0b0b2e668e756a152257d26370132c97f2f1943329b08f057eff0/lazy_object_proxy-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:563d2ec8e4d4b68ee7848c5ab4d6057a6d703cb7963b342968bb8758dda33a23", size = 70690, upload-time = "2025-08-22T13:42:42.51Z" },
|
|
937
|
+
{ url = "https://files.pythonhosted.org/packages/5d/aa/f02be9bbfb270e13ee608c2b28b8771f20a5f64356c6d9317b20043c6129/lazy_object_proxy-1.12.0-cp312-cp312-win_amd64.whl", hash = "sha256:53c7fd99eb156bbb82cbc5d5188891d8fdd805ba6c1e3b92b90092da2a837073", size = 26563, upload-time = "2025-08-22T13:42:43.685Z" },
|
|
938
|
+
{ url = "https://files.pythonhosted.org/packages/f4/26/b74c791008841f8ad896c7f293415136c66cc27e7c7577de4ee68040c110/lazy_object_proxy-1.12.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:86fd61cb2ba249b9f436d789d1356deae69ad3231dc3c0f17293ac535162672e", size = 26745, upload-time = "2025-08-22T13:42:44.982Z" },
|
|
939
|
+
{ url = "https://files.pythonhosted.org/packages/9b/52/641870d309e5d1fb1ea7d462a818ca727e43bfa431d8c34b173eb090348c/lazy_object_proxy-1.12.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:81d1852fb30fab81696f93db1b1e55a5d1ff7940838191062f5f56987d5fcc3e", size = 71537, upload-time = "2025-08-22T13:42:46.141Z" },
|
|
940
|
+
{ url = "https://files.pythonhosted.org/packages/47/b6/919118e99d51c5e76e8bf5a27df406884921c0acf2c7b8a3b38d847ab3e9/lazy_object_proxy-1.12.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:be9045646d83f6c2664c1330904b245ae2371b5c57a3195e4028aedc9f999655", size = 71141, upload-time = "2025-08-22T13:42:47.375Z" },
|
|
941
|
+
{ url = "https://files.pythonhosted.org/packages/e5/47/1d20e626567b41de085cf4d4fb3661a56c159feaa73c825917b3b4d4f806/lazy_object_proxy-1.12.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:67f07ab742f1adfb3966c40f630baaa7902be4222a17941f3d85fd1dae5565ff", size = 69449, upload-time = "2025-08-22T13:42:48.49Z" },
|
|
942
|
+
{ url = "https://files.pythonhosted.org/packages/58/8d/25c20ff1a1a8426d9af2d0b6f29f6388005fc8cd10d6ee71f48bff86fdd0/lazy_object_proxy-1.12.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:75ba769017b944fcacbf6a80c18b2761a1795b03f8899acdad1f1c39db4409be", size = 70744, upload-time = "2025-08-22T13:42:49.608Z" },
|
|
943
|
+
{ url = "https://files.pythonhosted.org/packages/c0/67/8ec9abe15c4f8a4bcc6e65160a2c667240d025cbb6591b879bea55625263/lazy_object_proxy-1.12.0-cp313-cp313-win_amd64.whl", hash = "sha256:7b22c2bbfb155706b928ac4d74c1a63ac8552a55ba7fff4445155523ea4067e1", size = 26568, upload-time = "2025-08-22T13:42:57.719Z" },
|
|
944
|
+
{ url = "https://files.pythonhosted.org/packages/23/12/cd2235463f3469fd6c62d41d92b7f120e8134f76e52421413a0ad16d493e/lazy_object_proxy-1.12.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4a79b909aa16bde8ae606f06e6bbc9d3219d2e57fb3e0076e17879072b742c65", size = 27391, upload-time = "2025-08-22T13:42:50.62Z" },
|
|
945
|
+
{ url = "https://files.pythonhosted.org/packages/60/9e/f1c53e39bbebad2e8609c67d0830cc275f694d0ea23d78e8f6db526c12d3/lazy_object_proxy-1.12.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:338ab2f132276203e404951205fe80c3fd59429b3a724e7b662b2eb539bb1be9", size = 80552, upload-time = "2025-08-22T13:42:51.731Z" },
|
|
946
|
+
{ url = "https://files.pythonhosted.org/packages/4c/b6/6c513693448dcb317d9d8c91d91f47addc09553613379e504435b4cc8b3e/lazy_object_proxy-1.12.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8c40b3c9faee2e32bfce0df4ae63f4e73529766893258eca78548bac801c8f66", size = 82857, upload-time = "2025-08-22T13:42:53.225Z" },
|
|
947
|
+
{ url = "https://files.pythonhosted.org/packages/12/1c/d9c4aaa4c75da11eb7c22c43d7c90a53b4fca0e27784a5ab207768debea7/lazy_object_proxy-1.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:717484c309df78cedf48396e420fa57fc8a2b1f06ea889df7248fdd156e58847", size = 80833, upload-time = "2025-08-22T13:42:54.391Z" },
|
|
948
|
+
{ url = "https://files.pythonhosted.org/packages/0b/ae/29117275aac7d7d78ae4f5a4787f36ff33262499d486ac0bf3e0b97889f6/lazy_object_proxy-1.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:a6b7ea5ea1ffe15059eb44bcbcb258f97bcb40e139b88152c40d07b1a1dfc9ac", size = 79516, upload-time = "2025-08-22T13:42:55.812Z" },
|
|
949
|
+
{ url = "https://files.pythonhosted.org/packages/19/40/b4e48b2c38c69392ae702ae7afa7b6551e0ca5d38263198b7c79de8b3bdf/lazy_object_proxy-1.12.0-cp313-cp313t-win_amd64.whl", hash = "sha256:08c465fb5cd23527512f9bd7b4c7ba6cec33e28aad36fbbe46bf7b858f9f3f7f", size = 27656, upload-time = "2025-08-22T13:42:56.793Z" },
|
|
950
|
+
{ url = "https://files.pythonhosted.org/packages/ef/3a/277857b51ae419a1574557c0b12e0d06bf327b758ba94cafc664cb1e2f66/lazy_object_proxy-1.12.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c9defba70ab943f1df98a656247966d7729da2fe9c2d5d85346464bf320820a3", size = 26582, upload-time = "2025-08-22T13:49:49.366Z" },
|
|
951
|
+
{ url = "https://files.pythonhosted.org/packages/1a/b6/c5e0fa43535bb9c87880e0ba037cdb1c50e01850b0831e80eb4f4762f270/lazy_object_proxy-1.12.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:6763941dbf97eea6b90f5b06eb4da9418cc088fce0e3883f5816090f9afcde4a", size = 71059, upload-time = "2025-08-22T13:49:50.488Z" },
|
|
952
|
+
{ url = "https://files.pythonhosted.org/packages/06/8a/7dcad19c685963c652624702f1a968ff10220b16bfcc442257038216bf55/lazy_object_proxy-1.12.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fdc70d81235fc586b9e3d1aeef7d1553259b62ecaae9db2167a5d2550dcc391a", size = 71034, upload-time = "2025-08-22T13:49:54.224Z" },
|
|
953
|
+
{ url = "https://files.pythonhosted.org/packages/12/ac/34cbfb433a10e28c7fd830f91c5a348462ba748413cbb950c7f259e67aa7/lazy_object_proxy-1.12.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:0a83c6f7a6b2bfc11ef3ed67f8cbe99f8ff500b05655d8e7df9aab993a6abc95", size = 69529, upload-time = "2025-08-22T13:49:55.29Z" },
|
|
954
|
+
{ url = "https://files.pythonhosted.org/packages/6f/6a/11ad7e349307c3ca4c0175db7a77d60ce42a41c60bcb11800aabd6a8acb8/lazy_object_proxy-1.12.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:256262384ebd2a77b023ad02fbcc9326282bcfd16484d5531154b02bc304f4c5", size = 70391, upload-time = "2025-08-22T13:49:56.35Z" },
|
|
955
|
+
{ url = "https://files.pythonhosted.org/packages/59/97/9b410ed8fbc6e79c1ee8b13f8777a80137d4bc189caf2c6202358e66192c/lazy_object_proxy-1.12.0-cp314-cp314-win_amd64.whl", hash = "sha256:7601ec171c7e8584f8ff3f4e440aa2eebf93e854f04639263875b8c2971f819f", size = 26988, upload-time = "2025-08-22T13:49:57.302Z" },
|
|
956
|
+
{ url = "https://files.pythonhosted.org/packages/41/a0/b91504515c1f9a299fc157967ffbd2f0321bce0516a3d5b89f6f4cad0355/lazy_object_proxy-1.12.0-pp39.pp310.pp311.graalpy311-none-any.whl", hash = "sha256:c3b2e0af1f7f77c4263759c4824316ce458fabe0fceadcd24ef8ca08b2d1e402", size = 15072, upload-time = "2025-08-22T13:50:05.498Z" },
|
|
942
957
|
]
|
|
943
958
|
|
|
944
959
|
[[package]]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"name": "apify-sdk-python",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@apify/docs-theme": "^1.0.203",
|
|
10
|
-
"@apify/docusaurus-plugin-typedoc-api": "^4.4.
|
|
10
|
+
"@apify/docusaurus-plugin-typedoc-api": "^4.4.8",
|
|
11
11
|
"@docusaurus/core": "^3.8.1",
|
|
12
12
|
"@docusaurus/faster": "^3.8.1",
|
|
13
13
|
"@docusaurus/plugin-client-redirects": "^3.8.1",
|
|
@@ -1642,9 +1642,9 @@
|
|
|
1642
1642
|
}
|
|
1643
1643
|
},
|
|
1644
1644
|
"node_modules/@apify/docusaurus-plugin-typedoc-api": {
|
|
1645
|
-
"version": "4.4.
|
|
1646
|
-
"resolved": "https://registry.npmjs.org/@apify/docusaurus-plugin-typedoc-api/-/docusaurus-plugin-typedoc-api-4.4.
|
|
1647
|
-
"integrity": "sha512-
|
|
1645
|
+
"version": "4.4.8",
|
|
1646
|
+
"resolved": "https://registry.npmjs.org/@apify/docusaurus-plugin-typedoc-api/-/docusaurus-plugin-typedoc-api-4.4.8.tgz",
|
|
1647
|
+
"integrity": "sha512-iAGPaFKXz5SBzhf+611bk41b2sBRXPPINQOegxd0tOXwGOopnkKfr0LAvJp1Hd1jZFrVJhjyDsVZ6HM7Wwh9zg==",
|
|
1648
1648
|
"license": "MIT",
|
|
1649
1649
|
"dependencies": {
|
|
1650
1650
|
"@vscode/codicons": "^0.0.35",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@apify/docs-theme": "^1.0.203",
|
|
25
|
-
"@apify/docusaurus-plugin-typedoc-api": "^4.4.
|
|
25
|
+
"@apify/docusaurus-plugin-typedoc-api": "^4.4.8",
|
|
26
26
|
"@docusaurus/core": "^3.8.1",
|
|
27
27
|
"@docusaurus/faster": "^3.8.1",
|
|
28
28
|
"@docusaurus/plugin-client-redirects": "^3.8.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apify-2.7.1b11 → apify-2.7.1b13}/docs/03_guides/code/scrapy_project/src/spiders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|