Skip to content

Commit

Permalink
Unpin aws sdk dependencies (#14361)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jan 30, 2025
1 parent c077ef5 commit 07ee09a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 33 deletions.
37 changes: 14 additions & 23 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 5 additions & 10 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,12 @@ readme = "README.md"

[dependencies]
arrow = { version = "54.0.0" }
async-trait = "0.1.73"
## 1.5.13 requires a hiher MSRV 1.81 so lock until DataFusion MSRV catches up
aws-config = "=1.5.10"
## 1.53.0 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up
aws-sdk-sso = "=1.56.0"
## 1.54.0 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up
aws-sdk-ssooidc = "=1.58.0"
## 1.54.1 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up
aws-sdk-sts = "=1.57.0"
# end pin aws-sdk crates
async-trait = "0.1.0"
aws-config = "1.5.0"
aws-credential-types = "1.2.0"
aws-sdk-sso = "1.57.0"
aws-sdk-ssooidc = "1.57.0"
aws-sdk-sts = "1.57.0"
clap = { version = "4.5.27", features = ["derive", "cargo"] }
datafusion = { path = "../datafusion/core", version = "44.0.0", features = [
"avro",
Expand Down

0 comments on commit 07ee09a

Please sign in to comment.