-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release-0.10.2: Bumping version to 0.10.2 Pass operation name to awscrt.s3 (#309) CRTTransferManager validates ExtraArgs and Bucket, same as classic TransferManager (#294) Start testing on 3.13 beta build Move 3.8 and 3.9 builds back to macos-13 update wheel to latest release (#303) Upgrade pytest and associated test packages (#302)
- Loading branch information
Showing
10 changed files
with
155 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{ | ||
"category": "``awscrt``", | ||
"description": "Pass operation name to awscrt.s3 to improve error handling.", | ||
"type": "bugfix" | ||
} | ||
] |
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
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
psutil>=4.1.0,<5.0.0 | ||
tabulate==0.7.5 | ||
coverage==7.2.7 | ||
wheel==0.38.1 | ||
wheel==0.43.0 | ||
setuptools==67.8.0;python_version>="3.12" | ||
|
||
# Pytest specific deps | ||
pytest==7.4.0 | ||
pytest-cov==4.1.0 | ||
pytest==8.1.1 | ||
pytest-cov==5.0.0 | ||
atomicwrites>=1.0 # Windows requirement | ||
colorama>0.3.0 # Windows requirement |
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
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