hypern 0.3.14__cp312-cp312-win32.whl → 0.3.15__cp312-cp312-win32.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.
Binary file
@@ -1,24 +1,24 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hypern
3
- Version: 0.3.14
3
+ Version: 0.3.15
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
7
- Requires-Dist: sqlalchemy[asyncio] ==2.0.31
8
- Requires-Dist: pyjwt ==2.8.0
9
- Requires-Dist: pydash ==8.0.3
10
- Requires-Dist: sentry-sdk ==2.11.0
11
- Requires-Dist: celery ==5.4.0
12
- Requires-Dist: psycopg ==3.2.3
13
- Requires-Dist: pyyaml ==6.0.2
14
- Requires-Dist: orjson ==3.10.11
15
- Requires-Dist: multiprocess ==0.70.17
16
- Requires-Dist: uvloop ==0.21.0 ; sys_platform != 'win32' and platform_python_implementation == 'CPython' and platform_machine != 'armv7l'
17
- Requires-Dist: watchdog ==6.0.0
18
- Requires-Dist: psutil ==6.1.0
19
- Requires-Dist: msgpack ==1.1.0
20
- Requires-Dist: redis ==5.2.1
21
- Requires-Dist: pydantic ==2.10.4
7
+ Requires-Dist: sqlalchemy[asyncio]==2.0.31
8
+ Requires-Dist: pyjwt==2.8.0
9
+ Requires-Dist: pydash==8.0.3
10
+ Requires-Dist: sentry-sdk==2.11.0
11
+ Requires-Dist: celery==5.4.0
12
+ Requires-Dist: psycopg==3.2.3
13
+ Requires-Dist: pyyaml==6.0.2
14
+ Requires-Dist: orjson==3.10.11
15
+ Requires-Dist: multiprocess==0.70.17
16
+ Requires-Dist: uvloop==0.21.0 ; platform_machine != 'armv7l' and platform_python_implementation == 'CPython' and sys_platform != 'win32'
17
+ Requires-Dist: watchdog==6.0.0
18
+ Requires-Dist: psutil==6.1.0
19
+ Requires-Dist: msgpack==1.1.0
20
+ Requires-Dist: redis==5.2.1
21
+ Requires-Dist: pydantic==2.10.4
22
22
  License-File: LICENSE
23
23
  Summary: A Fast Async Python backend with a Rust runtime.
24
24
  Author-email: Martin Dang <vannghiem848@gmail.com>
@@ -1,6 +1,6 @@
1
- hypern-0.3.14.dist-info/METADATA,sha256=Qj_IPqZrnInNjbUz1IGMZbnEFxwbm59le60Qczaa_Mw,4113
2
- hypern-0.3.14.dist-info/WHEEL,sha256=19xj5Waw2omQTyAh5Pnrm7rXeZkfzX1OuBYghlKYN-I,92
3
- hypern-0.3.14.dist-info/licenses/LICENSE,sha256=qbYKAIJLS6jYg5hYncKE7OtWmqOtpVTvKNkwOa0Iwwg,1328
1
+ hypern-0.3.15.dist-info/METADATA,sha256=4Xi_MhHQWhxJYvtXwTozFjWh7j-c82BOGB1paakUU3s,4098
2
+ hypern-0.3.15.dist-info/WHEEL,sha256=Cpy7yubMq7TIrQDSgiRDNCIdF4xsALHiC6zoU60uVnU,92
3
+ hypern-0.3.15.dist-info/licenses/LICENSE,sha256=qbYKAIJLS6jYg5hYncKE7OtWmqOtpVTvKNkwOa0Iwwg,1328
4
4
  hypern/application.py,sha256=LBm7ZTnqQYAfbbnErtj4Zf_Qg9bhgJqB-20IKZ6DF2M,13647
5
5
  hypern/args_parser.py,sha256=1v41RZT-35iY80I5OugjeFPXPr28HUvniQwu-29y1vw,2222
6
6
  hypern/auth/decorators.py,sha256=kBhtrujJJGt_4kf1GYgg7WlyE7mbTpew6bkognk-tPw,1724
@@ -70,5 +70,5 @@ hypern/ws/room.py,sha256=0_L6Nun0n007F0rfNY8yX5x_A8EuXuI67JqpMkJ4RNI,2598
70
70
  hypern/ws/route.py,sha256=fGQ2RC708MPOiiIHPUo8aZ-oK379TTAyQYm4htNA5jM,803
71
71
  hypern/ws/__init__.py,sha256=dhRoRY683_rfPfSPM5qUczfTuyYDeuLOCFxY4hIdKt8,131
72
72
  hypern/__init__.py,sha256=uZ9JTG3WUCewhzarfVrZUlvMzzbiq6-J1jsVb7mp2XE,808
73
- hypern/hypern.cp312-win32.pyd,sha256=AvTXBA74NYJ7VEb_zjqZ__O0ArC3tvYYBKaGX_pUIvM,8316928
74
- hypern-0.3.14.dist-info/RECORD,,
73
+ hypern/hypern.cp312-win32.pyd,sha256=EpTlOx501hxPRpnG3mzOr7p-9abTuHQo1GtZj6_AlsY,8306688
74
+ hypern-0.3.15.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.8.1)
2
+ Generator: maturin (1.8.3)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-win32