nonebot-plugin-githubmodels 1.0.0__tar.gz → 1.0.1__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.
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nonebot-plugin-githubmodels
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: NoneBot 集成 GitHub Copilot 和 OpenAI 的 AI 代码生成模型插件
5
5
  Author: lyqgzbl
6
6
  Author-email: lyqgzbl <122811297+lyqgzbl@users.noreply.github.com>
7
7
  License-Expression: MIT
8
8
  Requires-Dist: nonebot2>=2.2.1,<3.0.0
9
- Requires-Dist: azure-ai-inference>=1.0.0,<2.0.0
9
+ Requires-Dist: azure-ai-inference>=1.0.0b1,<2.0.0
10
10
  Requires-Dist: nonebot-plugin-htmlrender>=0.5.0,<1.0.0
11
11
  Requires-Dist: nonebot-plugin-alconna>=0.54.0,<1.0.0
12
12
  Requires-Python: >=3.10, <4.0
13
- Project-URL: documentation, https://github.com/lyqgzbl/nonebot-plugin-daily-bing#readme
14
- Project-URL: homepage, https://github.com/lyqgzbl/nonebot-plugin-daily-bing
15
- Project-URL: repository, https://github.com/lyqgzbl/nonebot-plugin-daily-bing
13
+ Project-URL: documentation, https://github.com/lyqgzbl/nonebot-plugin-githubmodels#readme
14
+ Project-URL: homepage, https://github.com/lyqgzbl/nonebot-plugin-githubmodels
15
+ Project-URL: repository, https://github.com/lyqgzbl/nonebot-plugin-githubmodels
16
16
  Description-Content-Type: text/markdown
17
17
 
18
18
  <!-- markdownlint-disable MD033 MD036 MD041 -->
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nonebot-plugin-githubmodels"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "NoneBot 集成 GitHub Copilot 和 OpenAI 的 AI 代码生成模型插件"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -10,15 +10,15 @@ requires-python = ">=3.10, <4.0"
10
10
  license = "MIT"
11
11
  dependencies = [
12
12
  "nonebot2 >=2.2.1, <3.0.0",
13
- "azure-ai-inference >=1.0.0, <2.0.0",
13
+ "azure-ai-inference >=1.0.0b1, <2.0.0",
14
14
  "nonebot-plugin-htmlrender >=0.5.0, <1.0.0",
15
15
  "nonebot-plugin-alconna >=0.54.0, <1.0.0",
16
16
  ]
17
17
 
18
18
  [project.urls]
19
- homepage = "https://github.com/lyqgzbl/nonebot-plugin-daily-bing"
20
- repository = "https://github.com/lyqgzbl/nonebot-plugin-daily-bing"
21
- documentation = "https://github.com/lyqgzbl/nonebot-plugin-daily-bing#readme"
19
+ homepage = "https://github.com/lyqgzbl/nonebot-plugin-githubmodels"
20
+ repository = "https://github.com/lyqgzbl/nonebot-plugin-githubmodels"
21
+ documentation = "https://github.com/lyqgzbl/nonebot-plugin-githubmodels#readme"
22
22
 
23
23
  [build-system]
24
24
  requires = ["uv_build>=0.8.17,<0.9.0"]