Pedro Impulcetto
Pedro Impulcetto
Fixing type hints for Any parameter. #### Before  #### After  ![Screenshot 2024-05-01 at 10 02 13 ...
Hey there, I'm trying to keep this repository alive by implementing Mypy as a static type checker and making some small improvements, not changing the repository core. I hope it...
## Requirements Dev Creating a new requirements file to keep all developer dependencies together and keep only necessary dependencies in the `requirements.txt` file.
This PR adds support for dynamically displaying the correct documentation URL in the CLI output based on the FastAPI application's docs_url parameter configuration. Fixes #162 issue Improve and adapt PR...
# Proposal Hey there, do we want to use type hints in rows for types? #### Example: ```python from upstash_qstash import Client from qstash_tokens import QSTASH_TOKEN from upstash_qstash.schedules import CreateScheduleRequest...