Skip to content

Commit 9b815e6

Browse files
author
Jan Krupa
committed
fix: raise min_version to 4.5.4 (requires strawberry-graphql-django >= 0.79.0)
1 parent e81dfbd commit 9b815e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cesnet_service_path_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class CesnetServicePathPluginConfig(PluginConfig):
2121
base_url = "cesnet-service-path-plugin"
2222
author = __email__
2323
graphql_schema = "graphql.schema"
24-
min_version = "4.5.0"
24+
min_version = "4.5.4"
2525
max_version = "4.5.99"
2626

2727

0 commit comments

Comments
 (0)