We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
warning: The package sentry-sdk==2.19.2 does not have an extra named http
sentry-sdk==2.19.2
http
To Reproduce !uv pip install -U swarms swarms-memory --system The warning shows up at the end or the output
To fix https://github.com/kyegomez/swarms/blob/master/pyproject.toml
sentry-sdk = {version = "*", extras = ["http"]} # Updated here
should be
sentry-sdk = "*"
The text was updated successfully, but these errors were encountered:
kyegomez
No branches or pull requests
Describe the bug
warning: The package
sentry-sdk==2.19.2
does not have an extra namedhttp
To Reproduce
!uv pip install -U swarms swarms-memory --system
The warning shows up at the end or the output
To fix
https://github.com/kyegomez/swarms/blob/master/pyproject.toml
should be
Upvote & Fund
The text was updated successfully, but these errors were encountered: