From 12204759b5ed51d3189cfdcb1c46e8a674cd5f3f Mon Sep 17 00:00:00 2001 From: John Davis Date: Sun, 17 Dec 2023 18:05:30 -0500 Subject: [PATCH] Remove fastapi-utils from pinned-requirements.txt --- lib/galaxy/dependencies/pinned-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index c6d9afcf6ab9..641e36d06643 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -64,7 +64,6 @@ ecdsa==0.18.0 ; python_version >= "3.8" and python_version < "3.12" edam-ontology==1.25.2 ; python_version >= "3.8" and python_version < "3.12" email-validator==2.1.0.post1 ; python_version >= "3.8" and python_version < "3.12" exceptiongroup==1.2.0 ; python_version >= "3.8" and python_version < "3.11" -fastapi-utils==0.2.1 ; python_version >= "3.8" and python_version < "3.12" fastapi==0.98.0 ; python_version >= "3.8" and python_version < "3.12" filelock==3.13.1 ; python_version >= "3.8" and python_version < "3.12" frozenlist==1.4.1 ; python_version >= "3.8" and python_version < "3.12"