From dc9ffe88ea839dc44db2afe99b8f6bf8d99e8830 Mon Sep 17 00:00:00 2001 From: Lily Rose Date: Thu, 7 Aug 2025 20:29:52 +1000 Subject: [PATCH] Remove pattern for gleam version --- gleam.toml.schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/gleam.toml.schema.json b/gleam.toml.schema.json index 2e4ffb4..ea2cc52 100644 --- a/gleam.toml.schema.json +++ b/gleam.toml.schema.json @@ -26,7 +26,6 @@ "gleam_version": { "description": "The version of gleam to use for the project", "type": "string", - "pattern": "^[0-9A-Za-z-+=.>~<]+?$", "examples": [">= 0.30.0", "1.12.0"] }, "licenses": {