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
When dependencies have spaces in multiple extras sepecified
eg . "boto3-stubs[essential, ses, secretsmanager]>=1.37.34,<2"
instead of "boto3-stubs[essential,ses,secretsmanager]>=1.37.34,<2"
When dependencies are not in all small-case
eg. "PyJWT>=2.10.1,<3" or "Brotli>=1.1.0,<2"
When dependencies have spaces in multiple extras sepecified
eg .
"boto3-stubs[essential, ses, secretsmanager]>=1.37.34,<2"instead of
"boto3-stubs[essential,ses,secretsmanager]>=1.37.34,<2"When dependencies are not in all small-case
eg.
"PyJWT>=2.10.1,<3"or"Brotli>=1.1.0,<2"