Skip to content

Commit

Permalink
Pin schema-salad to >=8.7.20240905150001 for Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Sep 6, 2024
1 parent 4e47fce commit 7f87e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f87e6b

Please sign in to comment.