-
Notifications
You must be signed in to change notification settings - Fork 153
Release v1.7 #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release v1.7 #223
Conversation
This file contains hidden or 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
Resolves PEP8 requirement #211 - Format using black - Format using ruff - Manually fix remaining flake8 errors
Don't query events more than a year old.
- Check for required environment variables. - Don't call decode on an str instance.
Moderators can only be added to moderated (isLocked=True) rooms.
The delete operation succeeds; however, backend consistency is slow and the GET Messages API still returns deleted messages. Remove the additional check; the check will fail if the call to the delete API fails.
Remove the filter and ensure enough people resources exist to return a paged response.
- Add new `manual` test marker - Mark Recordings tests as manual We cannot create recordings programmatically, so we cannot automate testing of the Recordings API - we can only manually test the API after manually creating recordings.
- Add missing Room Tabs tests - Add the RoomTab class to the main module's interface
This used to work. Now, it appears the APIs are not allowing or correctly handling self-referencing markdown mentions.
Fixes GuestIssuer jwt_token.decode('utf-8') redundant? #162 for webexteamssdk v1.
Fixes Cards - Choices #170
Resolves include phone, extension and location fields on People #137
- Fix linting and errors from the master branch - Update dependencies (Pipfile, Pipfile.lock, requirements.txt, requirements.lock) - Update Ruff configuration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Intended to be the last Python v2/v3 compatible release of the
webexteamssdk
package. This release should be compatible with Python v2.7 and Python v3.10.This release is not compatible with Python v3.11+.
The next major release will remove support for Python v2 and should be compatible with Python v3.10+.
Included in this release: