apify-sdk-python
apify-sdk-python copied to clipboard
The Apify SDK for Python is the official library for creating Apify Actors in Python. It provides useful features like actor lifecycle management, local storage emulation, and actor event handling.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [setuptools](https://togithub.com/pypa/setuptools) ([changelog](https://setuptools.pypa.io/en/stable/history.html)) | `~= 70.3.0` -> `~=72.2.0`...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pre-commit](https://togithub.com/pre-commit/pre-commit) | `~= 3.5.0` -> `~=3.8.0` |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest](https://togithub.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `~= 8.2.0` -> `~=8.3.2`...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mypy](https://www.mypy-lang.org/) ([source](https://togithub.com/python/mypy), [changelog](https://mypy-lang.blogspot.com/)) | `~= 1.10.0` ->...
Up to discussion: - do this only in the client - do this in the SDK too instead of using client?
While reworking links within platform documentation, I noticed that in Python SDK reference documentation `EventManager` is completely missing. It seems that it has `@ignoredocs` https://github.com/apify/apify-sdk-python/blob/master/src/apify/event_manager.py
In the [SDK documentation](https://docs.apify.com/sdk/python/docs/concepts/storages#public-urls-of-records) we can find that: _**Public URLs of records** To get a publicly accessible URL of a key-value store record, you can use the [KeyValueStore.get_public_url()](https://docs.apify.com/sdk/python/reference/class/KeyValueStore#get_public_url) method._ ```...
In the same way as we did in Crawlee in https://github.com/apify/crawlee-python/pull/457.
Same as we do in Crawlee, see https://github.com/apify/crawlee-python/issues/18.