diff --git a/pyproject.toml b/pyproject.toml index 764d80e2..999ea05f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.10.08.124104", + "opensafely-pipeline[fastparser] @ git+https://github.com/opensafely-core/pipeline@v2024.10.11.170331", "ruyaml", "requests", "opentelemetry-exporter-otlp-proto-http", diff --git a/requirements.prod.txt b/requirements.prod.txt index 915aa9f2..1b721688 100644 --- a/requirements.prod.txt +++ b/requirements.prod.txt @@ -18,7 +18,7 @@ googleapis-common-protos==1.56.4 # via opentelemetry-exporter-otlp-proto-http idna==2.10 # via requests -opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.10.08.124104 +opensafely-pipeline @ git+https://github.com/opensafely-core/pipeline@v2024.10.11.170331 # via opensafely-jobrunner (pyproject.toml) opentelemetry-api==1.12.0 # via @@ -36,20 +36,22 @@ protobuf==3.20.2 # via # googleapis-common-protos # opentelemetry-proto -pydantic==1.10.12 - # via opensafely-pipeline requests==2.25.0 # via # opensafely-jobrunner (pyproject.toml) # opentelemetry-exporter-otlp-proto-http +ruamel-yaml==0.18.6; extra == "fastparser" + # via opensafely-pipeline +ruamel-yaml-clib==0.2.8 + # via + # opensafely-pipeline + # ruamel-yaml ruyaml==0.91.0 # via # opensafely-jobrunner (pyproject.toml) # opensafely-pipeline typing-extensions==4.7.1 - # via - # opentelemetry-sdk - # pydantic + # via opentelemetry-sdk urllib3==1.26.5 # via requests wrapt==1.14.1