xiaogpt 2.91__tar.gz → 2.92__tar.gz

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.
Files changed (29) hide show
  1. {xiaogpt-2.91 → xiaogpt-2.92}/PKG-INFO +3 -2
  2. {xiaogpt-2.91 → xiaogpt-2.92}/pyproject.toml +3 -2
  3. {xiaogpt-2.91 → xiaogpt-2.92}/LICENSE +0 -0
  4. {xiaogpt-2.91 → xiaogpt-2.92}/README.md +0 -0
  5. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/__init__.py +0 -0
  6. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/__main__.py +0 -0
  7. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/__init__.py +0 -0
  8. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/base_bot.py +0 -0
  9. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/chatgptapi_bot.py +0 -0
  10. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/doubao_bot.py +0 -0
  11. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/gemini_bot.py +0 -0
  12. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/glm_bot.py +0 -0
  13. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/langchain_bot.py +0 -0
  14. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/llama_bot.py +0 -0
  15. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/moonshot_bot.py +0 -0
  16. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/qwen_bot.py +0 -0
  17. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/bot/yi_bot.py +0 -0
  18. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/cli.py +0 -0
  19. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/config.py +0 -0
  20. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/langchain/callbacks.py +0 -0
  21. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/langchain/chain.py +0 -0
  22. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/langchain/examples/email/mail_box.py +0 -0
  23. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/langchain/examples/email/mail_summary_tools.py +0 -0
  24. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/tts/__init__.py +0 -0
  25. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/tts/base.py +0 -0
  26. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/tts/mi.py +0 -0
  27. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/tts/tetos.py +0 -0
  28. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/utils.py +0 -0
  29. {xiaogpt-2.91 → xiaogpt-2.92}/xiaogpt/xiaogpt.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xiaogpt
3
- Version: 2.91
3
+ Version: 2.92
4
4
  Summary: Play ChatGPT or other LLM with xiaomi AI speaker
5
5
  Author-Email: yihong0618 <zouzou0208@gmail.com>
6
6
  License: MIT
@@ -86,6 +86,7 @@ Requires-Dist: numpy==1.26.3; extra == "locked"
86
86
  Requires-Dist: openai==1.36.1; extra == "locked"
87
87
  Requires-Dist: openpyxl==3.1.5; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
88
88
  Requires-Dist: orjson==3.10.0; extra == "locked"
89
+ Requires-Dist: ormsgpack==1.5.0; extra == "locked"
89
90
  Requires-Dist: packaging==23.2; extra == "locked"
90
91
  Requires-Dist: pandas==2.2.2; python_version ~= "3.8" and python_full_version != "3.9.7" and extra == "locked"
91
92
  Requires-Dist: proto-plus==1.23.0; extra == "locked"
@@ -109,7 +110,7 @@ Requires-Dist: socksio==1.0.0; extra == "locked"
109
110
  Requires-Dist: soupsieve==2.5; extra == "locked"
110
111
  Requires-Dist: sqlalchemy==2.0.25; extra == "locked"
111
112
  Requires-Dist: tenacity==8.2.3; extra == "locked"
112
- Requires-Dist: tetos==0.3.0; extra == "locked"
113
+ Requires-Dist: tetos==0.3.1; extra == "locked"
113
114
  Requires-Dist: tqdm==4.66.1; extra == "locked"
114
115
  Requires-Dist: typing-extensions==4.12.2; extra == "locked"
115
116
  Requires-Dist: typing-inspect==0.9.0; extra == "locked"
@@ -31,7 +31,7 @@ dependencies = [
31
31
  "lingua-language-detector>=2.0.2; python_version < \"3.13\"",
32
32
  ]
33
33
  dynamic = []
34
- version = "2.91"
34
+ version = "2.92"
35
35
 
36
36
  [project.license]
37
37
  text = "MIT"
@@ -104,6 +104,7 @@ locked = [
104
104
  "openai==1.36.1",
105
105
  "openpyxl==3.1.5 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
106
106
  "orjson==3.10.0",
107
+ "ormsgpack==1.5.0",
107
108
  "packaging==23.2",
108
109
  "pandas==2.2.2 ; python_version ~= \"3.8\" and python_full_version != \"3.9.7\"",
109
110
  "proto-plus==1.23.0",
@@ -127,7 +128,7 @@ locked = [
127
128
  "soupsieve==2.5",
128
129
  "sqlalchemy==2.0.25",
129
130
  "tenacity==8.2.3",
130
- "tetos==0.3.0",
131
+ "tetos==0.3.1",
131
132
  "tqdm==4.66.1",
132
133
  "typing-extensions==4.12.2",
133
134
  "typing-inspect==0.9.0",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes