Skip to content

Commit

Permalink
fix(overrides): types-awscrt, types-s3transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Kulinski authored and adisbladis committed Sep 23, 2024
1 parent ef896f4 commit 026858e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -25782,7 +25782,14 @@
"setuptools"
],
"types-awscrt": [
"poetry-core"
{
"buildSystem": "poetry-core",
"until": "0.21.4"
},
{
"buildSystem": "setuptools",
"from": "0.21.4"
}
],
"types-backports": [
"setuptools"
Expand Down Expand Up @@ -25921,7 +25928,14 @@
"setuptools"
],
"types-s3transfer": [
"poetry-core"
{
"buildSystem": "poetry-core",
"until": "0.10.2"
},
{
"buildSystem": "setuptools",
"from": "0.10.2"
}
],
"types-setuptools": [
"setuptools"
Expand Down

0 comments on commit 026858e

Please sign in to comment.