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
The current version used in V2 is requests==2.28.1.
But its not installed directly by the projects dependencies but as some other library's dependancy(Probably FastAPI[all]).
Need to bump requests to 2.31.0.
It fixes a security vulnerability (moderate severity).
The text was updated successfully, but these errors were encountered: