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
Updated pyproject.yaml of a personal project to use:
pyproject.yaml
strawberry-graphql = {extras = ["opentelemetry"], version = "^0.83"}
Subsequent poetry update on personal project pulls in fastapi and starlette (and their deps) which are unnecessary.
poetry update
Package operations: 4 installs, 1 update, 0 removals • Installing sniffio (1.2.0) • Installing anyio (3.3.4) • Installing starlette (0.16.0) • Installing fastapi (0.70.0) • Updating strawberry-graphql (0.83.6 -> 0.84.1)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Updated
pyproject.yaml
of a personal project to use:Subsequent
poetry update
on personal project pulls in fastapi and starlette (and their deps) which are unnecessary.Package operations: 4 installs, 1 update, 0 removals • Installing sniffio (1.2.0) • Installing anyio (3.3.4) • Installing starlette (0.16.0) • Installing fastapi (0.70.0) • Updating strawberry-graphql (0.83.6 -> 0.84.1)
The text was updated successfully, but these errors were encountered: