apify 3.4.2b7__tar.gz → 3.4.2b9__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.
- {apify-3.4.2b7 → apify-3.4.2b9}/CHANGELOG.md +2 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/PKG-INFO +2 -2
- {apify-3.4.2b7 → apify-3.4.2b9}/pyproject.toml +2 -2
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/_utils.py +4 -4
- {apify-3.4.2b7 → apify-3.4.2b9}/.gitignore +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/CONTRIBUTING.md +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/LICENSE +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/README.md +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/_actor.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/_charging.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/_configuration.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/_consts.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/_crypto.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/_proxy_configuration.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/_webhook.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/events/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/events/_apify_event_manager.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/events/_types.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/events/py.typed +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/log.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/py.typed +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/request_loaders/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/request_loaders/_apify_request_list.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/request_loaders/py.typed +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/_serialization.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/py.typed +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/requests.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/scheduler.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/scrapy/utils.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_alias_resolving.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_api_client_creation.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_dataset_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_key_value_store_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_models.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_request_queue_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_request_queue_shared_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_request_queue_single_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_storage_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_utils.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/py.typed +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_file_system/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_file_system/_dataset_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_file_system/_key_value_store_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_file_system/_storage_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_ppe_dataset_mixin.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_smart_apify/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_smart_apify/_storage_client.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/py.typed +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storages/__init__.py +0 -0
- {apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storages/py.typed +0 -0
|
@@ -11,6 +11,8 @@ All notable changes to this project will be documented in this file.
|
|
|
11
11
|
- **scrapy:** Skip a request that fails to convert instead of crashing the run ([#952](https://github.com/apify/apify-sdk-python/pull/952)) ([db9444f](https://github.com/apify/apify-sdk-python/commit/db9444faeb0158c29aa394121cf733ff2e843f28)) by [@vdusek](https://github.com/vdusek)
|
|
12
12
|
- **scrapy:** [**breaking**] Serialize requests and HTTP cache as JSON instead of pickle ([#951](https://github.com/apify/apify-sdk-python/pull/951)) ([a87e8d1](https://github.com/apify/apify-sdk-python/commit/a87e8d1597478b4f12fd5bb9b379f65f637d8e96)) by [@vdusek](https://github.com/vdusek)
|
|
13
13
|
- **scrapy:** Make logging configuration idempotent ([#954](https://github.com/apify/apify-sdk-python/pull/954)) ([2cc5602](https://github.com/apify/apify-sdk-python/commit/2cc5602b741b93c81f264d4e09e0d9bcfc7200f2)) by [@vdusek](https://github.com/vdusek)
|
|
14
|
+
- Bump typing-extensions floor to 4.4.0 ([#960](https://github.com/apify/apify-sdk-python/pull/960)) ([b7e7d9c](https://github.com/apify/apify-sdk-python/commit/b7e7d9c9a053992d4281a8a19897957d2bff67e1)) by [@vdusek](https://github.com/vdusek)
|
|
15
|
+
- Preserve decorated symbol types in docs_group and docs_name ([#964](https://github.com/apify/apify-sdk-python/pull/964)) ([6c359a7](https://github.com/apify/apify-sdk-python/commit/6c359a714b089b24c1be7fa9a07c9b9899cc5e11)) by [@vdusek](https://github.com/vdusek)
|
|
14
16
|
|
|
15
17
|
### 🚜 Refactor
|
|
16
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apify
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.2b9
|
|
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
|
|
@@ -233,7 +233,7 @@ Requires-Dist: impit>=0.8.0
|
|
|
233
233
|
Requires-Dist: lazy-object-proxy>=1.11.0
|
|
234
234
|
Requires-Dist: more-itertools>=10.2.0
|
|
235
235
|
Requires-Dist: pydantic>=2.11.0
|
|
236
|
-
Requires-Dist: typing-extensions>=4.
|
|
236
|
+
Requires-Dist: typing-extensions>=4.4.0
|
|
237
237
|
Requires-Dist: websockets>=14.0
|
|
238
238
|
Requires-Dist: yarl>=1.18.0
|
|
239
239
|
Provides-Extra: scrapy
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "apify"
|
|
7
|
-
version = "3.4.
|
|
7
|
+
version = "3.4.2b9"
|
|
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" }
|
|
@@ -42,7 +42,7 @@ dependencies = [
|
|
|
42
42
|
"lazy-object-proxy>=1.11.0",
|
|
43
43
|
"more_itertools>=10.2.0",
|
|
44
44
|
"pydantic>=2.11.0",
|
|
45
|
-
"typing-extensions>=4.
|
|
45
|
+
"typing-extensions>=4.4.0",
|
|
46
46
|
"websockets>=14.0",
|
|
47
47
|
"yarl>=1.18.0",
|
|
48
48
|
]
|
|
@@ -85,7 +85,7 @@ GroupName = Literal[
|
|
|
85
85
|
]
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
def docs_group(group_name: GroupName) -> Callable: # noqa: ARG001
|
|
88
|
+
def docs_group(group_name: GroupName) -> Callable[[T], T]: # noqa: ARG001
|
|
89
89
|
"""Mark a symbol for rendering and grouping in documentation.
|
|
90
90
|
|
|
91
91
|
This decorator is used solely for documentation purposes and does not modify the behavior
|
|
@@ -98,13 +98,13 @@ def docs_group(group_name: GroupName) -> Callable: # noqa: ARG001
|
|
|
98
98
|
The original callable without modification.
|
|
99
99
|
"""
|
|
100
100
|
|
|
101
|
-
def wrapper(func:
|
|
101
|
+
def wrapper(func: T) -> T:
|
|
102
102
|
return func
|
|
103
103
|
|
|
104
104
|
return wrapper
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
def docs_name(symbol_name: str) -> Callable: # noqa: ARG001
|
|
107
|
+
def docs_name(symbol_name: str) -> Callable[[T], T]: # noqa: ARG001
|
|
108
108
|
"""Rename a symbol for documentation rendering.
|
|
109
109
|
|
|
110
110
|
This decorator modifies only the displayed name of the symbol in the generated documentation
|
|
@@ -117,7 +117,7 @@ def docs_name(symbol_name: str) -> Callable: # noqa: ARG001
|
|
|
117
117
|
The original callable without modification.
|
|
118
118
|
"""
|
|
119
119
|
|
|
120
|
-
def wrapper(func:
|
|
120
|
+
def wrapper(func: T) -> T:
|
|
121
121
|
return func
|
|
122
122
|
|
|
123
123
|
return wrapper
|
|
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-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_request_queue_shared_client.py
RENAMED
|
File without changes
|
{apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_apify/_request_queue_single_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apify-3.4.2b7 → apify-3.4.2b9}/src/apify/storage_clients/_file_system/_key_value_store_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
|