apify / apify-client-python

Apify API client for Python
https://docs.apify.com/api/client/python/
Apache License 2.0
44 stars 11 forks source link

Add comment why not to use `~=` clause in deps definition #169

Closed vdusek closed 9 months ago

vdusek commented 9 months ago

Use >= rather than ~= for general dependencies.

See https://github.com/apify/apify-sdk-python/pull/154 for context.

Also updates ruff config from Apify SDK Python.