-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #635 from opensafely-core/pydantic-v2
Bump pipeline to v2023.08.21.134839 (pydantic v2)
- Loading branch information
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ classifiers = [ | |
] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"opensafely-pipeline @ git+https://github.com/opensafely-core/[email protected].09.102223", | ||
"opensafely-pipeline @ git+https://github.com/opensafely-core/[email protected].21.134839", | ||
"ruyaml", | ||
"requests", | ||
"opentelemetry-exporter-otlp-proto-http", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
# | ||
# pip-compile --allow-unsafe --output-file=requirements.prod.txt pyproject.toml | ||
# | ||
annotated-types==0.5.0 | ||
# via pydantic | ||
backoff==2.1.2 | ||
# via opentelemetry-exporter-otlp-proto-http | ||
certifi==2020.11.8 | ||
|
@@ -18,7 +20,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/[email protected].09.102223 | ||
opensafely-pipeline @ git+https://github.com/opensafely-core/[email protected].21.134839 | ||
# via opensafely-jobrunner (pyproject.toml) | ||
opentelemetry-api==1.12.0 | ||
# via | ||
|
@@ -36,8 +38,10 @@ protobuf==3.20.2 | |
# via | ||
# googleapis-common-protos | ||
# opentelemetry-proto | ||
pydantic==1.10.12 | ||
pydantic==2.2.1 | ||
# via opensafely-pipeline | ||
pydantic-core==2.6.1 | ||
# via pydantic | ||
requests==2.25.0 | ||
# via | ||
# opensafely-jobrunner (pyproject.toml) | ||
|
@@ -48,8 +52,10 @@ ruyaml==0.91.0 | |
# opensafely-pipeline | ||
typing-extensions==4.7.1 | ||
# via | ||
# annotated-types | ||
# opentelemetry-sdk | ||
# pydantic | ||
# pydantic-core | ||
urllib3==1.26.5 | ||
# via requests | ||
wrapt==1.14.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters