chainlit 2.0rc0__py3-none-any.whl → 2.0.1__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.

Potentially problematic release.


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

Files changed (76) hide show
  1. chainlit/__init__.py +49 -54
  2. chainlit/action.py +12 -10
  3. chainlit/{auth.py → auth/__init__.py} +20 -34
  4. chainlit/auth/cookie.py +123 -0
  5. chainlit/auth/jwt.py +37 -0
  6. chainlit/callbacks.py +29 -1
  7. chainlit/chat_context.py +2 -2
  8. chainlit/chat_settings.py +3 -1
  9. chainlit/cli/__init__.py +14 -1
  10. chainlit/config.py +21 -59
  11. chainlit/context.py +3 -2
  12. chainlit/copilot/dist/index.js +8319 -1019
  13. chainlit/data/__init__.py +98 -17
  14. chainlit/data/acl.py +3 -2
  15. chainlit/data/base.py +1 -1
  16. chainlit/data/chainlit_data_layer.py +584 -0
  17. chainlit/data/dynamodb.py +5 -3
  18. chainlit/data/literalai.py +4 -6
  19. chainlit/data/sql_alchemy.py +8 -7
  20. chainlit/data/storage_clients/azure.py +1 -0
  21. chainlit/data/storage_clients/azure_blob.py +80 -0
  22. chainlit/data/storage_clients/base.py +6 -0
  23. chainlit/data/storage_clients/gcs.py +78 -0
  24. chainlit/data/storage_clients/s3.py +16 -3
  25. chainlit/discord/app.py +2 -1
  26. chainlit/element.py +13 -9
  27. chainlit/emitter.py +17 -21
  28. chainlit/frontend/dist/assets/{DailyMotion-CleI-8Dh.js → DailyMotion-B8XgmoRm.js} +1 -1
  29. chainlit/frontend/dist/assets/Dataframe-VU4lXMbv.js +22 -0
  30. chainlit/frontend/dist/assets/{Facebook-C4PuTowX.js → Facebook-fVIMi9h_.js} +1 -1
  31. chainlit/frontend/dist/assets/{FilePlayer-D49YToZz.js → FilePlayer-DlXvvaZa.js} +1 -1
  32. chainlit/frontend/dist/assets/{Kaltura-BkZcQEIs.js → Kaltura-C48Ui_4V.js} +1 -1
  33. chainlit/frontend/dist/assets/{Mixcloud-DzvBFYsm.js → Mixcloud-Dmjz7RrS.js} +1 -1
  34. chainlit/frontend/dist/assets/{Mux-UXPyWWYv.js → Mux-Bqaa3ZzG.js} +1 -1
  35. chainlit/frontend/dist/assets/{Preview-0YXzpiVm.js → Preview-B2d1Ugq4.js} +1 -1
  36. chainlit/frontend/dist/assets/{SoundCloud-CS54COex.js → SoundCloud-BGuk87T3.js} +1 -1
  37. chainlit/frontend/dist/assets/{Streamable-DYYShO6Q.js → Streamable-DOe4rXrG.js} +1 -1
  38. chainlit/frontend/dist/assets/{Twitch-DG7403Hm.js → Twitch-TA7I2UEi.js} +1 -1
  39. chainlit/frontend/dist/assets/{Vidyard-C5JbOHIQ.js → Vidyard-B5F6Dk_y.js} +1 -1
  40. chainlit/frontend/dist/assets/{Vimeo-dFLZbhqH.js → Vimeo-DP_Y98tQ.js} +1 -1
  41. chainlit/frontend/dist/assets/Wistia-DB26BTg8.js +1 -0
  42. chainlit/frontend/dist/assets/{YouTube-Dct4gpfH.js → YouTube-CMwwf2TN.js} +1 -1
  43. chainlit/frontend/dist/assets/index-88S3ZtD5.css +1 -0
  44. chainlit/frontend/dist/assets/index-D7lZEN9m.js +8665 -0
  45. chainlit/frontend/dist/assets/{react-plotly-CFHBSMgg.js → react-plotly-28_xImPF.js} +1 -1
  46. chainlit/frontend/dist/index.html +2 -2
  47. chainlit/haystack/callbacks.py +5 -4
  48. chainlit/input_widget.py +6 -4
  49. chainlit/langchain/callbacks.py +56 -47
  50. chainlit/langflow/__init__.py +1 -0
  51. chainlit/llama_index/callbacks.py +7 -7
  52. chainlit/message.py +6 -7
  53. chainlit/mistralai/__init__.py +3 -2
  54. chainlit/oauth_providers.py +70 -3
  55. chainlit/openai/__init__.py +3 -2
  56. chainlit/secret.py +1 -1
  57. chainlit/server.py +483 -199
  58. chainlit/session.py +7 -5
  59. chainlit/slack/app.py +3 -2
  60. chainlit/socket.py +79 -106
  61. chainlit/step.py +11 -11
  62. chainlit/sync.py +2 -1
  63. chainlit/teams/app.py +1 -0
  64. chainlit/translations/en-US.json +1 -1
  65. chainlit/translations/nl-NL.json +229 -0
  66. chainlit/types.py +20 -4
  67. chainlit/user.py +2 -1
  68. chainlit/utils.py +3 -2
  69. {chainlit-2.0rc0.dist-info → chainlit-2.0.1.dist-info}/METADATA +3 -34
  70. chainlit-2.0.1.dist-info/RECORD +106 -0
  71. chainlit/frontend/dist/assets/Wistia-143Q9V9c.js +0 -1
  72. chainlit/frontend/dist/assets/index-2yAiK0R5.js +0 -1091
  73. chainlit/frontend/dist/assets/index-CwmincdQ.css +0 -1
  74. chainlit-2.0rc0.dist-info/RECORD +0 -99
  75. {chainlit-2.0rc0.dist-info → chainlit-2.0.1.dist-info}/WHEEL +0 -0
  76. {chainlit-2.0rc0.dist-info → chainlit-2.0.1.dist-info}/entry_points.txt +0 -0
