From 7f87e6b09f9babac6c2d4a30ab1b8f4937c3d698 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Fri, 6 Sep 2024 11:20:20 +0100 Subject: [PATCH] Pin schema-salad to >=8.7.20240905150001 for Python 3.13 support --- lib/galaxy/dependencies/dev-requirements.txt | 2 +- lib/galaxy/dependencies/pinned-requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/galaxy/dependencies/dev-requirements.txt b/lib/galaxy/dependencies/dev-requirements.txt index 8e9d0db4f533..3ac2e4d4c5b3 100644 --- a/lib/galaxy/dependencies/dev-requirements.txt +++ b/lib/galaxy/dependencies/dev-requirements.txt @@ -137,7 +137,7 @@ ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python ruamel-yaml==0.18.6 ; python_version >= "3.8" and python_version < "3.13" rucio-clients==34.5.0 ; python_version >= "3.9" and python_version < "3.13" s3transfer==0.10.2 ; python_version >= "3.8" and python_version < "3.13" -schema-salad==8.6.20240710082410 ; python_version >= "3.8" and python_version < "3.13" +schema-salad==8.7.20240905150001 ; python_version >= "3.8" and python_version < "3.13" scipy==1.10.1 ; python_version >= "3.8" and python_version < "3.9" scipy==1.13.1 ; python_version >= "3.9" and python_version < "3.10" scipy==1.14.0 ; python_version >= "3.10" and python_version < "3.13" diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index 9e022cbeb8d7..0433191118ca 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -171,7 +171,7 @@ rpds-py==0.19.0 ; python_version >= "3.8" and python_version < "3.13" ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.13" and python_version >= "3.8" ruamel-yaml==0.18.6 ; python_version >= "3.8" and python_version < "3.13" s3fs==2024.6.1 ; python_version >= "3.8" and python_version < "3.13" -schema-salad==8.6.20240710082410 ; python_version >= "3.8" and python_version < "3.13" +schema-salad==8.7.20240905150001 ; python_version >= "3.8" and python_version < "3.13" setuptools-scm==5.0.2 ; python_version >= "3.8" and python_version < "3.13" setuptools==70.3.0 ; python_version >= "3.8" and python_version < "3.13" shellescape==3.8.1 ; python_version >= "3.8" and python_version < "3.13" diff --git a/pyproject.toml b/pyproject.toml index e0c7dff067e6..4a5292a81665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ regex = "*" requests = "*" rocrate = "*" Routes = "*" -schema-salad = "!=8.3.20220721194857" # https://github.com/common-workflow-language/schema_salad/issues/575 +schema-salad = ">=8.7.20240905150001" # Python 3.13 support social-auth-core = ">=4.5.0" # to drop dependency on abandoned python-jose sortedcontainers = "*" SQLAlchemy = "^2.0"