Ryzenth 1.9.2__tar.gz → 1.9.3__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 (24) hide show
  1. {ryzenth-1.9.2 → ryzenth-1.9.3}/PKG-INFO +1 -3
  2. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/__version__.py +1 -1
  3. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth.egg-info/PKG-INFO +1 -3
  4. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth.egg-info/requires.txt +0 -2
  5. {ryzenth-1.9.2 → ryzenth-1.9.3}/setup.py +0 -2
  6. {ryzenth-1.9.2 → ryzenth-1.9.3}/LICENSE +0 -0
  7. {ryzenth-1.9.2 → ryzenth-1.9.3}/README.md +0 -0
  8. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/__init__.py +0 -0
  9. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/_asynchisded.py +0 -0
  10. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/_client.py +0 -0
  11. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/_errors.py +0 -0
  12. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/_synchisded.py +0 -0
  13. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/helper/__init__.py +0 -0
  14. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/helper/_federation.py +0 -0
  15. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/helper/_fonts.py +0 -0
  16. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/helper/_images.py +0 -0
  17. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/helper/_moderator.py +0 -0
  18. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/helper/_openai.py +0 -0
  19. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/helper/_thinking.py +0 -0
  20. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth/types/__init__.py +0 -0
  21. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth.egg-info/SOURCES.txt +0 -0
  22. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth.egg-info/dependency_links.txt +0 -0
  23. {ryzenth-1.9.2 → ryzenth-1.9.3}/Ryzenth.egg-info/top_level.txt +0 -0
  24. {ryzenth-1.9.2 → ryzenth-1.9.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Ryzenth
3
- Version: 1.9.2
3
+ Version: 1.9.3
4
4
  Summary: Ryzenth Python Wrapper For Perfomance
5
5
  Author: TeamKillerX
6
6
  License: MIT
@@ -27,7 +27,6 @@ Requires-Dist: typing
27
27
  Requires-Dist: aiohttp
28
28
  Requires-Dist: httpx[http2]
29
29
  Requires-Dist: bs4
30
- Requires-Dist: uvloop
31
30
  Requires-Dist: python-box
32
31
  Provides-Extra: fast
33
32
  Requires-Dist: aiohttp; extra == "fast"
@@ -38,7 +37,6 @@ Requires-Dist: python-box; extra == "fast"
38
37
  Requires-Dist: pydantic; extra == "fast"
39
38
  Requires-Dist: bs4; extra == "fast"
40
39
  Requires-Dist: typing; extra == "fast"
41
- Requires-Dist: uvloop; extra == "fast"
42
40
  Dynamic: author
43
41
  Dynamic: classifier
44
42
  Dynamic: description
@@ -1,4 +1,4 @@
1
- __version__ = "1.9.2"
1
+ __version__ = "1.9.3"
2
2
  __author__ = "TeamKillerX"
3
3
  __title__ = "Ryzenth"
4
4
  __description__ = "Ryzenth Python API Wrapper"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Ryzenth
3
- Version: 1.9.2
3
+ Version: 1.9.3
4
4
  Summary: Ryzenth Python Wrapper For Perfomance
5
5
  Author: TeamKillerX
6
6
  License: MIT
@@ -27,7 +27,6 @@ Requires-Dist: typing
27
27
  Requires-Dist: aiohttp
28
28
  Requires-Dist: httpx[http2]
29
29
  Requires-Dist: bs4
30
- Requires-Dist: uvloop
31
30
  Requires-Dist: python-box
32
31
  Provides-Extra: fast
33
32
  Requires-Dist: aiohttp; extra == "fast"
@@ -38,7 +37,6 @@ Requires-Dist: python-box; extra == "fast"
38
37
  Requires-Dist: pydantic; extra == "fast"
39
38
  Requires-Dist: bs4; extra == "fast"
40
39
  Requires-Dist: typing; extra == "fast"
41
- Requires-Dist: uvloop; extra == "fast"
42
40
  Dynamic: author
43
41
  Dynamic: classifier
44
42
  Dynamic: description
@@ -4,7 +4,6 @@ typing
4
4
  aiohttp
5
5
  httpx[http2]
6
6
  bs4
7
- uvloop
8
7
  python-box
9
8
 
10
9
  [fast]
@@ -16,4 +15,3 @@ python-box
16
15
  pydantic
17
16
  bs4
18
17
  typing
19
- uvloop
@@ -32,7 +32,6 @@ setuptools.setup(
32
32
  "aiohttp",
33
33
  "httpx[http2]",
34
34
  "bs4",
35
- "uvloop",
36
35
  "python-box",
37
36
  ],
38
37
  extras_require={
@@ -45,7 +44,6 @@ setuptools.setup(
45
44
  "pydantic",
46
45
  "bs4",
47
46
  "typing",
48
- "uvloop",
49
47
  ]
50
48
  },
51
49
  classifiers=[
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes