Skip to content

Fix missing optional argument definitions in PostKwargs #3088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

kairi003
Copy link
Contributor

@kairi003 kairi003 commented Apr 3, 2025

This commit introduces params and files attributes to the PostKwargs class in fasthttp.py, enhancing static type analysis capabilities without affecting existing functionality.
These additions ensure more precise argument definitions for methods in FastHttpSession.

This commit introduces `params` and `files` attributes to the PostKwargs class in fasthttp.py, enhancing static type analysis capabilities without affecting existing functionality. These additions ensure more precise argument definitions for methods in FastHttpSession.
@cyberw cyberw merged commit 1ef56e4 into locustio:master Apr 3, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants