Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/extract_exception_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# SPDX-License-Identifier: MIT

"""
Some API responses contain a string body, and others contain a json
body with a Message entry. This returns the message, regardless of either
response type.
Some API responses contain a string body, and others contain a json
body with a Message entry. This returns the message, regardless of either
response type.
"""

import json
Expand Down
4 changes: 2 additions & 2 deletions lib/get_selected_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# SPDX-License-Identifier: MIT

"""
Returns objects selected in any outliner by the user, only including "uploadable" objects.
For a collection to be selectable, it must contain an uploadable descendant.
Returns objects selected in any outliner by the user, only including "uploadable" objects.
For a collection to be selectable, it must contain an uploadable descendant.
"""

import bpy
Expand Down
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
future ~= 0.18.3
certifi ~= 2023.5.7
six ~= 1.16.0
python_dateutil ~= 2.8.2
setuptools ~= 67.6.1
urllib3 ~= 1.26.15
aiohttp ~= 3.8.4
aiolimiter ~= 1.0.0
pyjwt[crypto] ~= 2.6.0
cryptography ~= 40.0.1
pyjwt-key-fetcher ~= 0.4.0
future ~= 1.0.0
certifi ~= 2025.4.26
six ~= 1.17.0
python_dateutil ~= 2.9.0.post0
setuptools ~= 80.9.0
urllib3 >= 1.21.1, < 1.27
aiohttp ~= 3.12.2
aiolimiter ~= 1.2.1
pyjwt[crypto] ~= 2.10.1
cryptography ~= 45.0.3
pyjwt-key-fetcher ~= 0.8.0