robyn 0.72.0__cp311-cp311-macosx_10_7_x86_64.whl → 0.72.2__cp311-cp311-macosx_10_7_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.

Potentially problematic release.


This version of robyn might be problematic. Click here for more details.

Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: robyn
3
- Version: 0.72.0
3
+ Version: 0.72.2
4
4
  Classifier: Development Status :: 3 - Alpha
5
5
  Classifier: Environment :: Web Environment
6
6
  Classifier: Intended Audience :: Developers
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.13
16
16
  Classifier: Programming Language :: Python :: Implementation :: CPython
17
17
  Requires-Dist: inquirerpy == 0.3.4
18
18
  Requires-Dist: multiprocess == 0.70.14
19
- Requires-Dist: orjson == 3.9.15
19
+ Requires-Dist: orjson == 3.11.0
20
20
  Requires-Dist: rustimport == 1.3.4
21
21
  Requires-Dist: uvloop~=0.21.0; sys_platform != 'win32' and platform_python_implementation == 'CPython' and platform_machine != 'armv7l'
22
22
  Requires-Dist: watchdog == 4.0.1
@@ -29,10 +29,10 @@ Author: Sanskar Jethi <sansyrox@gmail.com>
29
29
  Author-email: Sanskar Jethi <sansyrox@gmail.com>
30
30
  License: BSD License (BSD)
31
31
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
32
+ Project-URL: Issues, https://github.com/sparckles/robyn/issues
32
33
  Project-URL: Repository, https://github.com/sparckles/robyn
33
- Project-URL: Changelog, https://github.com/sparckles/robyn/blob/main/CHANGELOG.md
34
34
  Project-URL: Documentation, https://robyn.tech/
35
- Project-URL: Issues, https://github.com/sparckles/robyn/issues
35
+ Project-URL: Changelog, https://github.com/sparckles/robyn/blob/main/CHANGELOG.md
36
36
 
37
37
  <p align="center"><img alt="Robyn Logo" src="https://user-images.githubusercontent.com/29942790/140995889-5d91dcff-3aa7-4cfb-8a90-2cddf1337dca.png" width="250" /><p>
38
38
 
@@ -1,7 +1,7 @@
1
- robyn-0.72.0.dist-info/METADATA,sha256=uha5z5OkSrwYMwim3fpirhA2eldrq-5xBtDVOigmS08,10460
2
- robyn-0.72.0.dist-info/WHEEL,sha256=eKHOYSfGuMuCukZCSsGb7n01TsrrNY-hbvT_js6QBeo,107
3
- robyn-0.72.0.dist-info/entry_points.txt,sha256=ZRTo4DESiCsj-fgJS4MmhzwLsQcUjcIJaDcNbmO1is4,85
4
- robyn-0.72.0.dist-info/license_files/LICENSE,sha256=j_4yGGMoPbscB-1KxkoiGhFAk5Esl7Vq-gKqmygvnWo,1323
1
+ robyn-0.72.2.dist-info/METADATA,sha256=uqKYUVXabaigMVzOSz9mcOfOpH-OWeAxlCFrytB7f6U,10460
2
+ robyn-0.72.2.dist-info/WHEEL,sha256=eKHOYSfGuMuCukZCSsGb7n01TsrrNY-hbvT_js6QBeo,107
3
+ robyn-0.72.2.dist-info/entry_points.txt,sha256=Rla8T60GbwNh4BH5vu3h8eXoi_iTlrSmSYeVMVx-KI0,85
4
+ robyn-0.72.2.dist-info/license_files/LICENSE,sha256=j_4yGGMoPbscB-1KxkoiGhFAk5Esl7Vq-gKqmygvnWo,1323
5
5
  robyn/dependency_injection.py,sha256=so4u-_gZVnbut6z-MvwJv5deg5QJhUGJN4qqhr9tK9o,2450
6
6
  robyn/robyn.pyi,sha256=hS0bHILKZGdyMwO-MCu7lmUPpnoVilLyDnIj9z8dxFI,11453
7
7
  robyn/env_populator.py,sha256=Ig5LVQGcGehzy4gislnFvTfIr-htHgi-YyYcTSSIsx8,1094
@@ -53,5 +53,5 @@ robyn/scaffold/sqlmodel/Dockerfile,sha256=swNsbRAjZuep8JOnMHsRSKmxjR6OszxJpeD_3W
53
53
  robyn/scaffold/sqlmodel/app.py,sha256=fjBkh35jVIreVLz5Do7L_YKko2wtMcyB9QOAeAMddIs,1089
54
54
  robyn/__main__.py,sha256=kpXJC6Zhn63mMPoRtX0ufk4XgPix8eqYXTKz4ju87FQ,64
55
55
  robyn/argument_parser.py,sha256=ftg_t9ZriK5S1yKw6a3E7Y9O3q9pg5Gw5mSgLDI2WSU,4251
56
- robyn/robyn.cpython-311-darwin.so,sha256=IzawRQNKAZ-OoN_WIxo7Y6F0qI_lGL2mZIigqLdRRS0,4128824
57
- robyn-0.72.0.dist-info/RECORD,,
56
+ robyn/robyn.cpython-311-darwin.so,sha256=ug73ISJGSVgFOdwTU52VIt9DFxmN5Y3Y9rcTKAI3Ncs,4100192
57
+ robyn-0.72.2.dist-info/RECORD,,
File without changes
@@ -1,3 +1,3 @@
1
1
  [console_scripts]
2
- test_server=integration_tests.base_routes:main
3
2
  robyn=robyn.cli:run
3
+ test_server=integration_tests.base_routes:main