Skip to content

Commit

Permalink
Merge #232
Browse files Browse the repository at this point in the history
232: Set FilePathsBase compatibility to 0.9.11 - 0.9.15 r=omus a=omus

Fixes #227 by avoiding using FilePathsBase versions that require `readdir` when using `join=true` to return strings. As changing the return type could be breaking for some users we'll just limit the versions of FilePathsBase supported here for now for this release. For AWSS3.jl version 0.10 we'll correct that problem in this package and start using a minimum version of FilePathsBase 0.9.16

At first glance appears to address #226 but it does not as we are just temporarily setting an upperbound.

Also, we cannot use Pkg version ranges using a hypen as that requires a minimum version of Julia 1.4

Co-authored-by: Curtis Vogt <[email protected]>
  • Loading branch information
bors[bot] and omus authored Feb 4, 2022
2 parents 47ba453 + 6de5538 commit f119625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "AWSS3"
uuid = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
version = "0.9.3"
version = "0.9.4"

[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand All @@ -22,7 +22,7 @@ XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"
AWS = "1.63.1"
Compat = "3.29.0"
EzXML = "0.9, 1"
FilePathsBase = "0.9.11"
FilePathsBase = "=0.9.11, =0.9.12, =0.9.13, =0.9.14, =0.9.15"
HTTP = "0.8, 0.9"
JSON3 = "1"
MbedTLS = "0.6, 0.7, 1"
Expand Down

0 comments on commit f119625

Please sign in to comment.