Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Conversation

@MatsumiyaT
Copy link
Contributor

[Bug 25368]
Due to the upcoming deprecation of 'collections' in python 3.10, need to update to use 'collections.abc' for python versions >= 3.3.
In order to ensure we support python versions <= 3.2, added a try/except for this to import the correct dependency. Once python versions <=3.2 are no longer supported, this can be removed.
Updated SDK to import MutableSequence from collections.abc for python versions >= 3.3 and handles MutableSequence for python versions <= 3.2 using collections

… versions >= 3.3 and handles MutableSequence for python versions <= 3.2 using collections
…s being deprecated, pulling in change to add level parameter to get_row and deprecated python 2.7
@MatsumiyaT MatsumiyaT changed the title [Bug 25368] Updated SDK to import MutableSequence from collections.abc for python… [Bug 25368] Updated Dependencies, and Deprecation of Python 2.7 Jul 26, 2021
@MatsumiyaT
Copy link
Contributor Author

MatsumiyaT commented Jul 26, 2021

…meObjectValue, EnumeratedValue _eq_method to handle comparisons of NoneType, added custom headers for python sdk, handle plaintext secret in Oath token, and removed RCoff's changes from MR
@MatsumiyaT MatsumiyaT closed this Aug 3, 2022
@MatsumiyaT MatsumiyaT reopened this Aug 3, 2022
@timwellswa timwellswa closed this Aug 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants