Skip to content

Commit

Permalink
Update graphql-server-core requirement from <2,>=1.2 to >=1.2,<3
Browse files Browse the repository at this point in the history
Updates the requirements on [graphql-server-core](https://github.com/graphql-python/graphql-server-core) to permit the latest version.
- [Release notes](https://github.com/graphql-python/graphql-server-core/releases)
- [Commits](graphql-python/graphql-server@v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: graphql-server-core
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent 351ff8d commit 8973ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def run(self):
"sphinxext.opengraph",
],
"full": ["responder[cli-full,graphql,openapi]"],
"graphql": ["graphene<3", "graphql-server-core>=1.2,<2"],
"graphql": ["graphene<3", "graphql-server-core>=1.2,<3"],
"openapi": ["apispec>=1.0.0"],
"release": ["build", "twine"],
"test": [
Expand Down

0 comments on commit 8973ddb

Please sign in to comment.