hypern 0.3.14__cp311-cp311-macosx_10_12_x86_64.whl → 0.3.15__cp311-cp311-macosx_10_12_x86_64.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.
- hypern/hypern.cpython-311-darwin.so +0 -0
- {hypern-0.3.14.dist-info → hypern-0.3.15.dist-info}/METADATA +16 -16
- {hypern-0.3.14.dist-info → hypern-0.3.15.dist-info}/RECORD +5 -5
- {hypern-0.3.14.dist-info → hypern-0.3.15.dist-info}/WHEEL +1 -1
- {hypern-0.3.14.dist-info → hypern-0.3.15.dist-info}/licenses/LICENSE +0 -0
Binary file
|
@@ -1,24 +1,24 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hypern
|
3
|
-
Version: 0.3.
|
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]
|
8
|
-
Requires-Dist: pyjwt
|
9
|
-
Requires-Dist: pydash
|
10
|
-
Requires-Dist: sentry-sdk
|
11
|
-
Requires-Dist: celery
|
12
|
-
Requires-Dist: psycopg
|
13
|
-
Requires-Dist: pyyaml
|
14
|
-
Requires-Dist: orjson
|
15
|
-
Requires-Dist: multiprocess
|
16
|
-
Requires-Dist: uvloop
|
17
|
-
Requires-Dist: watchdog
|
18
|
-
Requires-Dist: psutil
|
19
|
-
Requires-Dist: msgpack
|
20
|
-
Requires-Dist: redis
|
21
|
-
Requires-Dist: pydantic
|
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.
|
2
|
-
hypern-0.3.
|
3
|
-
hypern-0.3.
|
1
|
+
hypern-0.3.15.dist-info/METADATA,sha256=jwBlqCAtibNdltKg6m0bYu7lywh8IeS3JD_JZT2hvdY,3992
|
2
|
+
hypern-0.3.15.dist-info/WHEEL,sha256=jgSIe9rFDK6RQayLUaWuarrVdZcfGY6qifRq6bxJ5gg,106
|
3
|
+
hypern-0.3.15.dist-info/licenses/LICENSE,sha256=VdbaK2hSaaD-LUjtDIlEbeZVmvLGK7BEQvltP3mv-cY,1304
|
4
4
|
hypern/worker.py,sha256=_m0NV-Srn4NGi65UciOOg3t4Bk6wGm0PMG4_1EYi6Zk,9487
|
5
5
|
hypern/middleware/cors.py,sha256=q8Ts_znqApdUJYSJyLlRIbYKxxTQy6WNnJD6Kqbl32I,1759
|
6
6
|
hypern/middleware/security.py,sha256=hPYsilqhF9mRCX7DzOQw4AKh0y5k5FL0cM_zQdb9tiA,7491
|
@@ -70,5 +70,5 @@ hypern/gateway/gateway.py,sha256=rAZrS9db55tQGUfEfVNIKw6EetBdHAcSXyrC7rLfCZ8,143
|
|
70
70
|
hypern/gateway/aggregator.py,sha256=Z4LnsDlVDtlPlhsSKu8jCD0UsbztXOLu6UAVtkgJwQk,1100
|
71
71
|
hypern/gateway/proxy.py,sha256=cgMFJ6znUMWRDgPgnRz7HmPT6UUY6Z09-8HAxkCWGgk,2403
|
72
72
|
hypern/gateway/__init__.py,sha256=4wyCK49W_sTBCh0hkTdEli6kdRUFu9UBxncV6EXBxwA,229
|
73
|
-
hypern/hypern.cpython-311-darwin.so,sha256=
|
74
|
-
hypern-0.3.
|
73
|
+
hypern/hypern.cpython-311-darwin.so,sha256=0zpu35QzE1lhGzHtW53zp0_4BUIWNL2TxcO9GoSUyXA,9716416
|
74
|
+
hypern-0.3.15.dist-info/RECORD,,
|
File without changes
|