Skip to content

Commit

Permalink
bump py-shared
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Jul 17, 2024
1 parent 64a0fdf commit e715f29
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
10 changes: 8 additions & 2 deletions lambdas/pkgpush/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile
#
annotated-types==0.7.0
# via pydantic
attrs==23.2.0
# via
# jsonschema
Expand Down Expand Up @@ -53,15 +55,17 @@ pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==4.2.0
# via quilt3
pydantic==1.10.14
pydantic==2.8.2
# via
# quilt-shared
# t4_lambda_pkgpush (setup.py)
pydantic-core==2.20.1
# via pydantic
python-dateutil==2.8.2
# via botocore
pyyaml==6.0.1
# via quilt3
quilt-shared[boto,pydantic,quilt] @ git+https://github.com/quiltdata/quilt@7c6edd14fbe8a26613bc26b1bbdc0b956132ef8c#subdirectory=py-shared
quilt-shared[boto,pydantic,quilt] @ git+https://github.com/quiltdata/quilt@b56fe52de4590242f998a23401017b3014411306#subdirectory=py-shared
# via t4_lambda_pkgpush (setup.py)
quilt3 @ git+https://github.com/quiltdata/quilt@5c2b79128fe4d5d1e6093ff6a7d11d09d3315843#subdirectory=api/python
# via
Expand Down Expand Up @@ -102,11 +106,13 @@ types-s3transfer==0.10.0
# via boto3-stubs
typing-extensions==4.9.0
# via
# annotated-types
# boto3-stubs
# botocore-stubs
# mypy-boto3-s3
# mypy-boto3-sts
# pydantic
# pydantic-core
# quilt-shared
# types-aiobotocore
# types-aiobotocore-s3
Expand Down
4 changes: 2 additions & 2 deletions lambdas/pkgpush/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
package_dir={"": "src"},
install_requires=[
"boto3 ~= 1.28",
"pydantic ~= 1.10",
"pydantic ~= 2.8",
(
"quilt3 @ git+https://github.com/quiltdata/quilt@"
"5c2b79128fe4d5d1e6093ff6a7d11d09d3315843"
"#subdirectory=api/python"
),
(
"quilt_shared[pydantic,boto,quilt] @ git+https://github.com/quiltdata/quilt@"
"7c6edd14fbe8a26613bc26b1bbdc0b956132ef8c"
"b56fe52de4590242f998a23401017b3014411306"
"#subdirectory=py-shared"
),
],
Expand Down
10 changes: 8 additions & 2 deletions lambdas/s3hash/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ aioitertools==0.11.0
# via aiobotocore
aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
Expand Down Expand Up @@ -75,15 +77,17 @@ pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==4.2.0
# via quilt3
pydantic==1.10.14
pydantic==2.8.2
# via
# quilt-shared
# t4_lambda_s3hash (setup.py)
pydantic-core==2.20.1
# via pydantic
python-dateutil==2.8.2
# via botocore
pyyaml==6.0.1
# via quilt3
quilt-shared[boto,pydantic,quilt] @ git+https://github.com/quiltdata/quilt@7c6edd14fbe8a26613bc26b1bbdc0b956132ef8c#subdirectory=py-shared
quilt-shared[boto,pydantic,quilt] @ git+https://github.com/quiltdata/quilt@b56fe52de4590242f998a23401017b3014411306#subdirectory=py-shared
# via t4_lambda_s3hash (setup.py)
quilt3==5.4.0
# via quilt-shared
Expand Down Expand Up @@ -125,11 +129,13 @@ types-s3transfer==0.10.0
typing-extensions==4.9.0
# via
# aioitertools
# annotated-types
# boto3-stubs
# botocore-stubs
# mypy-boto3-s3
# mypy-boto3-sts
# pydantic
# pydantic-core
# quilt-shared
# types-aiobotocore
# types-aiobotocore-s3
Expand Down
4 changes: 2 additions & 2 deletions lambdas/s3hash/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
install_requires=[
"aiobotocore ~= 2.11",
"botocore ~= 1.31",
"pydantic ~= 1.10",
"pydantic ~= 2.8",
"types-aiobotocore[s3] ~= 2.11",
(
"quilt_shared[pydantic,boto,quilt] @ git+https://github.com/quiltdata/quilt@"
"7c6edd14fbe8a26613bc26b1bbdc0b956132ef8c"
"b56fe52de4590242f998a23401017b3014411306"
"#subdirectory=py-shared"
),
],
Expand Down

0 comments on commit e715f29

Please sign in to comment.