satori-python-server 1.3.0__tar.gz → 1.3.2__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.
@@ -8,6 +8,8 @@ authors = [
8
8
  {name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com"}
9
9
  ]
10
10
  dependencies = [
11
+ "loguru",
12
+ "yarl",
11
13
  "aiohttp",
12
14
  "launart",
13
15
  "graia-amnesia[uvicorn]",
@@ -21,13 +23,13 @@ readme = "README.md"
21
23
  requires-python = ">=3.10,<4.0"
22
24
  classifiers = [
23
25
  "Typing :: Typed",
24
- "Development Status :: 4 - Beta",
26
+ "Development Status :: 5 - Production/Stable",
25
27
  "License :: OSI Approved :: MIT License",
26
- "Programming Language :: Python :: 3.8",
27
- "Programming Language :: Python :: 3.9",
28
28
  "Programming Language :: Python :: 3.10",
29
29
  "Programming Language :: Python :: 3.11",
30
30
  "Programming Language :: Python :: 3.12",
31
+ "Programming Language :: Python :: 3.13",
32
+ "Programming Language :: Python :: 3.14",
31
33
  "Operating System :: OS Independent",
32
34
  ]
33
35
 
@@ -1,22 +1,24 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: satori-python-server
3
- Version: 1.3.0
3
+ Version: 1.3.2
4
4
  Summary: Satori Protocol SDK for python, specify server part
5
5
  Home-page: https://github.com/RF-Tar-Railt/satori-python
6
6
  Author-Email: RF-Tar-Railt <rf_tar_railt@qq.com>
7
7
  License: MIT
8
8
  Classifier: Typing :: Typed
9
- Classifier: Development Status :: 4 - Beta
9
+ Classifier: Development Status :: 5 - Production/Stable
10
10
  Classifier: License :: OSI Approved :: MIT License
11
- Classifier: Programming Language :: Python :: 3.8
12
- Classifier: Programming Language :: Python :: 3.9
13
11
  Classifier: Programming Language :: Python :: 3.10
14
12
  Classifier: Programming Language :: Python :: 3.11
15
13
  Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Programming Language :: Python :: 3.14
16
16
  Classifier: Operating System :: OS Independent
17
17
  Project-URL: Homepage, https://github.com/RF-Tar-Railt/satori-python
18
18
  Project-URL: Repository, https://github.com/RF-Tar-Railt/satori-python
19
19
  Requires-Python: <4.0,>=3.10
20
+ Requires-Dist: loguru>=0.7.2
21
+ Requires-Dist: yarl>=1.9.4
20
22
  Requires-Dist: aiohttp>=3.9.3
21
23
  Requires-Dist: launart>=0.8.2
22
24
  Requires-Dist: graia-amnesia[uvicorn]<0.12.0,>=0.11.0
@@ -5,6 +5,8 @@ authors = [
5
5
  { name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com" },
6
6
  ]
7
7
  dependencies = [
8
+ "loguru>=0.7.2",
9
+ "yarl>=1.9.4",
8
10
  "aiohttp>=3.9.3",
9
11
  "launart>=0.8.2",
10
12
  "graia-amnesia[uvicorn]<0.12.0,>=0.11.0",
@@ -18,16 +20,16 @@ readme = "README.md"
18
20
  requires-python = ">=3.10,<4.0"
19
21
  classifiers = [
20
22
  "Typing :: Typed",
21
- "Development Status :: 4 - Beta",
23
+ "Development Status :: 5 - Production/Stable",
22
24
  "License :: OSI Approved :: MIT License",
23
- "Programming Language :: Python :: 3.8",
24
- "Programming Language :: Python :: 3.9",
25
25
  "Programming Language :: Python :: 3.10",
26
26
  "Programming Language :: Python :: 3.11",
27
27
  "Programming Language :: Python :: 3.12",
28
+ "Programming Language :: Python :: 3.13",
29
+ "Programming Language :: Python :: 3.14",
28
30
  "Operating System :: OS Independent",
29
31
  ]
30
- version = "1.3.0"
32
+ version = "1.3.2"
31
33
 
32
34
  [project.license]
33
35
  text = "MIT"