Skip to content

Commit

Permalink
GRPC clients version 10.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clarifai-prod committed Sep 18, 2024
1 parent f9ed639 commit 215c0bb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.8.5
10.8.6
2 changes: 1 addition & 1 deletion clarifai_grpc/channel/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from clarifai_grpc.channel.errors import ApiError

CLIENT_VERSION = "10.8.5"
CLIENT_VERSION = "10.8.6"
OS_VER = os.sys.platform
PYTHON_VERSION = ".".join(
map(
Expand Down
6 changes: 4 additions & 2 deletions clarifai_grpc/grpc/api/resources_pb2.py

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion clarifai_grpc/grpc/api/utils/extensions_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions clarifai_grpc/grpc/api/utils/extensions_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
CL_SHOW_IF_EMPTY_FIELD_NUMBER: builtins.int
CL_MORETAGS_FIELD_NUMBER: builtins.int
CL_DEFAULT_FLOAT_FIELD_NUMBER: builtins.int
DESCRIPTION_FIELD_NUMBER: builtins.int
cl_show_if_empty: google.protobuf.internal.extension_dict._ExtensionFieldDescriptor[google.protobuf.descriptor_pb2.FieldOptions, builtins.bool]
"""If True then we will return this field with it's zero value even if not set.
This means in json responses empty lists will appear instead of not being returned (which is
Expand All @@ -24,3 +25,5 @@ request and the field is not present in the request. If the field is present in
then the value of the field will be used instead. This is ONLY used for json requests as binary
proto requests are expected to always set the field.
"""
description: google.protobuf.internal.extension_dict._ExtensionFieldDescriptor[google.protobuf.descriptor_pb2.EnumValueOptions, builtins.str]
"""A description of the enum value."""
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="clarifai-grpc",
version="10.8.5",
version="10.8.6",
author="Clarifai",
author_email="[email protected]",
description="Clarifai gRPC API Client",
Expand Down

0 comments on commit 215c0bb

Please sign in to comment.