sycommon-python-lib 0.2.5a3__py3-none-any.whl → 0.2.5a4__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.
- {sycommon_python_lib-0.2.5a3.dist-info → sycommon_python_lib-0.2.5a4.dist-info}/METADATA +39 -39
- {sycommon_python_lib-0.2.5a3.dist-info → sycommon_python_lib-0.2.5a4.dist-info}/RECORD +5 -5
- {sycommon_python_lib-0.2.5a3.dist-info → sycommon_python_lib-0.2.5a4.dist-info}/WHEEL +0 -0
- {sycommon_python_lib-0.2.5a3.dist-info → sycommon_python_lib-0.2.5a4.dist-info}/entry_points.txt +0 -0
- {sycommon_python_lib-0.2.5a3.dist-info → sycommon_python_lib-0.2.5a4.dist-info}/top_level.txt +0 -0
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sycommon-python-lib
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5a4
|
|
4
4
|
Summary: Add your description here
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
|
-
Requires-Dist: aio-pika
|
|
8
|
-
Requires-Dist: aiohttp
|
|
9
|
-
Requires-Dist: aiomysql
|
|
10
|
-
Requires-Dist: anyio
|
|
11
|
-
Requires-Dist: decorator
|
|
12
|
-
Requires-Dist: deepagents
|
|
13
|
-
Requires-Dist: elasticsearch
|
|
14
|
-
Requires-Dist: fastapi
|
|
15
|
-
Requires-Dist: jinja2
|
|
16
|
-
Requires-Dist: kafka-python
|
|
17
|
-
Requires-Dist: langchain
|
|
18
|
-
Requires-Dist: langchain-core
|
|
19
|
-
Requires-Dist: langchain-openai
|
|
20
|
-
Requires-Dist: langfuse
|
|
21
|
-
Requires-Dist: langgraph
|
|
22
|
-
Requires-Dist: langgraph-checkpoint-postgres
|
|
23
|
-
Requires-Dist: langgraph-checkpoint-redis
|
|
24
|
-
Requires-Dist: ldap3
|
|
25
|
-
Requires-Dist: loguru
|
|
26
|
-
Requires-Dist: mysql-connector-python
|
|
27
|
-
Requires-Dist: nacos-sdk-python<3.0
|
|
28
|
-
Requires-Dist: psutil
|
|
29
|
-
Requires-Dist: pyxxl
|
|
30
|
-
Requires-Dist: pydantic
|
|
31
|
-
Requires-Dist: python-dotenv
|
|
32
|
-
Requires-Dist: python-multipart
|
|
33
|
-
Requires-Dist: pyyaml
|
|
34
|
-
Requires-Dist: redis
|
|
35
|
-
Requires-Dist: sentry-sdk[fastapi]
|
|
36
|
-
Requires-Dist: sqlalchemy[asyncio]
|
|
37
|
-
Requires-Dist: starlette[full]
|
|
38
|
-
Requires-Dist: tiktoken
|
|
39
|
-
Requires-Dist: uvicorn
|
|
40
|
-
Requires-Dist: wecom-aibot-python-sdk
|
|
41
|
-
Requires-Dist: twine
|
|
42
|
-
Requires-Dist: minio
|
|
43
|
-
Requires-Dist: langchain-mcp-adapters
|
|
44
|
-
Requires-Dist: psycopg[binary,pool]
|
|
7
|
+
Requires-Dist: aio-pika==9.6.2
|
|
8
|
+
Requires-Dist: aiohttp==3.13.5
|
|
9
|
+
Requires-Dist: aiomysql==0.3.2
|
|
10
|
+
Requires-Dist: anyio==4.12.1
|
|
11
|
+
Requires-Dist: decorator==5.3.1
|
|
12
|
+
Requires-Dist: deepagents==0.6.1
|
|
13
|
+
Requires-Dist: elasticsearch==9.4.0
|
|
14
|
+
Requires-Dist: fastapi==0.136.1
|
|
15
|
+
Requires-Dist: jinja2==3.1.6
|
|
16
|
+
Requires-Dist: kafka-python==2.3.1
|
|
17
|
+
Requires-Dist: langchain==1.3.1
|
|
18
|
+
Requires-Dist: langchain-core==1.4.0
|
|
19
|
+
Requires-Dist: langchain-openai==1.2.1
|
|
20
|
+
Requires-Dist: langfuse==4.6.1
|
|
21
|
+
Requires-Dist: langgraph==1.2.0
|
|
22
|
+
Requires-Dist: langgraph-checkpoint-postgres==3.1.0
|
|
23
|
+
Requires-Dist: langgraph-checkpoint-redis==0.4.1
|
|
24
|
+
Requires-Dist: ldap3==2.9.1
|
|
25
|
+
Requires-Dist: loguru==0.7.3
|
|
26
|
+
Requires-Dist: mysql-connector-python==9.6.0
|
|
27
|
+
Requires-Dist: nacos-sdk-python<3.0,==2.0.11
|
|
28
|
+
Requires-Dist: psutil==7.2.2
|
|
29
|
+
Requires-Dist: pyxxl==0.4.6
|
|
30
|
+
Requires-Dist: pydantic==2.13.4
|
|
31
|
+
Requires-Dist: python-dotenv==1.2.2
|
|
32
|
+
Requires-Dist: python-multipart==0.0.29
|
|
33
|
+
Requires-Dist: pyyaml==6.0.3
|
|
34
|
+
Requires-Dist: redis==7.3.0
|
|
35
|
+
Requires-Dist: sentry-sdk[fastapi]==2.60.0
|
|
36
|
+
Requires-Dist: sqlalchemy[asyncio]==2.0.48
|
|
37
|
+
Requires-Dist: starlette[full]==1.0.0
|
|
38
|
+
Requires-Dist: tiktoken==0.13.0
|
|
39
|
+
Requires-Dist: uvicorn==0.47.0
|
|
40
|
+
Requires-Dist: wecom-aibot-python-sdk==1.0.2
|
|
41
|
+
Requires-Dist: twine==6.2.0
|
|
42
|
+
Requires-Dist: minio==7.2.20
|
|
43
|
+
Requires-Dist: langchain-mcp-adapters==0.2.2
|
|
44
|
+
Requires-Dist: psycopg[binary,pool]==3.3.4
|
|
45
45
|
|
|
46
46
|
# sycommon-python-lib
|
|
47
47
|
|
|
@@ -270,8 +270,8 @@ sycommon/tools/syemail.py,sha256=BDFhgf7WDOQeTcjxJEQdu0dQhnHFPO_p3eI0-Ni3LhQ,561
|
|
|
270
270
|
sycommon/tools/timing.py,sha256=OiiE7P07lRoMzX9kzb8sZU9cDb0zNnqIlY5pWqHcnkY,2064
|
|
271
271
|
sycommon/xxljob/__init__.py,sha256=7eoBlQxv-B39IfRSCY2bkqdGYs1QRe1umAWd88VMEEM,86
|
|
272
272
|
sycommon/xxljob/xxljob_service.py,sha256=JIEJaGXhqrTLcyxlyynSrsHg9bBnDNzX-D4qIWLRPUE,6815
|
|
273
|
-
sycommon_python_lib-0.2.
|
|
274
|
-
sycommon_python_lib-0.2.
|
|
275
|
-
sycommon_python_lib-0.2.
|
|
276
|
-
sycommon_python_lib-0.2.
|
|
277
|
-
sycommon_python_lib-0.2.
|
|
273
|
+
sycommon_python_lib-0.2.5a4.dist-info/METADATA,sha256=X2_rrPOWyH9gdJdyBJyvD5Fz9YeeyXQ18yPkgYipIm0,7879
|
|
274
|
+
sycommon_python_lib-0.2.5a4.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
275
|
+
sycommon_python_lib-0.2.5a4.dist-info/entry_points.txt,sha256=gsR4SssKxDWjRU8ggidzNcdMXDPRSKRS7UaGyNP84Qg,92
|
|
276
|
+
sycommon_python_lib-0.2.5a4.dist-info/top_level.txt,sha256=RgphKrg7nJyZ7irJqbxFr-5H2LUYTvI7ivoWZH2hcD0,29
|
|
277
|
+
sycommon_python_lib-0.2.5a4.dist-info/RECORD,,
|
|
File without changes
|
{sycommon_python_lib-0.2.5a3.dist-info → sycommon_python_lib-0.2.5a4.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{sycommon_python_lib-0.2.5a3.dist-info → sycommon_python_lib-0.2.5a4.dist-info}/top_level.txt
RENAMED
|
File without changes
|