Skip to content
New issue

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

Installing Strawberry 0.84.1 pulls in unnecessary Fastapi and Starlette packages #1365

Closed
rockyburt opened this issue Oct 17, 2021 · 0 comments · Fixed by #1366
Closed

Installing Strawberry 0.84.1 pulls in unnecessary Fastapi and Starlette packages #1365

rockyburt opened this issue Oct 17, 2021 · 0 comments · Fixed by #1366

Comments

@rockyburt
Copy link

Updated pyproject.yaml of a personal project to use:

strawberry-graphql = {extras = ["opentelemetry"], version = "^0.83"}

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant