Skip to content

Commit ca67f11

Browse files
add layers to categorization
1 parent 1f8be82 commit ca67f11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scaleapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DEFAULT_FIELDS = {'callback_url', 'instruction', 'urgency', 'metadata'}
77
ALLOWED_FIELDS = {'categorization': {'attachment', 'attachment_type', 'categories',
8-
'category_ids', 'allow_multiple'},
8+
'category_ids', 'allow_multiple', 'layers'},
99
'transcription': {'attachment', 'attachment_type',
1010
'fields', 'repeatable_fields'},
1111
'phonecall': {'attachment', 'attachment_type', 'phone_number',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
setup(
2626
name = 'scaleapi',
2727
packages = ['scaleapi'],
28-
version = '0.1.10',
28+
version = '0.1.11',
2929
description = 'The official Python client library for the Scale API, the API for human labor.',
3030
author = 'Calvin Huang',
3131
author_email = 'c@lvin.me',

0 commit comments

Comments
 (0)