Skip to content

Commit

Permalink
Update python-api to v3.3.5 (#866)
Browse files Browse the repository at this point in the history
Update python-api to v3.3.5
  • Loading branch information
NorberMV authored Jan 5, 2023
1 parent dd5cbf9 commit 3a2e245
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/tank_vendor/shotgun_api3/commit_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2f11512268105e4589475f45176b6ebd9e6b597a
07d3d024d1c575930e02927206061eb975634a4b
4 changes: 2 additions & 2 deletions python/tank_vendor/shotgun_api3/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Some third-party modules are bundled with `python-api` inside lib.

### httplib2

`httplib2` is used to make http connections to the shotgun server. We bundle both python2 and python3 compatible versions since httplib2 chose to maintain parallel versions of the module for python 2 and 3 compatibility.
`httplib2` is used to make http connections to the ShotGrid server. We bundle both python2 and python3 compatible versions since httplib2 chose to maintain parallel versions of the module for python 2 and 3 compatibility.

The version of `httplib2` bundled should be updated manually, however its version is included in the unused `shotgun_api3/lib/requirements.txt` to allow Github's automated CVE notifications to work.

Expand All @@ -29,7 +29,7 @@ Six is a Python 2/3 compatibility library. In python-api, it's used to make sim

The version of `six` bundled should be updated manually, however its version is included in the unused `shotgun_api3/lib/requirements.txt` to allow Github's automated CVE notifications to work.

## Shotgun Modules
## ShotGrid Modules

### sgsix

Expand Down
2 changes: 1 addition & 1 deletion python/tank_vendor/shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _is_mimetypes_broken():

# ----------------------------------------------------------------------------
# Version
__version__ = "3.3.4"
__version__ = "3.3.5"

# ----------------------------------------------------------------------------
# Errors
Expand Down

0 comments on commit 3a2e245

Please sign in to comment.