apify 3.0.4__tar.gz → 3.0.5b3__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-3.0.4 → apify-3.0.5b3}/CHANGELOG.md +9 -0
- {apify-3.0.4 → apify-3.0.5b3}/PKG-INFO +1 -1
- {apify-3.0.4 → apify-3.0.5b3}/pyproject.toml +1 -1
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/_actor.py +7 -5
- {apify-3.0.4 → apify-3.0.5b3}/uv.lock +137 -113
- {apify-3.0.4 → apify-3.0.5b3}/website/package-lock.json +322 -321
- {apify-3.0.4 → apify-3.0.5b3}/website/package.json +2 -1
- {apify-3.0.4 → apify-3.0.5b3}/.editorconfig +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.github/CODEOWNERS +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.github/workflows/pre_release.yaml +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.github/workflows/release.yaml +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.gitignore +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.markdownlint.yaml +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/.pre-commit-config.yaml +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/CONTRIBUTING.md +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/LICENSE +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/Makefile +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/README.md +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/02_actor_input.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/03_storages.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/04_actor_events.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/05_proxy_management.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/07_webhooks.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/08_access_apify_api.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/09_running_webserver.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/10_logging.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/11_configuration.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/12_pay_per_event.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_class_context.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_class_manual.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_context_manager.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_error_handling_context.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_error_handling_manual.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_init_exit.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_instance_context.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_instance_manual.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_reboot.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/01_status_message.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/02_input.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/03_dataset_exports.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/03_dataset_read_write.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/03_deleting_storages.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/03_kvs_iterating.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/03_kvs_public_url.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/03_kvs_read_write.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/03_opening_storages.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/03_rq.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/04_actor_events.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/05_apify_proxy.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/05_custom_proxy.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/05_proxy_httpx.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/05_proxy_rotation.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/06_interacting_call.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/06_interacting_call_task.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/06_interacting_start.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/07_webhook.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/07_webhook_preventing.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/08_actor_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/08_actor_new_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/09_webserver.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/10_log_config.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/10_logger_usage.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/10_redirect_log.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/10_redirect_log_existing_run.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/11_config.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/actor_charge.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/02_concepts/code/conditional_actor_charge.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/02_parsel_impit.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/03_playwright.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/04_selenium.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/05_crawlee.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/06_scrapy.mdx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/02_parsel_impit.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/03_playwright.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/04_selenium.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/05_crawlee_beautifulsoup.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/05_crawlee_parsel.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/05_crawlee_playwright.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/scrapy_project/src/items.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/scrapy_project/src/main.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/03_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/04_upgrading/upgrading_to_v3.md +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/docs/pyproject.toml +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/renovate.json +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/_charging.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/_configuration.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/_consts.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/_crypto.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/_models.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/_proxy_configuration.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/_utils.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/events/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/events/_apify_event_manager.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/events/_types.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/events/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/log.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/request_loaders/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/request_loaders/_apify_request_list.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/request_loaders/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/requests.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/scheduler.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/scrapy/utils.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/_dataset_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/_key_value_store_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/_models.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/_request_queue_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/_request_queue_shared_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/_request_queue_single_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/_storage_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/_utils.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_apify/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_file_system/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_file_system/_key_value_store_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_file_system/_storage_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_smart_apify/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/_smart_apify/_storage_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storage_clients/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storages/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/src/apify/storages/py.typed +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/README.md +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/_utils.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/actor_source_base/Dockerfile +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/actor_source_base/requirements.txt +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/actor_source_base/server.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/actor_source_base/src/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/actor_source_base/src/__main__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/actor_source_base/src/main.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/conftest.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_api_helpers.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_call_timeouts.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_charge.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_dataset.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_events.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_key_value_store.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_lifecycle.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_log.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_request_queue.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_actor_scrapy.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_apify_storages.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_crawlers_with_storages.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/actor/test_fixtures.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/apify_api/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/apify_api/conftest.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/apify_api/test_apify_storages.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/apify_api/test_request_queue.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/integration/conftest.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_configuration.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/actor/test_request_list.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/conftest.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/events/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/events/test_apify_event_manager.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/storage_clients/__init__.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/storage_clients/test_apify_request_queue_client.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/storage_clients/test_file_system.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/test_apify_storages.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/test_crypto.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/.eslintrc.json +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/babel.config.js +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/build_api_reference.sh +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/docusaurus.config.js +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/generate_module_shortcuts.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/sidebars.js +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/components/ApiLink.jsx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/components/Gradients.jsx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/components/Highlights.jsx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/components/Highlights.module.css +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/css/custom.css +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/pages/home_page_example.py +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/pages/index.js +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/pages/index.module.css +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/src/theme/DocItem/Content/index.js +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/static/.nojekyll +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/static/img/docs-og.png +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/static/img/guides/redirected_logs_example.webp +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/tools/docs-prettier.config.js +0 -0
- {apify-3.0.4 → apify-3.0.5b3}/website/tools/utils/externalLink.js +0 -0
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
<!-- git-cliff-unreleased-start -->
|
|
6
|
+
## 3.0.5 - **not yet released**
|
|
7
|
+
|
|
8
|
+
### 🐛 Bug Fixes
|
|
9
|
+
|
|
10
|
+
- Fix crash in `Actor.push_data` with PPE and a strict charging limit ([#664](https://github.com/apify/apify-sdk-python/pull/664)) ([8f2e4b2](https://github.com/apify/apify-sdk-python/commit/8f2e4b2cc1f62e9a09656b4d3334caf840338a3a)) by [@janbuchar](https://github.com/janbuchar)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<!-- git-cliff-unreleased-end -->
|
|
5
14
|
## [3.0.4](https://github.com/apify/apify-sdk-python/releases/tag/v3.0.4) (2025-11-03)
|
|
6
15
|
|
|
7
16
|
### 🐛 Bug Fixes
|
|
@@ -614,18 +614,20 @@ class _ActorType:
|
|
|
614
614
|
else None
|
|
615
615
|
)
|
|
616
616
|
|
|
617
|
+
# Push as many items as we can charge for
|
|
618
|
+
pushed_items_count = min(max_charged_count, len(data)) if max_charged_count is not None else len(data)
|
|
619
|
+
|
|
617
620
|
dataset = await self.open_dataset()
|
|
618
621
|
|
|
619
|
-
if
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
else:
|
|
622
|
+
if pushed_items_count < len(data):
|
|
623
|
+
await dataset.push_data(data[:pushed_items_count])
|
|
624
|
+
elif pushed_items_count > 0:
|
|
623
625
|
await dataset.push_data(data)
|
|
624
626
|
|
|
625
627
|
if charged_event_name:
|
|
626
628
|
return await self.get_charging_manager().charge(
|
|
627
629
|
event_name=charged_event_name,
|
|
628
|
-
count=
|
|
630
|
+
count=pushed_items_count,
|
|
629
631
|
)
|
|
630
632
|
|
|
631
633
|
return None
|
|
@@ -28,7 +28,7 @@ wheels = [
|
|
|
28
28
|
|
|
29
29
|
[[package]]
|
|
30
30
|
name = "apify"
|
|
31
|
-
version = "3.0.
|
|
31
|
+
version = "3.0.5b3"
|
|
32
32
|
source = { editable = "." }
|
|
33
33
|
dependencies = [
|
|
34
34
|
{ name = "apify-client" },
|
|
@@ -692,14 +692,14 @@ wheels = [
|
|
|
692
692
|
|
|
693
693
|
[[package]]
|
|
694
694
|
name = "deprecated"
|
|
695
|
-
version = "1.
|
|
695
|
+
version = "1.3.1"
|
|
696
696
|
source = { registry = "https://pypi.org/simple" }
|
|
697
697
|
dependencies = [
|
|
698
698
|
{ name = "wrapt" },
|
|
699
699
|
]
|
|
700
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
700
|
+
sdist = { url = "https://files.pythonhosted.org/packages/49/85/12f0a49a7c4ffb70572b6c2ef13c90c88fd190debda93b23f026b25f9634/deprecated-1.3.1.tar.gz", hash = "sha256:b1b50e0ff0c1fddaa5708a2c6b0a6588bb09b892825ab2b214ac9ea9d92a5223", size = 2932523, upload-time = "2025-10-30T08:19:02.757Z" }
|
|
701
701
|
wheels = [
|
|
702
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
702
|
+
{ url = "https://files.pythonhosted.org/packages/84/d0/205d54408c08b13550c733c4b85429e7ead111c7f0014309637425520a9a/deprecated-1.3.1-py2.py3-none-any.whl", hash = "sha256:597bfef186b6f60181535a29fbe44865ce137a5079f295b479886c82729d5f3f", size = 11298, upload-time = "2025-10-30T08:19:00.758Z" },
|
|
703
703
|
]
|
|
704
704
|
|
|
705
705
|
[[package]]
|
|
@@ -1702,28 +1702,28 @@ wheels = [
|
|
|
1702
1702
|
|
|
1703
1703
|
[[package]]
|
|
1704
1704
|
name = "psutil"
|
|
1705
|
-
version = "7.1.
|
|
1706
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1707
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1708
|
-
wheels = [
|
|
1709
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1710
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1711
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1712
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1713
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1714
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1715
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1716
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1717
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1718
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1719
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1720
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1721
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1722
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1723
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1705
|
+
version = "7.1.3"
|
|
1706
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1707
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e1/88/bdd0a41e5857d5d703287598cbf08dad90aed56774ea52ae071bae9071b6/psutil-7.1.3.tar.gz", hash = "sha256:6c86281738d77335af7aec228328e944b30930899ea760ecf33a4dba66be5e74", size = 489059, upload-time = "2025-11-02T12:25:54.619Z" }
|
|
1708
|
+
wheels = [
|
|
1709
|
+
{ url = "https://files.pythonhosted.org/packages/bd/93/0c49e776b8734fef56ec9c5c57f923922f2cf0497d62e0f419465f28f3d0/psutil-7.1.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:0005da714eee687b4b8decd3d6cc7c6db36215c9e74e5ad2264b90c3df7d92dc", size = 239751, upload-time = "2025-11-02T12:25:58.161Z" },
|
|
1710
|
+
{ url = "https://files.pythonhosted.org/packages/6f/8d/b31e39c769e70780f007969815195a55c81a63efebdd4dbe9e7a113adb2f/psutil-7.1.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:19644c85dcb987e35eeeaefdc3915d059dac7bd1167cdcdbf27e0ce2df0c08c0", size = 240368, upload-time = "2025-11-02T12:26:00.491Z" },
|
|
1711
|
+
{ url = "https://files.pythonhosted.org/packages/62/61/23fd4acc3c9eebbf6b6c78bcd89e5d020cfde4acf0a9233e9d4e3fa698b4/psutil-7.1.3-cp313-cp313t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:95ef04cf2e5ba0ab9eaafc4a11eaae91b44f4ef5541acd2ee91d9108d00d59a7", size = 287134, upload-time = "2025-11-02T12:26:02.613Z" },
|
|
1712
|
+
{ url = "https://files.pythonhosted.org/packages/30/1c/f921a009ea9ceb51aa355cb0cc118f68d354db36eae18174bab63affb3e6/psutil-7.1.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1068c303be3a72f8e18e412c5b2a8f6d31750fb152f9cb106b54090296c9d251", size = 289904, upload-time = "2025-11-02T12:26:05.207Z" },
|
|
1713
|
+
{ url = "https://files.pythonhosted.org/packages/a6/82/62d68066e13e46a5116df187d319d1724b3f437ddd0f958756fc052677f4/psutil-7.1.3-cp313-cp313t-win_amd64.whl", hash = "sha256:18349c5c24b06ac5612c0428ec2a0331c26443d259e2a0144a9b24b4395b58fa", size = 249642, upload-time = "2025-11-02T12:26:07.447Z" },
|
|
1714
|
+
{ url = "https://files.pythonhosted.org/packages/df/ad/c1cd5fe965c14a0392112f68362cfceb5230819dbb5b1888950d18a11d9f/psutil-7.1.3-cp313-cp313t-win_arm64.whl", hash = "sha256:c525ffa774fe4496282fb0b1187725793de3e7c6b29e41562733cae9ada151ee", size = 245518, upload-time = "2025-11-02T12:26:09.719Z" },
|
|
1715
|
+
{ url = "https://files.pythonhosted.org/packages/2e/bb/6670bded3e3236eb4287c7bcdc167e9fae6e1e9286e437f7111caed2f909/psutil-7.1.3-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:b403da1df4d6d43973dc004d19cee3b848e998ae3154cc8097d139b77156c353", size = 239843, upload-time = "2025-11-02T12:26:11.968Z" },
|
|
1716
|
+
{ url = "https://files.pythonhosted.org/packages/b8/66/853d50e75a38c9a7370ddbeefabdd3d3116b9c31ef94dc92c6729bc36bec/psutil-7.1.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:ad81425efc5e75da3f39b3e636293360ad8d0b49bed7df824c79764fb4ba9b8b", size = 240369, upload-time = "2025-11-02T12:26:14.358Z" },
|
|
1717
|
+
{ url = "https://files.pythonhosted.org/packages/41/bd/313aba97cb5bfb26916dc29cf0646cbe4dd6a89ca69e8c6edce654876d39/psutil-7.1.3-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8f33a3702e167783a9213db10ad29650ebf383946e91bc77f28a5eb083496bc9", size = 288210, upload-time = "2025-11-02T12:26:16.699Z" },
|
|
1718
|
+
{ url = "https://files.pythonhosted.org/packages/c2/fa/76e3c06e760927a0cfb5705eb38164254de34e9bd86db656d4dbaa228b04/psutil-7.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fac9cd332c67f4422504297889da5ab7e05fd11e3c4392140f7370f4208ded1f", size = 291182, upload-time = "2025-11-02T12:26:18.848Z" },
|
|
1719
|
+
{ url = "https://files.pythonhosted.org/packages/0f/1d/5774a91607035ee5078b8fd747686ebec28a962f178712de100d00b78a32/psutil-7.1.3-cp314-cp314t-win_amd64.whl", hash = "sha256:3792983e23b69843aea49c8f5b8f115572c5ab64c153bada5270086a2123c7e7", size = 250466, upload-time = "2025-11-02T12:26:21.183Z" },
|
|
1720
|
+
{ url = "https://files.pythonhosted.org/packages/00/ca/e426584bacb43a5cb1ac91fae1937f478cd8fbe5e4ff96574e698a2c77cd/psutil-7.1.3-cp314-cp314t-win_arm64.whl", hash = "sha256:31d77fcedb7529f27bb3a0472bea9334349f9a04160e8e6e5020f22c59893264", size = 245756, upload-time = "2025-11-02T12:26:23.148Z" },
|
|
1721
|
+
{ url = "https://files.pythonhosted.org/packages/ef/94/46b9154a800253e7ecff5aaacdf8ebf43db99de4a2dfa18575b02548654e/psutil-7.1.3-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:2bdbcd0e58ca14996a42adf3621a6244f1bb2e2e528886959c72cf1e326677ab", size = 238359, upload-time = "2025-11-02T12:26:25.284Z" },
|
|
1722
|
+
{ url = "https://files.pythonhosted.org/packages/68/3a/9f93cff5c025029a36d9a92fef47220ab4692ee7f2be0fba9f92813d0cb8/psutil-7.1.3-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:bc31fa00f1fbc3c3802141eede66f3a2d51d89716a194bf2cd6fc68310a19880", size = 239171, upload-time = "2025-11-02T12:26:27.23Z" },
|
|
1723
|
+
{ url = "https://files.pythonhosted.org/packages/ce/b1/5f49af514f76431ba4eea935b8ad3725cdeb397e9245ab919dbc1d1dc20f/psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3bb428f9f05c1225a558f53e30ccbad9930b11c3fc206836242de1091d3e7dd3", size = 263261, upload-time = "2025-11-02T12:26:29.48Z" },
|
|
1724
|
+
{ url = "https://files.pythonhosted.org/packages/e0/95/992c8816a74016eb095e73585d747e0a8ea21a061ed3689474fabb29a395/psutil-7.1.3-cp36-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:56d974e02ca2c8eb4812c3f76c30e28836fffc311d55d979f1465c1feeb2b68b", size = 264635, upload-time = "2025-11-02T12:26:31.74Z" },
|
|
1725
|
+
{ url = "https://files.pythonhosted.org/packages/55/4c/c3ed1a622b6ae2fd3c945a366e64eb35247a31e4db16cf5095e269e8eb3c/psutil-7.1.3-cp37-abi3-win_amd64.whl", hash = "sha256:f39c2c19fe824b47484b96f9692932248a54c43799a84282cfe58d05a6449efd", size = 247633, upload-time = "2025-11-02T12:26:33.887Z" },
|
|
1726
|
+
{ url = "https://files.pythonhosted.org/packages/c9/ad/33b2ccec09bf96c2b2ef3f9a6f66baac8253d7565d8839e024a6b905d45d/psutil-7.1.3-cp37-abi3-win_arm64.whl", hash = "sha256:bd0d69cee829226a761e92f28140bec9a5ee9d5b4fb4b0cc589068dbfff559b1", size = 244608, upload-time = "2025-11-02T12:26:36.136Z" },
|
|
1727
1727
|
]
|
|
1728
1728
|
|
|
1729
1729
|
[[package]]
|
|
@@ -2176,28 +2176,28 @@ wheels = [
|
|
|
2176
2176
|
|
|
2177
2177
|
[[package]]
|
|
2178
2178
|
name = "ruff"
|
|
2179
|
-
version = "0.14.
|
|
2180
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2181
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2182
|
-
wheels = [
|
|
2183
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2184
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2185
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2186
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2187
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2188
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2189
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2190
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2191
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2192
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2193
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2194
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2195
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2196
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2197
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2198
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2199
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2200
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2179
|
+
version = "0.14.3"
|
|
2180
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2181
|
+
sdist = { url = "https://files.pythonhosted.org/packages/75/62/50b7727004dfe361104dfbf898c45a9a2fdfad8c72c04ae62900224d6ecf/ruff-0.14.3.tar.gz", hash = "sha256:4ff876d2ab2b161b6de0aa1f5bd714e8e9b4033dc122ee006925fbacc4f62153", size = 5558687, upload-time = "2025-10-31T00:26:26.878Z" }
|
|
2182
|
+
wheels = [
|
|
2183
|
+
{ url = "https://files.pythonhosted.org/packages/ce/8e/0c10ff1ea5d4360ab8bfca4cb2c9d979101a391f3e79d2616c9bf348cd26/ruff-0.14.3-py3-none-linux_armv6l.whl", hash = "sha256:876b21e6c824f519446715c1342b8e60f97f93264012de9d8d10314f8a79c371", size = 12535613, upload-time = "2025-10-31T00:25:44.302Z" },
|
|
2184
|
+
{ url = "https://files.pythonhosted.org/packages/d3/c8/6724f4634c1daf52409fbf13fefda64aa9c8f81e44727a378b7b73dc590b/ruff-0.14.3-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b6fd8c79b457bedd2abf2702b9b472147cd860ed7855c73a5247fa55c9117654", size = 12855812, upload-time = "2025-10-31T00:25:47.793Z" },
|
|
2185
|
+
{ url = "https://files.pythonhosted.org/packages/de/03/db1bce591d55fd5f8a08bb02517fa0b5097b2ccabd4ea1ee29aa72b67d96/ruff-0.14.3-py3-none-macosx_11_0_arm64.whl", hash = "sha256:71ff6edca490c308f083156938c0c1a66907151263c4abdcb588602c6e696a14", size = 11944026, upload-time = "2025-10-31T00:25:49.657Z" },
|
|
2186
|
+
{ url = "https://files.pythonhosted.org/packages/0b/75/4f8dbd48e03272715d12c87dc4fcaaf21b913f0affa5f12a4e9c6f8a0582/ruff-0.14.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:786ee3ce6139772ff9272aaf43296d975c0217ee1b97538a98171bf0d21f87ed", size = 12356818, upload-time = "2025-10-31T00:25:51.949Z" },
|
|
2187
|
+
{ url = "https://files.pythonhosted.org/packages/ec/9b/506ec5b140c11d44a9a4f284ea7c14ebf6f8b01e6e8917734a3325bff787/ruff-0.14.3-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cd6291d0061811c52b8e392f946889916757610d45d004e41140d81fb6cd5ddc", size = 12336745, upload-time = "2025-10-31T00:25:54.248Z" },
|
|
2188
|
+
{ url = "https://files.pythonhosted.org/packages/c7/e1/c560d254048c147f35e7f8131d30bc1f63a008ac61595cf3078a3e93533d/ruff-0.14.3-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a497ec0c3d2c88561b6d90f9c29f5ae68221ac00d471f306fa21fa4264ce5fcd", size = 13101684, upload-time = "2025-10-31T00:25:56.253Z" },
|
|
2189
|
+
{ url = "https://files.pythonhosted.org/packages/a5/32/e310133f8af5cd11f8cc30f52522a3ebccc5ea5bff4b492f94faceaca7a8/ruff-0.14.3-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:e231e1be58fc568950a04fbe6887c8e4b85310e7889727e2b81db205c45059eb", size = 14535000, upload-time = "2025-10-31T00:25:58.397Z" },
|
|
2190
|
+
{ url = "https://files.pythonhosted.org/packages/a2/a1/7b0470a22158c6d8501eabc5e9b6043c99bede40fa1994cadf6b5c2a61c7/ruff-0.14.3-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:469e35872a09c0e45fecf48dd960bfbce056b5db2d5e6b50eca329b4f853ae20", size = 14156450, upload-time = "2025-10-31T00:26:00.889Z" },
|
|
2191
|
+
{ url = "https://files.pythonhosted.org/packages/0a/96/24bfd9d1a7f532b560dcee1a87096332e461354d3882124219bcaff65c09/ruff-0.14.3-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3d6bc90307c469cb9d28b7cfad90aaa600b10d67c6e22026869f585e1e8a2db0", size = 13568414, upload-time = "2025-10-31T00:26:03.291Z" },
|
|
2192
|
+
{ url = "https://files.pythonhosted.org/packages/a7/e7/138b883f0dfe4ad5b76b58bf4ae675f4d2176ac2b24bdd81b4d966b28c61/ruff-0.14.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2f8a0bbcffcfd895df39c9a4ecd59bb80dca03dc43f7fb63e647ed176b741e", size = 13315293, upload-time = "2025-10-31T00:26:05.708Z" },
|
|
2193
|
+
{ url = "https://files.pythonhosted.org/packages/33/f4/c09bb898be97b2eb18476b7c950df8815ef14cf956074177e9fbd40b7719/ruff-0.14.3-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:678fdd7c7d2d94851597c23ee6336d25f9930b460b55f8598e011b57c74fd8c5", size = 13539444, upload-time = "2025-10-31T00:26:08.09Z" },
|
|
2194
|
+
{ url = "https://files.pythonhosted.org/packages/9c/aa/b30a1db25fc6128b1dd6ff0741fa4abf969ded161599d07ca7edd0739cc0/ruff-0.14.3-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1ec1ac071e7e37e0221d2f2dbaf90897a988c531a8592a6a5959f0603a1ecf5e", size = 12252581, upload-time = "2025-10-31T00:26:10.297Z" },
|
|
2195
|
+
{ url = "https://files.pythonhosted.org/packages/da/13/21096308f384d796ffe3f2960b17054110a9c3828d223ca540c2b7cc670b/ruff-0.14.3-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:afcdc4b5335ef440d19e7df9e8ae2ad9f749352190e96d481dc501b753f0733e", size = 12307503, upload-time = "2025-10-31T00:26:12.646Z" },
|
|
2196
|
+
{ url = "https://files.pythonhosted.org/packages/cb/cc/a350bac23f03b7dbcde3c81b154706e80c6f16b06ff1ce28ed07dc7b07b0/ruff-0.14.3-py3-none-musllinux_1_2_i686.whl", hash = "sha256:7bfc42f81862749a7136267a343990f865e71fe2f99cf8d2958f684d23ce3dfa", size = 12675457, upload-time = "2025-10-31T00:26:15.044Z" },
|
|
2197
|
+
{ url = "https://files.pythonhosted.org/packages/cb/76/46346029fa2f2078826bc88ef7167e8c198e58fe3126636e52f77488cbba/ruff-0.14.3-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a65e448cfd7e9c59fae8cf37f9221585d3354febaad9a07f29158af1528e165f", size = 13403980, upload-time = "2025-10-31T00:26:17.81Z" },
|
|
2198
|
+
{ url = "https://files.pythonhosted.org/packages/9f/a4/35f1ef68c4e7b236d4a5204e3669efdeefaef21f0ff6a456792b3d8be438/ruff-0.14.3-py3-none-win32.whl", hash = "sha256:f3d91857d023ba93e14ed2d462ab62c3428f9bbf2b4fbac50a03ca66d31991f7", size = 12500045, upload-time = "2025-10-31T00:26:20.503Z" },
|
|
2199
|
+
{ url = "https://files.pythonhosted.org/packages/03/15/51960ae340823c9859fb60c63301d977308735403e2134e17d1d2858c7fb/ruff-0.14.3-py3-none-win_amd64.whl", hash = "sha256:d7b7006ac0756306db212fd37116cce2bd307e1e109375e1c6c106002df0ae5f", size = 13594005, upload-time = "2025-10-31T00:26:22.533Z" },
|
|
2200
|
+
{ url = "https://files.pythonhosted.org/packages/b7/73/4de6579bac8e979fca0a77e54dec1f1e011a0d268165eb8a9bc0982a6564/ruff-0.14.3-py3-none-win_arm64.whl", hash = "sha256:26eb477ede6d399d898791d01961e16b86f02bc2486d0d1a7a9bb2379d055dc1", size = 12590017, upload-time = "2025-10-31T00:26:24.52Z" },
|
|
2201
2201
|
]
|
|
2202
2202
|
|
|
2203
2203
|
[[package]]
|
|
@@ -2705,71 +2705,95 @@ wheels = [
|
|
|
2705
2705
|
|
|
2706
2706
|
[[package]]
|
|
2707
2707
|
name = "wrapt"
|
|
2708
|
-
version = "
|
|
2709
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2710
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2711
|
-
wheels = [
|
|
2712
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2713
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2714
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2715
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2716
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2717
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2718
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2719
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2720
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2721
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2722
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2723
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2727
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2728
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2729
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2730
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2731
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2732
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2733
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2734
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2735
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2736
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2737
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2738
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2739
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2740
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2741
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2742
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2743
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2744
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2745
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2746
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2747
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2748
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2749
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2750
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2751
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2752
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2753
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2754
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2755
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2756
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2757
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2758
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2759
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2760
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2761
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2762
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2763
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2764
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2765
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2766
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2767
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2768
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2769
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2770
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2771
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2772
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2708
|
+
version = "2.0.0"
|
|
2709
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2710
|
+
sdist = { url = "https://files.pythonhosted.org/packages/49/19/5e5bcd855d808892fe02d49219f97a50f64cd6d8313d75df3494ee97b1a3/wrapt-2.0.0.tar.gz", hash = "sha256:35a542cc7a962331d0279735c30995b024e852cf40481e384fd63caaa391cbb9", size = 81722, upload-time = "2025-10-19T23:47:54.07Z" }
|
|
2711
|
+
wheels = [
|
|
2712
|
+
{ url = "https://files.pythonhosted.org/packages/ee/db/ac9546e89b645e525686727f8749847485e3b45ffc4507b61c4669358638/wrapt-2.0.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a7cebcee61f21b1e46aa32db8d9d93826d0fbf1ad85defc2ccfb93b4adef1435", size = 77431, upload-time = "2025-10-19T23:45:25.177Z" },
|
|
2713
|
+
{ url = "https://files.pythonhosted.org/packages/74/bc/3b57c8012bbd0d02eec5ae838681c1a819df6c5e765ebc897f52623b5eb1/wrapt-2.0.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:827e6e3a3a560f6ec1f5ee92d4319c21a0549384f896ec692f3201eda31ebd11", size = 60644, upload-time = "2025-10-19T23:45:27.511Z" },
|
|
2714
|
+
{ url = "https://files.pythonhosted.org/packages/b8/6e/b5e7d47713e3d46c30ec6ae83fafd369bc34de8148668c6e3168d9301863/wrapt-2.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1a91075a5383a7cbfe46aed1845ef7c3f027e8e20e7d9a8a75e36ebc9b0dd15e", size = 61526, upload-time = "2025-10-19T23:45:28.789Z" },
|
|
2715
|
+
{ url = "https://files.pythonhosted.org/packages/28/8d/d5df2af58ae479785473607a3b25726c295640cdcaee830847cee339eff9/wrapt-2.0.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b6a18c813196e18146b8d041e20875bdb0cb09b94ac1d1e1146e0fa87b2deb0d", size = 113638, upload-time = "2025-10-19T23:45:31.977Z" },
|
|
2716
|
+
{ url = "https://files.pythonhosted.org/packages/f9/b7/9501c45ab93b4d6ba396ef02fcfb55867866bc8579fff045bb54cae58423/wrapt-2.0.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ec5028d26011a53c76bd91bb6198b30b438c6e0f7adb45f2ad84fe2655b6a104", size = 115651, upload-time = "2025-10-19T23:45:33.257Z" },
|
|
2717
|
+
{ url = "https://files.pythonhosted.org/packages/5e/3a/bfebe2ba51cf98ae80c5dbb6fa5892ae75d1acf1a4c404eda88e28f5ab06/wrapt-2.0.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bed9b04900204721a24bcefc652ca267b01c1e8ad8bc8c0cff81558a45a3aadc", size = 112060, upload-time = "2025-10-19T23:45:30.298Z" },
|
|
2718
|
+
{ url = "https://files.pythonhosted.org/packages/00/e7/cd50a32bed022d98f61a90e57faf782aa063f7930f57eb67eb105d3189be/wrapt-2.0.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:03442f2b45fa3f2b98a94a1917f52fb34670de8f96c0a009c02dbd512d855a3d", size = 114829, upload-time = "2025-10-19T23:45:34.23Z" },
|
|
2719
|
+
{ url = "https://files.pythonhosted.org/packages/9d/2c/c709578271df0c70a27ab8f797c44c258650f24a32b452f03d7afedc070d/wrapt-2.0.0-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:17d0b5c42495ba142a1cee52b76414f9210591c84aae94dffda70240753bfb3c", size = 111249, upload-time = "2025-10-19T23:45:35.554Z" },
|
|
2720
|
+
{ url = "https://files.pythonhosted.org/packages/60/ef/cb58f6eea41f129600bda68d1ae4c80b14d4e0663eec1d5220cbffe50be5/wrapt-2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ee44215e7d13e112a8fc74e12ed1a1f41cab2bc07b11cc703f2398cd114b261c", size = 113312, upload-time = "2025-10-19T23:45:36.66Z" },
|
|
2721
|
+
{ url = "https://files.pythonhosted.org/packages/59/55/97e6c4e1c175fb27f8dec717a3e36493ff0c4e50173a95f439496556910f/wrapt-2.0.0-cp310-cp310-win32.whl", hash = "sha256:fe6eafac3bc3c957ab6597a0c0654a0a308868458d00d218743e5b5fae51951c", size = 57961, upload-time = "2025-10-19T23:45:40.958Z" },
|
|
2722
|
+
{ url = "https://files.pythonhosted.org/packages/3b/0a/898b1d81ae1f3dd9a79fd2e0330a7c8dd793982f815a318548777cb21ee5/wrapt-2.0.0-cp310-cp310-win_amd64.whl", hash = "sha256:9e070c3491397fba0445b8977900271eca9656570cca7c900d9b9352186703a0", size = 60311, upload-time = "2025-10-19T23:45:38.033Z" },
|
|
2723
|
+
{ url = "https://files.pythonhosted.org/packages/44/f1/e7e92f9535f5624ee22879f09456df9d1f1ae9bb338eef711077b48e456a/wrapt-2.0.0-cp310-cp310-win_arm64.whl", hash = "sha256:806e2e73186eb5e3546f39fb5d0405040e0088db0fc8b2f667fd1863de2b3c99", size = 58822, upload-time = "2025-10-19T23:45:39.785Z" },
|
|
2724
|
+
{ url = "https://files.pythonhosted.org/packages/12/8f/8e4c8b6da60b4205191d588cbac448fb9ff4f5ed89f4e555dc4813ab30cf/wrapt-2.0.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:b7e221abb6c5387819db9323dac3c875b459695057449634f1111955d753c621", size = 77433, upload-time = "2025-10-19T23:45:42.543Z" },
|
|
2725
|
+
{ url = "https://files.pythonhosted.org/packages/22/9a/01a29ccb029aa8e78241f8b53cb89ae8826c240129abbbb6ebba3416eff9/wrapt-2.0.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1147a84c8fc852426580af8b6e33138461ddbc65aa459a25ea539374d32069fa", size = 60641, upload-time = "2025-10-19T23:45:43.866Z" },
|
|
2726
|
+
{ url = "https://files.pythonhosted.org/packages/3d/ec/e058997971428b7665b5c3665a55b18bb251ea7e08d002925e3ca017c020/wrapt-2.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5d6691d4a711504a0bc10de789842ad6ac627bed22937b10f37a1211a8ab7bb3", size = 61526, upload-time = "2025-10-19T23:45:44.839Z" },
|
|
2727
|
+
{ url = "https://files.pythonhosted.org/packages/70/c3/c82263503f554715aa1847e85dc75a69631a54e9d7ab0f1a55e34a22d44a/wrapt-2.0.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:f460e1eb8e75a17c3918c8e35ba57625721eef2439ef0bcf05304ac278a65e1d", size = 114069, upload-time = "2025-10-19T23:45:47.223Z" },
|
|
2728
|
+
{ url = "https://files.pythonhosted.org/packages/dc/97/d95e88a3a1bc2890a1aa47880c2762cf0eb6d231b5a64048e351cec6f071/wrapt-2.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:12c37784b77bf043bf65cc96c7195a5db474b8e54173208af076bdbb61df7b3e", size = 116109, upload-time = "2025-10-19T23:45:48.252Z" },
|
|
2729
|
+
{ url = "https://files.pythonhosted.org/packages/dc/36/cba0bf954f2303897b80fa5342499b43f8c5201110dddf0d578d6841b149/wrapt-2.0.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:75e5c049eb583835f7a0e0e311d9dde9bfbaac723a6dd89d052540f9b2809977", size = 112500, upload-time = "2025-10-19T23:45:45.838Z" },
|
|
2730
|
+
{ url = "https://files.pythonhosted.org/packages/d7/2b/8cb88e63bec989f641d208acb3fd198bfdbbb4ef7dfb71f0cac3c90b07a9/wrapt-2.0.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e50bcbd5b65dac21b82319fcf18486e6ac439947e9305034b00704eb7405f553", size = 115356, upload-time = "2025-10-19T23:45:49.249Z" },
|
|
2731
|
+
{ url = "https://files.pythonhosted.org/packages/bb/60/a6d5fb94648cd430648705bef9f4241bd22ead123ead552b6d2873ad5240/wrapt-2.0.0-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:06b78cb6b9320f57737a52fede882640d93cface98332d1a3df0c5696ec9ae9f", size = 111754, upload-time = "2025-10-19T23:45:51.21Z" },
|
|
2732
|
+
{ url = "https://files.pythonhosted.org/packages/d0/44/1963854edf0592ae806307899dc7bf891e76cec19e598f55845c94603a65/wrapt-2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:8c8349ebfc3cd98bc9105e0112dd8c8ac1f3c7cb5601f9d02248cae83a63f748", size = 113789, upload-time = "2025-10-19T23:45:52.473Z" },
|
|
2733
|
+
{ url = "https://files.pythonhosted.org/packages/62/ec/4b1d76cb6d96ac511aaaa92efc57f528e57f06082a595b8b2663fcdb0f20/wrapt-2.0.0-cp311-cp311-win32.whl", hash = "sha256:028f19ec29e204fe725139d4a8b09f77ecfb64f8f02b7ab5ee822c85e330b68b", size = 57954, upload-time = "2025-10-19T23:45:57.03Z" },
|
|
2734
|
+
{ url = "https://files.pythonhosted.org/packages/d4/cf/df8ff9bd64d4a75f9a9f6c1c93480a51904d0c9bd71c11994301c47d8a33/wrapt-2.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:c6961f05e58d919153ba311b397b7b904b907132b7b8344dde47865d4bb5ec89", size = 60308, upload-time = "2025-10-19T23:45:54.314Z" },
|
|
2735
|
+
{ url = "https://files.pythonhosted.org/packages/69/d8/61e245fe387d58d84b3f913d5da9d909c4f239b887db692a05105aaf2a1b/wrapt-2.0.0-cp311-cp311-win_arm64.whl", hash = "sha256:be7e316c2accd5a31dbcc230de19e2a846a325f8967fdea72704d00e38e6af06", size = 58822, upload-time = "2025-10-19T23:45:55.772Z" },
|
|
2736
|
+
{ url = "https://files.pythonhosted.org/packages/3c/28/7f266b5bf50c3ad0c99c524d99faa0f7d6eecb045d950e7d2c9e1f0e1338/wrapt-2.0.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:73c6f734aecb1a030d9a265c13a425897e1ea821b73249bb14471445467ca71c", size = 78078, upload-time = "2025-10-19T23:45:58.855Z" },
|
|
2737
|
+
{ url = "https://files.pythonhosted.org/packages/06/0c/bbdcad7eb535fae9d6b0fcfa3995c364797cd8e2b423bba5559ab2d88dcf/wrapt-2.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b4a7f8023b8ce8a36370154733c747f8d65c8697cb977d8b6efeb89291fff23e", size = 61158, upload-time = "2025-10-19T23:46:00.096Z" },
|
|
2738
|
+
{ url = "https://files.pythonhosted.org/packages/d3/8a/bba3e7a4ebf4d1624103ee59d97b78a1fbb08fb5753ff5d1b69f5ef5e863/wrapt-2.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a1cb62f686c50e9dab5983c68f6c8e9cbf14a6007935e683662898a7d892fa69", size = 61646, upload-time = "2025-10-19T23:46:01.279Z" },
|
|
2739
|
+
{ url = "https://files.pythonhosted.org/packages/ff/0c/0f565294897a72493dbafe7b46229b5f09f3776795a894d6b737e98387de/wrapt-2.0.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:43dc0550ae15e33e6bb45a82a5e1b5495be2587fbaa996244b509921810ee49f", size = 121442, upload-time = "2025-10-19T23:46:04.287Z" },
|
|
2740
|
+
{ url = "https://files.pythonhosted.org/packages/da/80/7f03501a8a078ad79b19b1a888f9192a9494e62ddf8985267902766a4f30/wrapt-2.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:39c5b45b056d630545e40674d1f5e1b51864b3546f25ab6a4a331943de96262e", size = 123018, upload-time = "2025-10-19T23:46:06.052Z" },
|
|
2741
|
+
{ url = "https://files.pythonhosted.org/packages/37/6b/ad0e1ff98359f13b4b0c2c52848e792841146fe79ac5f56899b9a028fc0d/wrapt-2.0.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:804e88f824b76240a1b670330637ccfd2d18b9efa3bb4f02eb20b2f64880b324", size = 117369, upload-time = "2025-10-19T23:46:02.53Z" },
|
|
2742
|
+
{ url = "https://files.pythonhosted.org/packages/ac/6c/a90437bba8cb1ce2ed639af979515e09784678c2a7f4ffc79f2cf7de809e/wrapt-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:c2c476aa3fc2b9899c3f7b20963fac4f952e7edb74a31fc92f7745389a2e3618", size = 121453, upload-time = "2025-10-19T23:46:07.747Z" },
|
|
2743
|
+
{ url = "https://files.pythonhosted.org/packages/2c/a9/b3982f9bd15bd45857a23c48b7c36e47d05db4a4dcc5061c31f169238845/wrapt-2.0.0-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:8d851e526891216f89fcb7a1820dad9bd503ba3468fb9635ee28e93c781aa98e", size = 116250, upload-time = "2025-10-19T23:46:09.385Z" },
|
|
2744
|
+
{ url = "https://files.pythonhosted.org/packages/73/e2/b7a8b1afac9f791d8f5eac0d9726559f1d7ec4a2b5a6b4e67ac145b007a5/wrapt-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b95733c2360c4a8656ee93c7af78e84c0bd617da04a236d7a456c8faa34e7a2d", size = 120575, upload-time = "2025-10-19T23:46:11.882Z" },
|
|
2745
|
+
{ url = "https://files.pythonhosted.org/packages/a2/0f/37920eeea96094f450ae35505d39f1135df951a2cdee0d4e01d4f843396a/wrapt-2.0.0-cp312-cp312-win32.whl", hash = "sha256:ea56817176834edf143df1109ae8fdaa087be82fdad3492648de0baa8ae82bf2", size = 58175, upload-time = "2025-10-19T23:46:15.678Z" },
|
|
2746
|
+
{ url = "https://files.pythonhosted.org/packages/f0/db/b395f3b0c7f2c60d9219afacc54ceb699801ccf2d3d969ba556dc6d3af20/wrapt-2.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:3c7d3bee7be7a2665286103f4d1f15405c8074e6e1f89dac5774f9357c9a3809", size = 60415, upload-time = "2025-10-19T23:46:12.913Z" },
|
|
2747
|
+
{ url = "https://files.pythonhosted.org/packages/86/22/33d660214548af47fc59d9eec8c0e0693bcedc5b3a0b52e8cbdd61f3b646/wrapt-2.0.0-cp312-cp312-win_arm64.whl", hash = "sha256:680f707e1d26acbc60926659799b15659f077df5897a6791c7c598a5d4a211c4", size = 58911, upload-time = "2025-10-19T23:46:13.889Z" },
|
|
2748
|
+
{ url = "https://files.pythonhosted.org/packages/18/0a/dd88abfe756b1aa79f0777e5ee4ce9e4b5dc4999bd805e9b04b52efc7b18/wrapt-2.0.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e2ea096db28d5eb64d381af0e93464621ace38a7003a364b6b5ffb7dd713aabe", size = 78083, upload-time = "2025-10-19T23:46:16.937Z" },
|
|
2749
|
+
{ url = "https://files.pythonhosted.org/packages/7f/b9/8afebc1655a863bb2178b23c2d699b8743f3a7dab466904adc6155f3c858/wrapt-2.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:c92b5a82d28491e3f14f037e1aae99a27a5e6e0bb161e65f52c0445a3fa7c940", size = 61156, upload-time = "2025-10-19T23:46:17.927Z" },
|
|
2750
|
+
{ url = "https://files.pythonhosted.org/packages/bb/8b/f710a6528ccc52e21943f42c8cf64814cde90f9adbd3bcd58c7c274b4f75/wrapt-2.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:81d234718aabe632d179fac52c7f69f0f99fbaac4d4bcd670e62462bbcbfcad7", size = 61641, upload-time = "2025-10-19T23:46:19.229Z" },
|
|
2751
|
+
{ url = "https://files.pythonhosted.org/packages/e4/5f/e4eabd0cc6684c5b208c2abc5c3459449c4d15be1694a9bbcf51e0e135fd/wrapt-2.0.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:db2eea83c43f84e4e41dbbb4c1de371a53166e55f900a6b130c3ef51c6345c1a", size = 121454, upload-time = "2025-10-19T23:46:21.808Z" },
|
|
2752
|
+
{ url = "https://files.pythonhosted.org/packages/6f/c4/ec31ee17cc7866960d323609ba7402be786d211a6d713a59f776c4270bb3/wrapt-2.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:65f50e356c425c061e1e17fe687ff30e294fed9bf3441dc1f13ef73859c2a817", size = 123063, upload-time = "2025-10-19T23:46:23.545Z" },
|
|
2753
|
+
{ url = "https://files.pythonhosted.org/packages/b0/2b/a4b10c3c0022e40aeae9bec009bafb049f440493f0575ebb27ecf61c32f8/wrapt-2.0.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:887f2a667e3cbfb19e204032d42ad7dedaa43972e4861dc7a3d51ae951d9b578", size = 117401, upload-time = "2025-10-19T23:46:20.433Z" },
|
|
2754
|
+
{ url = "https://files.pythonhosted.org/packages/2a/4a/ade23a76967e1f148e461076a4d0e24a7950a5f18b394c9107fe60224ae2/wrapt-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:9054829da4be461e3ad3192e4b6bbf1fc18af64c9975ce613aec191924e004dc", size = 121485, upload-time = "2025-10-19T23:46:24.85Z" },
|
|
2755
|
+
{ url = "https://files.pythonhosted.org/packages/cb/ba/33b5f3e2edede4e1cfd259f0d9c203cf370f259bb9b215dd58fc6cbb94e9/wrapt-2.0.0-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:b952ffd77133a5a2798ee3feb18e51b0a299d2f440961e5bb7737dbb02e57289", size = 116276, upload-time = "2025-10-19T23:46:27.006Z" },
|
|
2756
|
+
{ url = "https://files.pythonhosted.org/packages/eb/bf/b7f95bb4529a35ca11eb95d48f9d1a563b495471f7cf404c644566fb4293/wrapt-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e25fde03c480061b8234d8ee4863eb5f40a9be4fb258ce105b364de38fc6bcf9", size = 120578, upload-time = "2025-10-19T23:46:28.679Z" },
|
|
2757
|
+
{ url = "https://files.pythonhosted.org/packages/f8/71/984849df6f052592474a44aafd6b847e1cffad39b0debc5390a04aa46331/wrapt-2.0.0-cp313-cp313-win32.whl", hash = "sha256:49e982b7860d325094978292a49e0418833fc7fc42c0dc7cd0b7524d7d06ee74", size = 58178, upload-time = "2025-10-19T23:46:32.372Z" },
|
|
2758
|
+
{ url = "https://files.pythonhosted.org/packages/f9/3b/4e1fc0f2e1355fbc55ab248311bf4c958dbbd96bd9183b9e96882cc16213/wrapt-2.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:6e5c86389d9964050ce50babe247d172a5e3911d59a64023b90db2b4fa00ae7c", size = 60423, upload-time = "2025-10-19T23:46:30.041Z" },
|
|
2759
|
+
{ url = "https://files.pythonhosted.org/packages/20/0a/9384e0551f56fe361f41bb8f209a13bb9ef689c3a18264225b249849b12c/wrapt-2.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:b96fdaa4611e05c7231937930567d3c16782be9dbcf03eb9f60d83e57dd2f129", size = 58918, upload-time = "2025-10-19T23:46:31.056Z" },
|
|
2760
|
+
{ url = "https://files.pythonhosted.org/packages/68/70/37b90d3ee5bf0d0dc4859306383da08b685c9a51abff6fd6b0a7c052e117/wrapt-2.0.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:f2c7b7fead096dbf1dcc455b7f59facb05de3f5bfb04f60a69f98cdfe6049e5f", size = 81980, upload-time = "2025-10-19T23:46:33.368Z" },
|
|
2761
|
+
{ url = "https://files.pythonhosted.org/packages/95/23/0ce69cc90806b90b3ee4cfd9ad8d2ee9becc3a1aab7df3c3bfc7d0904cb6/wrapt-2.0.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:04c7c8393f25b11c0faa5d907dd9eb462e87e4e7ba55e308a046d7ed37f4bbe2", size = 62900, upload-time = "2025-10-19T23:46:34.415Z" },
|
|
2762
|
+
{ url = "https://files.pythonhosted.org/packages/54/76/03ec08170c02f38f3be3646977920976b968e0b704a0693a98f95d02f4d2/wrapt-2.0.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:a93e0f8b376c0735b2f4daf58018b4823614d2b896cb72b6641c4d3dbdca1d75", size = 63636, upload-time = "2025-10-19T23:46:35.643Z" },
|
|
2763
|
+
{ url = "https://files.pythonhosted.org/packages/75/c1/04ce0511e504cdcd84cdb6980bc7d4efa38ac358e8103d6dd0cd278bfc6d/wrapt-2.0.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b42d13603da4416c43c430dbc6313c8d7ff745c40942f146ed4f6dd02c7d2547", size = 152650, upload-time = "2025-10-19T23:46:38.717Z" },
|
|
2764
|
+
{ url = "https://files.pythonhosted.org/packages/17/06/cd2e32b5f744701189c954f9ab5eee449c86695b13f414bb8ea7a83f6d48/wrapt-2.0.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c8bbd2472abf8c33480ad2314b1f8fac45d592aba6cc093e8839a7b2045660e6", size = 158811, upload-time = "2025-10-19T23:46:40.875Z" },
|
|
2765
|
+
{ url = "https://files.pythonhosted.org/packages/7d/a2/a6d920695cca62563c1b969064e5cd2051344a6e330c184b6f80383d87e4/wrapt-2.0.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e64a3a1fd9a308ab9b815a2ad7a65b679730629dbf85f8fc3f7f970d634ee5df", size = 146033, upload-time = "2025-10-19T23:46:37.351Z" },
|
|
2766
|
+
{ url = "https://files.pythonhosted.org/packages/c6/90/7fd2abe4ec646bc43cb6b0d05086be6fcf15e64f06f51fc4198804396d68/wrapt-2.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:d61214525eaf88e0d0edf3d1ad5b5889863c6f88e588c6cdc6aa4ee5d1f10a4a", size = 155673, upload-time = "2025-10-19T23:46:42.582Z" },
|
|
2767
|
+
{ url = "https://files.pythonhosted.org/packages/5f/8d/6cce7f8c41633e677ac8aa34e84b53a22a645ec2a680deb991785ca2798d/wrapt-2.0.0-cp313-cp313t-musllinux_1_2_riscv64.whl", hash = "sha256:04f7a5f92c5f7324a1735043cc467b1295a1c5b4e0c1395472b7c44706e3dc61", size = 144364, upload-time = "2025-10-19T23:46:44.381Z" },
|
|
2768
|
+
{ url = "https://files.pythonhosted.org/packages/72/42/9570349e03afa9d83daf7f33ffb17e8cdc62d7e84c0d09005d0f51912efa/wrapt-2.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:2356f76cb99b3de5b4e5b8210367fbbb81c7309fe39b622f5d199dd88eb7f765", size = 150275, upload-time = "2025-10-19T23:46:45.662Z" },
|
|
2769
|
+
{ url = "https://files.pythonhosted.org/packages/f2/d8/448728e6fe030e5c4f1022c82cd3af1de1c672fa53d2d5b36b32a55ce7bf/wrapt-2.0.0-cp313-cp313t-win32.whl", hash = "sha256:0a921b657a224e40e4bc161b5d33934583b34f0c9c5bdda4e6ac66f9d2fcb849", size = 59867, upload-time = "2025-10-19T23:46:49.593Z" },
|
|
2770
|
+
{ url = "https://files.pythonhosted.org/packages/8f/b1/ad812b1fe1cd85f6498dc3a3c9809a1e880d6108283b1735119bec217041/wrapt-2.0.0-cp313-cp313t-win_amd64.whl", hash = "sha256:c16f6d4eea98080f6659a8a7fc559d4a0a337ee66960659265cad2c8a40f7c0f", size = 63170, upload-time = "2025-10-19T23:46:46.87Z" },
|
|
2771
|
+
{ url = "https://files.pythonhosted.org/packages/7f/29/c105b1e76650c82823c491952a7a8eafe09b78944f7a43f22d37ed860229/wrapt-2.0.0-cp313-cp313t-win_arm64.whl", hash = "sha256:52878edc13dc151c58a9966621d67163a80654bc6cff4b2e1c79fa62d0352b26", size = 60339, upload-time = "2025-10-19T23:46:47.862Z" },
|
|
2772
|
+
{ url = "https://files.pythonhosted.org/packages/f8/38/0dd39f83163fd28326afba84e3e416656938df07e60a924ac4d992b30220/wrapt-2.0.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:79a53d86c2aff7b32cc77267e3a308365d1fcb881e74bc9cbe26f63ee90e37f0", size = 78242, upload-time = "2025-10-19T23:46:51.096Z" },
|
|
2773
|
+
{ url = "https://files.pythonhosted.org/packages/08/ef/fa7a5c1d73f8690c712f9d2e4615700c6809942536dd3f441b9ba650a310/wrapt-2.0.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:d731a4f22ed6ffa4cb551b4d2b0c24ff940c27a88edaf8e3490a5ee3a05aef71", size = 61207, upload-time = "2025-10-19T23:46:52.558Z" },
|
|
2774
|
+
{ url = "https://files.pythonhosted.org/packages/23/d9/67cb93da492eb0a1cb17b7ed18220d059e58f00467ce6728b674d3441b3d/wrapt-2.0.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:3e02ab8c0ac766a5a6e81cd3b6cc39200c69051826243182175555872522bd5a", size = 61748, upload-time = "2025-10-19T23:46:54.468Z" },
|
|
2775
|
+
{ url = "https://files.pythonhosted.org/packages/e5/be/912bbd70cc614f491b526a1d7fe85695b283deed19287b9f32460178c54d/wrapt-2.0.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:895870602d65d7338edb3b6a717d856632ad9f14f7ff566214e4fb11f0816649", size = 120424, upload-time = "2025-10-19T23:46:57.575Z" },
|
|
2776
|
+
{ url = "https://files.pythonhosted.org/packages/b2/e1/10df8937e7da2aa9bc3662a4b623e51a323c68f42cad7b13f0e61a700ce2/wrapt-2.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0b9ad4fab76a0086dc364c4f17f39ad289600e73ef5c6e9ab529aff22cac1ac3", size = 122804, upload-time = "2025-10-19T23:46:59.308Z" },
|
|
2777
|
+
{ url = "https://files.pythonhosted.org/packages/f3/60/576751b1919adab9f63168e3b5fd46c0d1565871b1cc4c2569503ccf4be6/wrapt-2.0.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e7ca0562606d7bad2736b2c18f61295d61f50cd3f4bfc51753df13614dbcce1b", size = 117398, upload-time = "2025-10-19T23:46:55.814Z" },
|
|
2778
|
+
{ url = "https://files.pythonhosted.org/packages/ec/55/243411f360cc27bae5f8e21c16f1a8d87674c5534f4558e8a97c1e0d1c6f/wrapt-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:fe089d9f5a4a3dea0108a8ae34bced114d0c4cca417bada1c5e8f42d98af9050", size = 121230, upload-time = "2025-10-19T23:47:01.347Z" },
|
|
2779
|
+
{ url = "https://files.pythonhosted.org/packages/d6/23/2f21f692c3b3f0857cb82708ce0c341fbac55a489d4025ae4e3fd5d5de8c/wrapt-2.0.0-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:e761f2d2f8dbc80384af3d547b522a80e67db3e319c7b02e7fd97aded0a8a678", size = 116296, upload-time = "2025-10-19T23:47:02.659Z" },
|
|
2780
|
+
{ url = "https://files.pythonhosted.org/packages/bd/ed/678957fad212cfb1b65b2359d62f5619f5087d1d1cf296c6a996be45171c/wrapt-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:17ba1bdc52d0c783481850996aa26cea5237720769197335abea2ae6b4c23bc0", size = 119602, upload-time = "2025-10-19T23:47:03.775Z" },
|
|
2781
|
+
{ url = "https://files.pythonhosted.org/packages/dc/e3/aeb4c3b052d3eed95e61babc20dcb1a512651e098cca4b84a6896585c06a/wrapt-2.0.0-cp314-cp314-win32.whl", hash = "sha256:f73318741b141223a4674ba96992aa2291b1b3f7a5e85cb3c2c964f86171eb45", size = 58649, upload-time = "2025-10-19T23:47:07.382Z" },
|
|
2782
|
+
{ url = "https://files.pythonhosted.org/packages/aa/2a/a71c51cb211798405b59172c7df5789a5b934b18317223cf22e0c6f852de/wrapt-2.0.0-cp314-cp314-win_amd64.whl", hash = "sha256:8e08d4edb13cafe7b3260f31d4de033f73d3205774540cf583bffaa4bec97db9", size = 60897, upload-time = "2025-10-19T23:47:04.862Z" },
|
|
2783
|
+
{ url = "https://files.pythonhosted.org/packages/f8/a5/acc5628035d06f69e9144cca543ca54c33b42a5a23b6f1e8fa131026db89/wrapt-2.0.0-cp314-cp314-win_arm64.whl", hash = "sha256:af01695c2b7bbd8d67b869d8e3de2b123a7bfbee0185bdd138c2775f75373b83", size = 59306, upload-time = "2025-10-19T23:47:05.883Z" },
|
|
2784
|
+
{ url = "https://files.pythonhosted.org/packages/a7/e6/1318ca07d7fcee57e4592a78dacd9d5493b8ddd971c553a62904fb2c0cf2/wrapt-2.0.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:057f02c13cce7b26c79624c06a3e1c2353e6dc9708525232232f6768118042ca", size = 81987, upload-time = "2025-10-19T23:47:08.7Z" },
|
|
2785
|
+
{ url = "https://files.pythonhosted.org/packages/e7/bf/ffac358ddf61c3923d94a8b0e7620f2af1cd1b637a0fe4963a3919aa62b7/wrapt-2.0.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:79bdd84570267f3f43d609c892ae2d30b91ee4b8614c2cbfd311a2965f1c9bdb", size = 62902, upload-time = "2025-10-19T23:47:10.248Z" },
|
|
2786
|
+
{ url = "https://files.pythonhosted.org/packages/b5/af/387c51f9e7b544fe95d852fc94f9f3866e3f7d7d39c2ee65041752f90bc2/wrapt-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:93c8b4f4d54fd401a817abbfc9bf482aa72fd447f8adf19ce81d035b3f5c762c", size = 63635, upload-time = "2025-10-19T23:47:11.746Z" },
|
|
2787
|
+
{ url = "https://files.pythonhosted.org/packages/7c/99/d38d8c80b9cc352531d4d539a17e3674169a5cc25a7e6e5e3c27bc29893e/wrapt-2.0.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:5e09ffd31001dce71c2c2a4fc201bdba9a2f9f62b23700cf24af42266e784741", size = 152659, upload-time = "2025-10-19T23:47:15.344Z" },
|
|
2788
|
+
{ url = "https://files.pythonhosted.org/packages/5a/2a/e154432f274e22ecf2465583386c5ceffa5e0bab3947c1c5b26cc8e7b275/wrapt-2.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d87c285ff04e26083c4b03546e7b74df7ba4f1f32f1dcb92e9ac13c2dbb4c379", size = 158818, upload-time = "2025-10-19T23:47:17.569Z" },
|
|
2789
|
+
{ url = "https://files.pythonhosted.org/packages/c5/7a/3a40c453300e2898e99c27495b8109ff7cd526997d12cfb8ebd1843199a4/wrapt-2.0.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e52e50ea0a72ea48d1291cf8b8aaedcc99072d9dc5baba6b820486dcf4c67da8", size = 146113, upload-time = "2025-10-19T23:47:13.026Z" },
|
|
2790
|
+
{ url = "https://files.pythonhosted.org/packages/9e/e2/3116a9eade8bea2bf5eedba3fa420e3c7d193d4b047440330d8eaf1098de/wrapt-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:1fd4c95536975895f32571073446e614d5e2810b666b64955586dcddfd438fd3", size = 155689, upload-time = "2025-10-19T23:47:19.397Z" },
|
|
2791
|
+
{ url = "https://files.pythonhosted.org/packages/43/1c/277d3fbe9d177830ab9e54fe9253f38455b75a22d639a4bd9fa092d55ae5/wrapt-2.0.0-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:d6ebfe9283209220ed9de80a3e9442aab8fc2be5a9bbf8491b99e02ca9349a89", size = 144403, upload-time = "2025-10-19T23:47:20.779Z" },
|
|
2792
|
+
{ url = "https://files.pythonhosted.org/packages/d8/37/ab6ddaf182248aac5ed925725ef4c69a510594764665ecbd95bdd4481f16/wrapt-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5d3ebd784804f146b7ea55359beb138e23cc18e5a5cc2cf26ad438723c00ce3a", size = 150307, upload-time = "2025-10-19T23:47:22.604Z" },
|
|
2793
|
+
{ url = "https://files.pythonhosted.org/packages/f6/d7/df9e2d8040a3af618ff9496261cf90ca4f886fd226af0f4a69ac0c020c3b/wrapt-2.0.0-cp314-cp314t-win32.whl", hash = "sha256:9b15940ae9debc8b40b15dc57e1ce4433f7fb9d3f8761c7fab1ddd94cb999d99", size = 60557, upload-time = "2025-10-19T23:47:26.73Z" },
|
|
2794
|
+
{ url = "https://files.pythonhosted.org/packages/b4/c2/502bd4557a3a9199ea73cc5932cf83354bd362682162f0b14164d2e90216/wrapt-2.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:7a0efbbc06d3e2077476a04f55859819d23206600b4c33f791359a8e6fa3c362", size = 63988, upload-time = "2025-10-19T23:47:23.826Z" },
|
|
2795
|
+
{ url = "https://files.pythonhosted.org/packages/1f/f2/632b13942f45db7af709f346ff38b8992c8c21b004e61ab320b0dec525fe/wrapt-2.0.0-cp314-cp314t-win_arm64.whl", hash = "sha256:7fec8a9455c029c8cf4ff143a53b6e7c463268d42be6c17efa847ebd2f809965", size = 60584, upload-time = "2025-10-19T23:47:25.396Z" },
|
|
2796
|
+
{ url = "https://files.pythonhosted.org/packages/00/5c/c34575f96a0a038579683c7f10fca943c15c7946037d1d254ab9db1536ec/wrapt-2.0.0-py3-none-any.whl", hash = "sha256:02482fb0df89857e35427dfb844319417e14fae05878f295ee43fa3bf3b15502", size = 43998, upload-time = "2025-10-19T23:47:52.858Z" },
|
|
2773
2797
|
]
|
|
2774
2798
|
|
|
2775
2799
|
[[package]]
|