chainlit 1.0.500__tar.gz → 1.0.501__tar.gz
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.
- {chainlit-1.0.500 → chainlit-1.0.501}/PKG-INFO +4 -4
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/copilot/dist/index.js +77 -77
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/data/__init__.py +18 -15
- chainlit-1.0.500/chainlit/frontend/dist/assets/index-dc38064c.js → chainlit-1.0.501/chainlit/frontend/dist/assets/index-e306c2e5.js +84 -84
- chainlit-1.0.500/chainlit/frontend/dist/assets/react-plotly-df285644.js → chainlit-1.0.501/chainlit/frontend/dist/assets/react-plotly-cc656f1c.js +1 -1
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/frontend/dist/index.html +1 -1
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/llama_index/callbacks.py +35 -6
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/message.py +9 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/openai/__init__.py +3 -4
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/playground/config.py +0 -4
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/playground/providers/__init__.py +0 -2
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/playground/providers/openai.py +5 -27
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/server.py +4 -2
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/step.py +10 -1
- {chainlit-1.0.500 → chainlit-1.0.501}/pyproject.toml +4 -5
- chainlit-1.0.500/chainlit/translations/de.json +0 -161
- chainlit-1.0.500/chainlit/translations/pt-BR.json +0 -157
- {chainlit-1.0.500 → chainlit-1.0.501}/README.md +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/__init__.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/__main__.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/action.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/auth.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/cache.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/chat_settings.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/cli/__init__.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/cli/utils.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/config.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/context.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/copilot/dist/assets/logo_dark-2a3cf740.svg +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/copilot/dist/assets/logo_light-b078e7bc.svg +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/data/acl.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/element.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/emitter.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/frontend/dist/assets/index-d088547c.css +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/frontend/dist/assets/logo_dark-2a3cf740.svg +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/frontend/dist/assets/logo_light-b078e7bc.svg +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/frontend/dist/favicon.svg +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/haystack/__init__.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/haystack/callbacks.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/hello.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/input_widget.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/langchain/__init__.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/langchain/callbacks.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/langflow/__init__.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/llama_index/__init__.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/logger.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/markdown.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/oauth_providers.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/playground/__init__.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/playground/provider.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/playground/providers/anthropic.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/playground/providers/huggingface.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/playground/providers/langchain.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/playground/providers/vertexai.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/py.typed +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/secret.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/session.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/socket.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/sync.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/telemetry.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/translations/en-US.json +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/translations.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/types.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/user.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/user_session.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/utils.py +0 -0
- {chainlit-1.0.500 → chainlit-1.0.501}/chainlit/version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: chainlit
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.501
|
|
4
4
|
Summary: Build Conversational AI.
|
|
5
5
|
Home-page: https://github.com/Chainlit/chainlit
|
|
6
6
|
License: Apache-2.0 license
|
|
@@ -17,12 +17,12 @@ Requires-Dist: aiofiles (>=23.1.0,<24.0.0)
|
|
|
17
17
|
Requires-Dist: asyncer (>=0.0.2,<0.0.3)
|
|
18
18
|
Requires-Dist: click (>=8.1.3,<9.0.0)
|
|
19
19
|
Requires-Dist: dataclasses_json (>=0.5.7,<0.6.0)
|
|
20
|
-
Requires-Dist: fastapi (>=0.
|
|
20
|
+
Requires-Dist: fastapi (>=0.110.1,<0.111.0)
|
|
21
21
|
Requires-Dist: fastapi-socketio (>=0.0.10,<0.0.11)
|
|
22
22
|
Requires-Dist: filetype (>=1.2.0,<2.0.0)
|
|
23
23
|
Requires-Dist: httpx (>=0.23.0)
|
|
24
24
|
Requires-Dist: lazify (>=0.4.0,<0.5.0)
|
|
25
|
-
Requires-Dist: literalai (==0.0.
|
|
25
|
+
Requires-Dist: literalai (==0.0.500)
|
|
26
26
|
Requires-Dist: nest-asyncio (>=1.5.6,<2.0.0)
|
|
27
27
|
Requires-Dist: packaging (>=23.1,<24.0)
|
|
28
28
|
Requires-Dist: pydantic (>=1,<3)
|
|
@@ -30,7 +30,7 @@ Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
|
|
|
30
30
|
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
|
|
31
31
|
Requires-Dist: python-graphql-client (>=0.4.3,<0.5.0)
|
|
32
32
|
Requires-Dist: python-multipart (>=0.0.9,<0.0.10)
|
|
33
|
-
Requires-Dist: starlette (
|
|
33
|
+
Requires-Dist: starlette (>=0.37.2,<0.38.0)
|
|
34
34
|
Requires-Dist: syncer (>=2.0.3,<3.0.0)
|
|
35
35
|
Requires-Dist: tomli (>=2.0.1,<3.0.0)
|
|
36
36
|
Requires-Dist: uptrace (>=1.22.0,<2.0.0)
|