Skip to content

Commit 7ca869c

Browse files
committed
feat: update change
1 parent efb0d96 commit 7ca869c

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rapida-python"
7-
version = "0.1.11"
7+
version = "0.1.12"
88
description = "RapidaAI SDK to integrate rapida.ai APIs"
99
readme = "README.md"
1010
authors = [{name = "RapidaAI", email = "code@rapida.ai"}]

rapida/__init__.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -487,22 +487,11 @@
487487
)
488488
from rapida.clients.protos.assistant_deployment_pb2 import (
489489
DeploymentAudioProvider,
490-
AssistantDeploymentCapturer,
491490
AssistantWebpluginDeployment,
492491
AssistantPhoneDeployment,
493492
AssistantWhatsappDeployment,
494493
AssistantDebuggerDeployment,
495494
AssistantApiDeployment,
496-
CreateAssistantApiDeploymentRequest,
497-
AssistantApiDeploymentResponse,
498-
CreateAssistantPhoneDeploymentRequest,
499-
AssistantPhoneDeploymentResponse,
500-
CreateAssistantWhatsappDeploymentRequest,
501-
AssistantWhatsappDeploymentResponse,
502-
CreateAssistantDebuggerDeploymentRequest,
503-
AssistantDebuggerDeploymentResponse,
504-
CreateAssistantWebpluginDeploymentRequest,
505-
AssistantWebpluginDeploymentResponse,
506495
GetAssistantDeploymentRequest,
507496
)
508497
from rapida.clients.protos.knowledge_api_pb2 import (
@@ -956,22 +945,11 @@
956945
"GetModerationRequest",
957946
"GetModerationResponse",
958947
"DeploymentAudioProvider",
959-
"AssistantDeploymentCapturer",
960948
"AssistantWebpluginDeployment",
961949
"AssistantPhoneDeployment",
962950
"AssistantWhatsappDeployment",
963951
"AssistantDebuggerDeployment",
964952
"AssistantApiDeployment",
965-
"CreateAssistantApiDeploymentRequest",
966-
"AssistantApiDeploymentResponse",
967-
"CreateAssistantPhoneDeploymentRequest",
968-
"AssistantPhoneDeploymentResponse",
969-
"CreateAssistantWhatsappDeploymentRequest",
970-
"AssistantWhatsappDeploymentResponse",
971-
"CreateAssistantDebuggerDeploymentRequest",
972-
"AssistantDebuggerDeploymentResponse",
973-
"CreateAssistantWebpluginDeploymentRequest",
974-
"AssistantWebpluginDeploymentResponse",
975953
"GetAssistantDeploymentRequest",
976954
"CreateKnowledgeRequest",
977955
"CreateKnowledgeResponse",

rapida/connections/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ def _create_channel(self, endpoint):
231231
return grpc.secure_channel(endpoint, grpc.ssl_channel_credentials())
232232

233233

234-
__all__ = ["ConnectionConfig"]
234+
__all__ = ["ConnectionConfig", "UserAuthInfo", "ClientAuthInfo"]

0 commit comments

Comments
 (0)