Skip to content

Conversation

@TomAugspurger
Copy link
Contributor

This removes the pin on azure-storge-blob.
Based on the comment, I think this was fixed in
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/CHANGELOG.md#12110-2022-03-29

Fixed a bug in BlobSasPermissions where the tag permission had a
default value of True and therefore was being added to the SAS token by
default.

I'm interested in the changes at
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/CHANGELOG.md#other-changes-2.

Changed the default value for read_timeout to 60 seconds for all
clients.

This which will help resolve the apparent hangs we've been seeing.

Tom Augspurger added 3 commits May 1, 2023 20:24
This removes the pin on azure-storge-blob.
Based on the comment, I think this was fixed in
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/CHANGELOG.md#12110-2022-03-29

> Fixed a bug in BlobSasPermissions where the tag permission had a
> default value of True and therefore was being added to the SAS token by
> default.

I'm interested in the changes at
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/CHANGELOG.md#other-changes-2.

> Changed the default value for read_timeout to 60 seconds for all
> clients.

This which will help resolve the apparent hangs we've been seeing.
@TomAugspurger
Copy link
Contributor Author

Also having to bump mypy to avoid

Self? has no attribute "credential"

@TomAugspurger
Copy link
Contributor Author

15d3bef fixes a typing issue that the newer mypy seems to have correctly identified (passing a WorkflowDefinition to something expecting a Workflow.

Tom Augspurger added 2 commits May 5, 2023 08:24
@TomAugspurger
Copy link
Contributor Author

I also bumped the pctasks versions so that downstream packages can bring this in.

@TomAugspurger TomAugspurger merged commit 7c7b3f5 into main May 9, 2023
@TomAugspurger TomAugspurger deleted the tom/fix/bump-storage-version branch May 9, 2023 12:28
TomAugspurger pushed a commit that referenced this pull request May 18, 2023
This bumps the goes-glm pipeline to a new version, picking up the newer
version of azure-storage-blob unlocked in
#193.
TomAugspurger pushed a commit that referenced this pull request May 19, 2023
This bumps the goes-glm pipeline to a new version, picking up the newer
version of azure-storage-blob unlocked in
#193.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants