Skip to content

Commit

Permalink
Merge pull request #74 from DiamondLightSource/pin_strawberry_version
Browse files Browse the repository at this point in the history
Pin to version 0.181.0 of Strawberry
  • Loading branch information
rjwills28 authored Jun 21, 2023
2 parents 3779a29 + 708cc3d commit 8f9c7de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ classifiers = [
description = "Interface to control systems via GraphQL over websockets"
dependencies = [
"typing-extensions;python_version<'3.8'",
"strawberry-graphql",
# The Strawberry module is quite volatile so recommend pinning to a
# specific version and updating to latest after testing.
# Currently later versions break tests due to DeprecationWarning from Strawberry.
# See https://github.com/strawberry-graphql/strawberry/issues/2857.
# Can be updated when this has been fixed by Strawberry.
"strawberry-graphql==0.181.0",
"aioca>=1.7",
"p4p",
"ruamel.yaml",
Expand Down

0 comments on commit 8f9c7de

Please sign in to comment.