robyn 0.72.0__cp39-none-win32.whl → 0.72.2__cp39-none-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.

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,9 +29,9 @@ 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
33
- Project-URL: Repository, https://github.com/sparckles/robyn
34
32
  Project-URL: Documentation, https://robyn.tech/
33
+ Project-URL: Repository, https://github.com/sparckles/robyn
34
+ Project-URL: Issues, https://github.com/sparckles/robyn/issues
35
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>
@@ -1,7 +1,7 @@
1
- robyn-0.72.0.dist-info/METADATA,sha256=5BcTmT5hH6gKnc00NoZhQciSrbfGVJnfrDfN9Ff3088,10727
2
- robyn-0.72.0.dist-info/WHEEL,sha256=ZTTEGqgUe3FxF9ds-ypM1We7Ol3Cv1tlHzQFpsD9TgI,92
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=KXLWBzY2Jds4V6rXFrMA7GJwJkccyQSHLX8LP6RAH5w,1348
1
+ robyn-0.72.2.dist-info/METADATA,sha256=dPFgvob6CXADw4LYR2v5b0xcjBrIaE-Xf5bHITEkoWM,10727
2
+ robyn-0.72.2.dist-info/WHEEL,sha256=ZTTEGqgUe3FxF9ds-ypM1We7Ol3Cv1tlHzQFpsD9TgI,92
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=KXLWBzY2Jds4V6rXFrMA7GJwJkccyQSHLX8LP6RAH5w,1348
5
5
  robyn/ai.py,sha256=AH5pfSxUbSRmCtZU2N-1GCq7uf0Vs01SkMqu13HKVto,10331
6
6
  robyn/argument_parser.py,sha256=JV5y3EHnMyCm-1khEsz0gSam3veXcM44pFSrH_udQcQ,4380
7
7
  robyn/authentication.py,sha256=j-ZM2ajamTUb7Dp2kabgJ5tUlKWkeUbSlDhzBhoXSb4,3157
@@ -53,5 +53,5 @@ robyn/types.py,sha256=P4BAufORLfAyhuD7685MEYGJ59LRaQGzfeSay53FOCE,1023
53
53
  robyn/ws.py,sha256=KNMqbgoVp8A3HGlwMCnBgJw8yhVjpGsTcu1OYcX6MCY,2430
54
54
  robyn/__init__.py,sha256=8CMR_rh230ZlrwyoZTu6JPg47o8p1avND2SmjwjgQxU,30586
55
55
  robyn/__main__.py,sha256=nyARAffN7_2tnkFii4QvhrO2x2WEY_V6bt_jvJr2j6Y,68
56
- robyn/robyn.cp39-win32.pyd,sha256=JmKoRBKfB25gq95CzupGsBIAcKUnreYD9mG7yNU_F9g,3688448
57
- robyn-0.72.0.dist-info/RECORD,,
56
+ robyn/robyn.cp39-win32.pyd,sha256=Oosj6tDi-F-q0kZkrPtrmYVd1OWkibRM66YAmGuYWHs,3678720
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