diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 4013d29..303efb5 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout an artifacts repository uses: actions/checkout@v3 with: - repository: softpack-io/softpack-artifacts + repository: mjkw31/softpack-artifacts path: softpack-artifacts - name: Setup python diff --git a/requirements.txt b/requirements.txt index 22853a1..b93801a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ pyyaml_env_tag==0.1 regex==2023.6.3 requests==2.31.0 six==1.16.0 -urllib3==2.0.6 +urllib3==2.0.7 watchdog==3.0.0 diff --git a/softpack_core/config/conf/config.yml b/softpack_core/config/conf/config.yml index b41ae77..c593ec6 100644 --- a/softpack_core/config/conf/config.yml +++ b/softpack_core/config/conf/config.yml @@ -11,7 +11,7 @@ server: artifacts: repo: - url: https://github.com/softpack-io/softpack-artifacts.git + url: https://github.com/mjkw31/softpack-artifacts username: softpack-core author: softpack email: softpack@sanger.ac.uk diff --git a/softpack_core/schemas/package_collection.py b/softpack_core/schemas/package_collection.py index a83febc..cf4521a 100644 --- a/softpack_core/schemas/package_collection.py +++ b/softpack_core/schemas/package_collection.py @@ -61,5 +61,5 @@ class Query: """GraphQL query schema.""" packageCollections: list[ - PackageCollection + PackageMultiVersion ] = PackageCollection.iter # type: ignore