Ryzenth 1.9.2__py3-none-any.whl → 1.9.3__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.
Ryzenth/__version__.py CHANGED
@@ -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
@@ -1,5 +1,5 @@
1
1
  Ryzenth/__init__.py,sha256=CKayGQJ_ZUZF6OHyL9kCdTah05BUikXKWKXL_raAgo8,937
2
- Ryzenth/__version__.py,sha256=ffg5vyeznzjRb1MfQJLgPpJbOmE5CcUnTlYpJvKivpM,118
2
+ Ryzenth/__version__.py,sha256=WmPiDTS5JLqfcJY6NvMrcsmPyhA36b-NHzmjbFumbdg,118
3
3
  Ryzenth/_asynchisded.py,sha256=ZNLp1rOJ_4SYcyMeB02ybsSmU38GO0TpHsQHRiR2w6c,4909
4
4
  Ryzenth/_client.py,sha256=Y-I1ug8Hf2eF74oDY4eICOTP_nuLXdsDSkyZhpdqZy4,1475
5
5
  Ryzenth/_errors.py,sha256=PYHmA3xZPZnH8T1Yo0Al6ln2FP8KC9Jk3eN631ve2S4,1236
@@ -12,8 +12,8 @@ Ryzenth/helper/_moderator.py,sha256=GTHTM8klfNrclhQM_gC0FHPLVmLj3n7NviOIX9Tr9bs,
12
12
  Ryzenth/helper/_openai.py,sha256=hUhmwxuKV-AAeEbDFm4RnkasHNJjFROLdw1q2j2t_Mc,2574
13
13
  Ryzenth/helper/_thinking.py,sha256=BKHvQe16KPOGh7_vev-_Ed8jl6_77_8Ys-g0SDtvlSU,2557
14
14
  Ryzenth/types/__init__.py,sha256=3eEOjoRcEPoE5J5oIhXEPH6vbYG7TLasTHFcbWGS-mU,1095
15
- ryzenth-1.9.2.dist-info/licenses/LICENSE,sha256=C73aiGSgoCAVNzvAHs-TROaf5vV8yCj9nqpGrmfNHHo,1068
16
- ryzenth-1.9.2.dist-info/METADATA,sha256=SH8DKw3TLkG_J1R4a533-vsBshXpGAEq8AxYqqt4thY,4181
17
- ryzenth-1.9.2.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
18
- ryzenth-1.9.2.dist-info/top_level.txt,sha256=0vIhjOjoQuCxLeZO0of8VCx2jsri-bLHV28nh8wWDnc,8
19
- ryzenth-1.9.2.dist-info/RECORD,,
15
+ ryzenth-1.9.3.dist-info/licenses/LICENSE,sha256=C73aiGSgoCAVNzvAHs-TROaf5vV8yCj9nqpGrmfNHHo,1068
16
+ ryzenth-1.9.3.dist-info/METADATA,sha256=CJKj1beAw8NlQ_3r0D_J8Ksqqy61Nn2h4f2T_9L9TpE,4120
17
+ ryzenth-1.9.3.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
18
+ ryzenth-1.9.3.dist-info/top_level.txt,sha256=0vIhjOjoQuCxLeZO0of8VCx2jsri-bLHV28nh8wWDnc,8
19
+ ryzenth-1.9.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5