@@ -1 +0,0 @@
1
- pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#23241f;color:#f8f8f2}.hljs-tag,.hljs-subst{color:#f8f8f2}.hljs-strong,.hljs-emphasis{color:#a8a8a2}.hljs-bullet,.hljs-quote,.hljs-number,.hljs-regexp,.hljs-literal,.hljs-link{color:#ae81ff}.hljs-code,.hljs-title,.hljs-section,.hljs-selector-class{color:#a6e22e}.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-name,.hljs-attr{color:#f92672}.hljs-symbol,.hljs-attribute{color:#66d9ef}.hljs-params,.hljs-title.class_,.hljs-class .hljs-title{color:#f8f8f2}.hljs-string,.hljs-type,.hljs-built_in,.hljs-selector-id,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-template-variable{color:#e6db74}.hljs-comment,.hljs-deletion,.hljs-meta{color:#75715e}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.markdown-body{overflow-x:auto;overflow-y:hidden}.markdown-body img{max-width:100%}.markdown-body p{white-space:break-spaces}.ai-message .markdown-body>:first-child{margin-top:0}body{margin:0;padding:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
@@ -1,99 +0,0 @@
1
- chainlit/__init__.py,sha256=-JME6GH0Gk0EznxyApC57ev_VTrOqJXlwK-aRikWKsQ,4468
2
- chainlit/__main__.py,sha256=7Vg3w3T3qDuz4KDu5lQhLH6lQ3cYdume7gHH7Z1V97U,87
3
- chainlit/_utils.py,sha256=vaKfEpXcL4kXktp54IRQWZRK4L_HGK8gJuAoIM29YYc,289
4
- chainlit/action.py,sha256=k-GsblVHI4DnDWFyF-RZgq3KfdfAFICFh2OBeU4w8N8,1410
5
- chainlit/auth.py,sha256=Ut_sQTgYDQ7K2t3QG0ByO4Gw5t0PmmYI4Cr48cJmHCA,2846
6
- chainlit/cache.py,sha256=tPWzO4UHMgNnAnKolKdW0pm08ceZykrs25kvpWJHhN8,1389
7
- chainlit/callbacks.py,sha256=1XP2NjsHeKWuoEYAtz5fXN1d5Jwk7WkXKEr0NvyaFco,9341
8
- chainlit/chat_context.py,sha256=X1NInuCkhrfFhFUNIbipVaqf-90xXuyCAB9fvJlEUD4,1868
9
- chainlit/chat_settings.py,sha256=2ByenmwS8O6jQjDVJjhhbLrBPGA5aY2F7R3VvQQxXPk,877
10
- chainlit/cli/__init__.py,sha256=EBm7RAcR9579s1uglKQ5O9UxSEQ5FEIXh2-joljRSFc,6244
11
- chainlit/config.py,sha256=xa1tUXugzx4VOQ7Zj7zZNUBUfQy6qydSnYMvJ1SVQaQ,17019
12
- chainlit/context.py,sha256=yAN5da8w2P5pZ8OhQLVpsoc5eqeNoo_mFSGNE6C_AGo,3318
13
- chainlit/copilot/dist/assets/logo_dark-IkGJ_IwC.svg,sha256=Kjz3QMh-oh-ag4YatjU0YCPqGF7F8nHh8VUQoJIs01E,8887
14
- chainlit/copilot/dist/assets/logo_light-Bb_IPh6r.svg,sha256=sHjnvEq1rfqh3bcexJNYUY7WEDdTQZq3aKZYpi4w4ck,8889
15
- chainlit/copilot/dist/index.js,sha256=g0-8RICJRhgI68xf_6uIFWEE4QayO0YwBDyv6RLdxbE,7156710
16
- chainlit/data/__init__.py,sha256=odPZprftc3QMWTA0GITs8IA5Z7QeQXl3hEXx7If__NY,1073
17
- chainlit/data/acl.py,sha256=5EwZuKVcZediw77L661MohGce3JzGIaYmw6NutmMTw0,578
18
- chainlit/data/base.py,sha256=U8MTp_7Ywmnt3j5W6TmYvBqqK61TOZ1T7kYi7RTyUGc,2539
19
- chainlit/data/dynamodb.py,sha256=lb_XM5ApL82ATMmvqoHyD-Hror22TXedXLDFGFh9qZM,19456
20
- chainlit/data/literalai.py,sha256=H6fxhqwJVeA6movnmlcB_TToD7jslY1X8u2vg3gIku0,17256
21
- chainlit/data/sql_alchemy.py,sha256=1Kc3d6FSNVj7f2L1ms34NiAW7uAJ9fxJhUL9cjzTDyI,29562
22
- chainlit/data/storage_clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- chainlit/data/storage_clients/azure.py,sha256=25VCLfSUuiwbS68r8YUaQnquDkbhvjt8iXeD78Oay_E,2530
24
- chainlit/data/storage_clients/base.py,sha256=mOu3yWgLaqtdPZFjdngJ8ItTR_8Nwq05JxIjXfXlYMg,440
25
- chainlit/data/storage_clients/s3.py,sha256=LcXABHtc4zX5YiMBLN4Xr7YAXpb0zPXojTMkrNjUKj0,1158
26
- chainlit/data/utils.py,sha256=cVe8p9F-lITgmAD2xhON_h0nKJVrh1P0AUoLCq6JCWs,966
27
- chainlit/discord/__init__.py,sha256=lTHHcYQmfa2wpJ35m3eveEpUbp6ti2YSA7AdopfsREs,219
28
- chainlit/discord/app.py,sha256=-efl4v9wNvfidYPjS2kqNqaaUCvvfBlErZe6lyQF_IE,11174
29
- chainlit/element.py,sha256=3bWesS5LVR3nJgrqsipDc0UqfrPOQekQWMmpgL91GDw,11632
30
- chainlit/emitter.py,sha256=DvxpQYS_BKPHQ6WUEOOhAOkl9M14Tm1FQ8uFI2xi75E,13946
31
- chainlit/frontend/dist/assets/DailyMotion-CleI-8Dh.js,sha256=onSRFt7i45p8Ss241ydylkO2rojvIYMKii6sw3HnWEQ,2958
32
- chainlit/frontend/dist/assets/Facebook-C4PuTowX.js,sha256=NCjJgziOnWZXiBQJ2ENLx5-zYn9T_qNg_v6OOu58Ik8,3213
33
- chainlit/frontend/dist/assets/FilePlayer-D49YToZz.js,sha256=0pYB_KSuiYlCOCAH_wuE1h8m81DNf-VicUc_LY8jLKc,9038
34
- chainlit/frontend/dist/assets/Kaltura-BkZcQEIs.js,sha256=2JCQibnEKcIijIfNug6gX2Nqk4YuKXlkPYPJdW5rFkQ,2787
35
- chainlit/frontend/dist/assets/Mixcloud-DzvBFYsm.js,sha256=5w0N9TcDAj2aW3Hp8Tp9Q4fwunT57d0yST3d_8F7wrQ,2635
36
- chainlit/frontend/dist/assets/Mux-UXPyWWYv.js,sha256=Zco1HGlC_wJ7vVkafheyNQ6nH9C6QxmKwQNpSQezDnY,5357
37
- chainlit/frontend/dist/assets/Preview-0YXzpiVm.js,sha256=-kcKGDCQRZXt5NHKeZWgDG4hLvAzUa5GIX8UjCbyhGo,3008
38
- chainlit/frontend/dist/assets/SoundCloud-CS54COex.js,sha256=k_3zSmPjeeTRXfCpmNQZkV3TPW2BgzOYoAtDDiQTeP8,2920
39
- chainlit/frontend/dist/assets/Streamable-DYYShO6Q.js,sha256=tM_7uNquUUUNhjrPOtS1zZpxVDB2mSvizcO3KHWxmS8,2932
40
- chainlit/frontend/dist/assets/Twitch-DG7403Hm.js,sha256=TJLlL-7OgWOk8FaLW62kuoCCdPNeloI7ntcZ_TOFbsw,3080
41
- chainlit/frontend/dist/assets/Vidyard-C5JbOHIQ.js,sha256=EU9agA0_uDDC7DDgpcqR-rkZ3Gv4KJn80_DMOPR7hKY,2854
42
- chainlit/frontend/dist/assets/Vimeo-dFLZbhqH.js,sha256=_PYQmlH-gK-32LfpPh5eIZpEjh5UcysqP3FBadEQqRs,3624
43
- chainlit/frontend/dist/assets/Wistia-143Q9V9c.js,sha256=XUN8e1KFiCVNAS7pu0R8vMvxvQGe0B-eYQdqPA7y2qE,3511
44
- chainlit/frontend/dist/assets/YouTube-Dct4gpfH.js,sha256=iP_xFGYIMFMtMUt8nELh8mEK6Vw5c-QYb48A9Ax9cmI,4445
45
- chainlit/frontend/dist/assets/index-2yAiK0R5.js,sha256=xzirE7jRovfyiJu4C3LeO31ct_iWpGvvWLFILzOmbjk,3086945
46
- chainlit/frontend/dist/assets/index-CwmincdQ.css,sha256=qvl0qUmR5u0JcmJAfkzaZpN-0ZKdQjzqCSE9cnrQpZQ,2559
47
- chainlit/frontend/dist/assets/logo_dark-IkGJ_IwC.svg,sha256=Kjz3QMh-oh-ag4YatjU0YCPqGF7F8nHh8VUQoJIs01E,8887
48
- chainlit/frontend/dist/assets/logo_light-Bb_IPh6r.svg,sha256=sHjnvEq1rfqh3bcexJNYUY7WEDdTQZq3aKZYpi4w4ck,8889
49
- chainlit/frontend/dist/assets/react-plotly-CFHBSMgg.js,sha256=1UjFPPxlZDwaHX-CzHJhVhwZCrHjmSBxE41vXubHwvE,3762918
50
- chainlit/frontend/dist/favicon.svg,sha256=0Cy8x28obT5eWW3nxZRhsEvu6_zMqrqbg0y6hT3D0Q0,6455
51
- chainlit/frontend/dist/index.html,sha256=PvzN6_h_InbT7dwh6ZPYVntmubG3KlfJ_sFUdwPSGU4,972
52
- chainlit/haystack/__init__.py,sha256=uZ77YiPy-qleSTi3dQCDO9HE6S6F6GpJWmh7jO4cxXA,217
53
- chainlit/haystack/callbacks.py,sha256=mh6CS6n0Z70u9B1s72iF0kSl-qi2N55T-AgaMtUvq9Y,5036
54
- chainlit/hello.py,sha256=LwENQWo5s5r8nNDn4iKSV77vX60Ky5r_qGjQhyi7qlY,416
55
- chainlit/input_widget.py,sha256=KmOn1nPTBvnld3iIBHR0Vih0KsCxVnTbo2t_xBNANzo,4949
56
- chainlit/langchain/__init__.py,sha256=zErMw0_3ufSGeF9ye7X0ZX3wDat4mTOx97T40ePDO2g,217
57
- chainlit/langchain/callbacks.py,sha256=qC9p_XKYOVEszy2gdRr2QTHVtKHBzK07OXfcoxmqMOE,21242
58
- chainlit/langflow/__init__.py,sha256=wxhxdsl1yxdsRyNTgZticxFF_8VFtJJ4OdIy3tnEIyM,817
59
- chainlit/llama_index/__init__.py,sha256=weRoIWCaRBGvA1LczCEfsqhWsltQSVlhtRnTovtdo8w,227
60
- chainlit/llama_index/callbacks.py,sha256=HtxBRkfjHnwEBmhcuYDFsAD2gUVpsOi4ET39l4afh1M,7286
61
- chainlit/logger.py,sha256=wTwRSZsLfXwWy6U4351IgWAm4KCMThgxm9EZpjGUEr4,373
62
- chainlit/markdown.py,sha256=V-Op4hyqyTTvXInU5QrHfxs0nb71lBMU8trOSAlast8,2142
63
- chainlit/message.py,sha256=Rd7CT0U-Zv0zu7jce_XB32h10Ui7z4Ahlis41YYJJxQ,17308
64
- chainlit/mistralai/__init__.py,sha256=Zr3-mb-3ycNXR1e5ui_yX_7ZxGB0cu5d9E80ir7t-2w,1507
65
- chainlit/oauth_providers.py,sha256=e-HupFy6HFPCAavBfD3XGBgwHU1n0JrGHO7QjeBp0ts,24297
66
- chainlit/openai/__init__.py,sha256=CJp-3lr4NS3X-aZ0H3OvKcL5wFf-cJZffIK0Bwl9jxA,1690
67
- chainlit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
- chainlit/secret.py,sha256=cQvIFGTQ7r2heC8EOGdgifSZZYqslh-qQxhUhKhD8vU,295
69
- chainlit/server.py,sha256=wDb8yuKlSS8n_tj3aEEARSkZSXsShPYNgt7uFbHv4Gc,30605
70
- chainlit/session.py,sha256=dU56wmJ9LSuSAOwKBpYF8ZofV5SoN1oPmWycHWEN85k,9219
71
- chainlit/slack/__init__.py,sha256=gkC1iYlQrWHDN8bbsWOquwwlyW9DtKAe22GizJJzY7A,226
72
- chainlit/slack/app.py,sha256=jzy6Nz9kmnJ6j1wfoI94cweSNDjdv7X-ur_lWnq5oVE,11741
73
- chainlit/socket.py,sha256=Hg1OC0diVii9o_KZjo1mqnFbgZjezrF3r60D1-UfoBs,12762
74
- chainlit/step.py,sha256=jyrmaLfj6cwiNtRcJ7q1492g5ZIpuTXX3jjI2Mv35uM,14286
75
- chainlit/sync.py,sha256=G1n-7-3WgXsN8y1bJkEyws_YwmHZIyDZoZUwhprigag,1235
76
- chainlit/teams/__init__.py,sha256=_lUcuc5R4bYwUoC15jyKES10KTeH8ciSWqV5JyLrW6M,236
77
- chainlit/teams/app.py,sha256=gJm_wBNzCawaTLIYtOEhDlpRwBDprnguTAIoWZhlO8o,10533
78
- chainlit/telemetry.py,sha256=Rk4dnZv0OnGOgV4kD-VHdhgl4i7i3ypqhSE_R-LZceM,3060
79
- chainlit/translations/bn.json,sha256=_44si0jO2AFZytfH9sBcINpOveQ4OZs77yf-_VlUtjs,13172
80
- chainlit/translations/en-US.json,sha256=eS9YSnca-MFpWeZI4JhI0Yl0YBQlrsxB-yFM62K03bI,7778
81
- chainlit/translations/gu.json,sha256=CkhAowZ0mgMJhQUMrUADfKPfsDgj5mvHlC3WtQ0UjQE,12699
82
- chainlit/translations/he-IL.json,sha256=fu6FXfoqYqydSh_NcDpS6ZN7byQ-WZkr4zU0qXznqwc,8789
83
- chainlit/translations/hi.json,sha256=J15GBkMu45RJMj1p5sFVnlackwAp_jKySRsKN-wRCUg,12397
84
- chainlit/translations/kn.json,sha256=koYH5mEcX4ZfacgmiTu_UfKgNbDXXUwcEV7v6uq92eY,13575
85
- chainlit/translations/ml.json,sha256=x_QV-3H0vCoijszWrjHajaTBtZzAdQ0y4V2uJgLf0S4,14270
86
- chainlit/translations/mr.json,sha256=pUr540hPG3Vq-Nts7Pnj-oor_scw1Rx2gaIBnGOyPZU,12495
87
- chainlit/translations/ta.json,sha256=kLXucUlMCD3jXlPhmOZ3FFZNdXfGDaqVxwqGqJqVF78,14152
88
- chainlit/translations/te.json,sha256=spOs9mYNITEUy_mKp4_9qmXP2yACVrruiQKb1zlRIWU,13608
89
- chainlit/translations/zh-CN.json,sha256=Y3MhXUDFi4YMxX8-agpCM68efYXCGcHqyqRAen8LLfk,7508
90
- chainlit/translations.py,sha256=WG_r7HzxBYns-zk9tVvoGdoofv71okTZx8k1RlcoTIg,2034
91
- chainlit/types.py,sha256=7pY4iePG2s5nPxU9LnmKbmNI3vT6l5gs6jy9VEH3P4A,5181
92
- chainlit/user.py,sha256=mUhnGhYQ__qEx8YzigHhF2Z9xxuqQo5C2U8opKpiVRs,752
93
- chainlit/user_session.py,sha256=T1nQVN_weELXTrkDIV54YgdrA3zIvJGe1tN-nypunt4,1531
94
- chainlit/utils.py,sha256=hXb5z3jb2syJP0P_jTz3zjDEuIfl0IAmQbA3MooSCTs,3989
95
- chainlit/version.py,sha256=VcRO6Iwchkv80BWb4hRGkOnBgDhj87-Yjorcv1u5Z3g,276
96
- chainlit-2.0rc0.dist-info/METADATA,sha256=MrXrvOm3_3YS6tvtSFnWudOE3UFVUjF03lIsXrLyQ90,7059
97
- chainlit-2.0rc0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
98
- chainlit-2.0rc0.dist-info/entry_points.txt,sha256=FrkqdjrFl8juSnvBndniyX7XuKojmUwO4ghRh-CFMQc,45
99
- chainlit-2.0rc0.dist-info/RECORD,,