From 85cec90716e7ccc4e902e5f6e8b5187fd96daaee Mon Sep 17 00:00:00 2001 From: Karan Vaidya Date: Mon, 23 Sep 2024 20:26:08 +0530 Subject: [PATCH] Reduce semver version --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index edf7c0048e..1103666329 100644 --- a/python/setup.py +++ b/python/setup.py @@ -45,7 +45,7 @@ def scan_for_package_data( "pyperclip>=1.8.2,<2", "jsonref>=1.1.0", "inflection>=0.5.1", - "semver>=3.0.0", + "semver>=2.13.0", # TODO: Extract as workspace dependencies "fastapi", # Tool API "uvicorn", # Tool server