apify 2.2.0b9__tar.gz → 2.2.0b11__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.2.0b9 → apify-2.2.0b11}/PKG-INFO +2 -2
- {apify-2.2.0b9 → apify-2.2.0b11}/pyproject.toml +3 -3
- {apify-2.2.0b9 → apify-2.2.0b11}/LICENSE +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/README.md +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/__init__.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/_actor.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/_configuration.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/_consts.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/_crypto.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/_models.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/_platform_event_manager.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/_utils.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/__init__.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/_dataset_client.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/py.typed +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/log.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/py.typed +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/py.typed +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/requests.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/scrapy/utils.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/storages/__init__.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/storages/_request_list.py +0 -0
- {apify-2.2.0b9 → apify-2.2.0b11}/src/apify/storages/py.typed +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "apify"
|
|
7
|
-
version = "2.2.
|
|
7
|
+
version = "2.2.0b11"
|
|
8
8
|
description = "Apify SDK for Python"
|
|
9
9
|
authors = ["Apify Technologies s.r.o. <support@apify.com>"]
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -60,7 +60,7 @@ websockets = ">=10.0 <14.0.0"
|
|
|
60
60
|
build = "~1.2.0"
|
|
61
61
|
filelock = "~3.16.0"
|
|
62
62
|
griffe = "~1.5.0"
|
|
63
|
-
mypy = "~1.
|
|
63
|
+
mypy = "~1.14.0"
|
|
64
64
|
pre-commit = "~4.0.0"
|
|
65
65
|
pydoc-markdown = "~4.8.0"
|
|
66
66
|
pytest = "~8.3.0"
|
|
@@ -71,7 +71,7 @@ pytest-timeout = "~2.3.0"
|
|
|
71
71
|
pytest-xdist = "~3.6.0"
|
|
72
72
|
respx = "~0.22.0"
|
|
73
73
|
ruff = "~0.8.0"
|
|
74
|
-
setuptools = "~75.
|
|
74
|
+
setuptools = "~75.7.0" # setuptools are used by pytest but not explicitly required
|
|
75
75
|
|
|
76
76
|
[tool.poetry.extras]
|
|
77
77
|
scrapy = ["scrapy"]
|
|
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.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/_dataset_collection_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apify-2.2.0b9 → apify-2.2.0b11}/src/apify/apify_storage_client/_request_queue_collection_client.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
|