diff --git a/examples/carefree_creator/app.py b/examples/carefree_creator/app.py index 21058374..f3fc49b0 100644 --- a/examples/carefree_creator/app.py +++ b/examples/carefree_creator/app.py @@ -78,7 +78,7 @@ def inject(self: IFieldsPlugin, data: ISocketRequest) -> ISocketRequest: class CarefreeCreatorPlugin(IFieldsPlugin): - requirements = ["carefree-creator>=0.2.4"] + requirements = ["carefree-creator>=0.2.6"] class Txt2Img(CarefreeCreatorPlugin):