You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am suggesting a new feature, not asking a question
Description
Locust currently restricts requests to <2.32.5, which conflicts with the modern AI/ML ecosystem (LangChain, Ragas, etc.) that requires requests >=2.32.5.
Current Behavior
# [pyproject.toml](http://_vscodecontentref_/0) or setup.pyrequests = ">=2.32.2,<2.32.5"