apify 2.1.0b6__tar.gz → 2.1.0b8__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.1.0b6 → apify-2.1.0b8}/PKG-INFO +1 -1
- {apify-2.1.0b6 → apify-2.1.0b8}/pyproject.toml +7 -6
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/storages/__init__.py +1 -1
- {apify-2.1.0b6 → apify-2.1.0b8}/LICENSE +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/README.md +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/__init__.py +1 -1
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/_actor.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/_configuration.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/_consts.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/_crypto.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/_models.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/_platform_event_manager.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/_utils.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/__init__.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_dataset_client.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/py.typed +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/log.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/py.typed +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/__init__.py +2 -2
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/py.typed +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/requests.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/scrapy/utils.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/src/apify/storages/_request_list.py +0 -0
- {apify-2.1.0b6 → apify-2.1.0b8}/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.1.
|
|
7
|
+
version = "2.1.0b8"
|
|
8
8
|
description = "Apify SDK for Python"
|
|
9
9
|
authors = ["Apify Technologies s.r.o. <support@apify.com>"]
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -70,7 +70,7 @@ pytest-only = "~2.1.0"
|
|
|
70
70
|
pytest-timeout = "~2.3.0"
|
|
71
71
|
pytest-xdist = "~3.6.0"
|
|
72
72
|
respx = "~0.21.0"
|
|
73
|
-
ruff = "~0.
|
|
73
|
+
ruff = "~0.8.0"
|
|
74
74
|
setuptools = "~75.6.0" # setuptools are used by pytest but not explicitly required
|
|
75
75
|
|
|
76
76
|
[tool.poetry.extras]
|
|
@@ -82,8 +82,6 @@ line-length = 120
|
|
|
82
82
|
[tool.ruff.lint]
|
|
83
83
|
select = ["ALL"]
|
|
84
84
|
ignore = [
|
|
85
|
-
"ANN101", # Missing type annotation for `self` in method
|
|
86
|
-
"ANN102", # Missing type annotation for `{name}` in classmethod
|
|
87
85
|
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed in {filename}
|
|
88
86
|
"ASYNC109", # Async function definition with a `timeout` parameter
|
|
89
87
|
"BLE001", # Do not catch blind exception
|
|
@@ -142,7 +140,10 @@ docstring-quotes = "double"
|
|
|
142
140
|
inline-quotes = "single"
|
|
143
141
|
|
|
144
142
|
[tool.ruff.lint.flake8-type-checking]
|
|
145
|
-
runtime-evaluated-base-classes = [
|
|
143
|
+
runtime-evaluated-base-classes = [
|
|
144
|
+
"pydantic.BaseModel",
|
|
145
|
+
"crawlee.configuration.Configuration",
|
|
146
|
+
]
|
|
146
147
|
|
|
147
148
|
[tool.ruff.lint.flake8-builtins]
|
|
148
149
|
builtins-ignorelist = ["id"]
|
|
@@ -187,7 +188,7 @@ ignore_missing_imports = true
|
|
|
187
188
|
exclude_lines = [
|
|
188
189
|
"pragma: no cover",
|
|
189
190
|
"if TYPE_CHECKING:",
|
|
190
|
-
"assert_never()"
|
|
191
|
+
"assert_never()",
|
|
191
192
|
]
|
|
192
193
|
|
|
193
194
|
[tool.basedpyright]
|
|
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.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_dataset_collection_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_key_value_store_collection_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{apify-2.1.0b6 → apify-2.1.0b8}/src/apify/apify_storage_client/_request_queue_collection_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -3,9 +3,9 @@ from apify.scrapy.scheduler import ApifyScheduler
|
|
|
3
3
|
from apify.scrapy.utils import get_basic_auth_header, get_running_event_loop_id
|
|
4
4
|
|
|
5
5
|
__all__ = [
|
|
6
|
-
'to_apify_request',
|
|
7
|
-
'to_scrapy_request',
|
|
8
6
|
'ApifyScheduler',
|
|
9
7
|
'get_basic_auth_header',
|
|
10
8
|
'get_running_event_loop_id',
|
|
9
|
+
'to_apify_request',
|
|
10
|
+
'to_scrapy_request',
|
|
11
11
|
]
|
|
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
|