deepanything 0.1.8__py3-none-any.whl → 0.1.9__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.
@@ -146,6 +146,7 @@ class DeepseekReasonClient(ReasonClient):
146
146
  if chunk.choices[0].delta.reasoning_content is not None:
147
147
  yield chunk
148
148
  else:
149
+ stream.close()
149
150
  return
150
151
 
151
152
 
@@ -195,6 +196,7 @@ class AsyncDeepseekReasonClient(AsyncReasonClient):
195
196
  if chunk.choices[0].delta.reasoning_content is not None:
196
197
  yield chunk
197
198
  else:
199
+ await stream.close()
198
200
  return
199
201
 
200
202
 
deepanything/metadatas.py CHANGED
@@ -1,4 +1,4 @@
1
1
  from sys import version
2
2
 
3
- VERSION = "v0.1.8"
3
+ VERSION = "v0.1.9"
4
4
  PYTHON_RUNTIME = f"python{version}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: deepanything
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: DeepAnything is a project that provides DeepSeek R1's deep thinking capabilities for various large language models (LLMs).
5
5
  Author: Junity
6
6
  Author-email: 1727636624@qq.com
@@ -1,17 +1,17 @@
1
1
  deepanything/DeepAnythingClient.py,sha256=4dJg5CFsQLlhxCWgtj7UYa9VTchogeFm_-B3YExk8Ns,28622
2
- deepanything/ReasonClient.py,sha256=P1uuwfgds6qch5gPp2BKD1y1myLPZ8BKCs1PiqsZHmw,12888
2
+ deepanything/ReasonClient.py,sha256=wAJC3QkbtsFYxCz6c2w_TozGIfynXR12c2uP9sw3DRE,12966
3
3
  deepanything/ResponseClient.py,sha256=BT-5qBv1xs3-5SbYfFEjHYzH0E09I4Fl8h4K1IvSJ8U,5089
4
4
  deepanything/Stream.py,sha256=8GSsKeAhSwSt0T6JAO4l3ivTwGuJYMxp7GlqpExp8T8,2440
5
5
  deepanything/Utility.py,sha256=dZeCg_D28rwJILLuCsE-ZtcKUkbW1prXPVlpSkYFCKA,7024
6
6
  deepanything/__init__.py,sha256=_2RolcKcpxmW0dmtiQpXlvgxe5dvqx90Yg_Q_oVLVZQ,175
7
7
  deepanything/__main__.py,sha256=BWGtAVWDgJg50uGTEvZNV4P4PFghYwx5cTpXlEAWRio,1084
8
- deepanything/metadatas.py,sha256=hfYSJI8zYLB9fgn5puFIHPQWxuMPY_n-YXoSW7y0XZ0,82
8
+ deepanything/metadatas.py,sha256=QXCPCPR40lx2UhEWW74CukMEerGLAFSPg76cNWv5qXE,82
9
9
  deepanything/Server/Server.py,sha256=avsTMQVtX9RErhKm2JqYt_U_auUyhHiE4u-Xu1zPzOI,11460
10
10
  deepanything/Server/Types.py,sha256=yGd1vwYMg2nXXOdFh6esHfrAjCglkg9ivqzBMA4go6Y,646
11
11
  deepanything/Server/__init__.py,sha256=eIpn6NbNvEg4ST8CuuIuzPT3m_fTlmPC3sikPoPFsYo,92
12
- deepanything-0.1.8.dist-info/LICENSE,sha256=JWYd2E-mcNcSYjT5nk4ayM5kkkDq6ZlOxVcYsyqCIwU,1059
13
- deepanything-0.1.8.dist-info/METADATA,sha256=iLcSCMcTt4SpS5VweRtGlUDrU3Bp9GpCc12j9qWoWbI,9486
14
- deepanything-0.1.8.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
15
- deepanything-0.1.8.dist-info/entry_points.txt,sha256=UT4gNGx6dJsKBjZIl3VkMekh385O5WMbMidAAla6UB4,60
16
- deepanything-0.1.8.dist-info/top_level.txt,sha256=wGeRb__4jEJTclCUl0cxhgubD_Bq-QT38VIH6C4KpzY,13
17
- deepanything-0.1.8.dist-info/RECORD,,
12
+ deepanything-0.1.9.dist-info/LICENSE,sha256=JWYd2E-mcNcSYjT5nk4ayM5kkkDq6ZlOxVcYsyqCIwU,1059
13
+ deepanything-0.1.9.dist-info/METADATA,sha256=b5eVZeTthG2isC-5gtwFEejvho66UrLIJLe_bDU9cEA,9486
14
+ deepanything-0.1.9.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
15
+ deepanything-0.1.9.dist-info/entry_points.txt,sha256=UT4gNGx6dJsKBjZIl3VkMekh385O5WMbMidAAla6UB4,60
16
+ deepanything-0.1.9.dist-info/top_level.txt,sha256=wGeRb__4jEJTclCUl0cxhgubD_Bq-QT38VIH6C4KpzY,13
17
+ deepanything-0.1.9.dist-info/RECORD,,