tamar-model-client 0.1.9__py3-none-any.whl → 0.1.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tamar_model_client/async_client.py +1 -0
- {tamar_model_client-0.1.9.dist-info → tamar_model_client-0.1.10.dist-info}/METADATA +8 -1
- {tamar_model_client-0.1.9.dist-info → tamar_model_client-0.1.10.dist-info}/RECORD +5 -5
- {tamar_model_client-0.1.9.dist-info → tamar_model_client-0.1.10.dist-info}/WHEEL +0 -0
- {tamar_model_client-0.1.9.dist-info → tamar_model_client-0.1.10.dist-info}/top_level.txt +0 -0
@@ -153,6 +153,7 @@ class AsyncTamarModelClient:
|
|
153
153
|
options = [
|
154
154
|
('grpc.max_send_message_length', MAX_MESSAGE_LENGTH),
|
155
155
|
('grpc.max_receive_message_length', MAX_MESSAGE_LENGTH),
|
156
|
+
('grpc.keepalive_permit_without_calls', True) # 即使没有活跃请求也保持连接
|
156
157
|
]
|
157
158
|
if self.default_authority:
|
158
159
|
options.append(("grpc.default_authority", self.default_authority))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tamar-model-client
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.10
|
4
4
|
Summary: A Python SDK for interacting with the Model Manager gRPC service
|
5
5
|
Home-page: http://gitlab.tamaredge.top/project-tap/AgentOS/model-manager-client
|
6
6
|
Author: Oscar Ou
|
@@ -528,6 +528,13 @@ pip install -e .
|
|
528
528
|
python make_grpc.py
|
529
529
|
```
|
530
530
|
|
531
|
+
### 部署到 pip
|
532
|
+
```bash
|
533
|
+
python setup.py sdist bdist_wheel
|
534
|
+
twine check dist/*
|
535
|
+
|
536
|
+
```
|
537
|
+
|
531
538
|
## 许可证
|
532
539
|
|
533
540
|
MIT License
|
@@ -14,7 +14,7 @@ model_manager_client/schemas/__init__.py,sha256=AxuI-TcvA4OMTj2FtK4wAItvz9LrK_29
|
|
14
14
|
model_manager_client/schemas/inputs.py,sha256=3HUxnbuyQbuvMz1C46zydFYz-iEvLAUWVzOx7-eKS_I,14338
|
15
15
|
model_manager_client/schemas/outputs.py,sha256=M_fcqUtXPJnfiLabHlyA8BorlC5pYkf5KLjXO1ysKIQ,1031
|
16
16
|
tamar_model_client/__init__.py,sha256=LMECAuDARWHV1XzH3msoDXcyurS2eihRQmBy26_PUE0,328
|
17
|
-
tamar_model_client/async_client.py,sha256=
|
17
|
+
tamar_model_client/async_client.py,sha256=HhPwTMBvZ_YsPxKy7HoXb8C2UiYeF7VAXKa7GbiPKMk,19052
|
18
18
|
tamar_model_client/auth.py,sha256=gbwW5Aakeb49PMbmYvrYlVx1mfyn1LEDJ4qQVs-9DA4,438
|
19
19
|
tamar_model_client/exceptions.py,sha256=jYU494OU_NeIa4X393V-Y73mTNm0JZ9yZApnlOM9CJQ,332
|
20
20
|
tamar_model_client/sync_client.py,sha256=o8b20fQUvtMq1gWax3_dfOpputYT4l9pRTz6cHdB0lg,4006
|
@@ -28,7 +28,7 @@ tamar_model_client/generated/model_service_pb2_grpc.py,sha256=k4tIbp3XBxdyuOVR18
|
|
28
28
|
tamar_model_client/schemas/__init__.py,sha256=AxuI-TcvA4OMTj2FtK4wAItvz9LrK_293pu3cmMLE7k,394
|
29
29
|
tamar_model_client/schemas/inputs.py,sha256=Y9zzt-RoRklkxxe_3VJbZvPghJ00KUjHtFUmD0pCdHs,18721
|
30
30
|
tamar_model_client/schemas/outputs.py,sha256=M_fcqUtXPJnfiLabHlyA8BorlC5pYkf5KLjXO1ysKIQ,1031
|
31
|
-
tamar_model_client-0.1.
|
32
|
-
tamar_model_client-0.1.
|
33
|
-
tamar_model_client-0.1.
|
34
|
-
tamar_model_client-0.1.
|
31
|
+
tamar_model_client-0.1.10.dist-info/METADATA,sha256=ndj4fC3JghnmlwQvCyIvLmTY4roUVDpeb8Sq8ttn71Y,16566
|
32
|
+
tamar_model_client-0.1.10.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
33
|
+
tamar_model_client-0.1.10.dist-info/top_level.txt,sha256=_LfDhPv_fvON0PoZgQuo4M7EjoWtxPRoQOBJziJmip8,19
|
34
|
+
tamar_model_client-0.1.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|