Pedro Impulcetto

Results 5 issues of Pedro Impulcetto

Fixing type hints for Any parameter. #### Before ![Screenshot 2024-05-01 at 10 02 06 AM](https://github.com/asacristani/fastapi-rocket-boilerplate/assets/42066025/a722192f-7acf-4b8c-9582-7c81fae1777a) #### After ![Screenshot 2024-05-01 at 10 02 18 AM](https://github.com/asacristani/fastapi-rocket-boilerplate/assets/42066025/b053940f-e4c3-479a-aab4-c3d0449cfe2d) ![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...

feature

# 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...