chainlit 1.0.505__tar.gz → 1.0.506__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.505 → chainlit-1.0.506}/PKG-INFO +2 -2
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/copilot/dist/index.js +2 -2
- chainlit-1.0.505/chainlit/frontend/dist/assets/index-d200e7ad.js → chainlit-1.0.506/chainlit/frontend/dist/assets/index-d4233b49.js +33 -33
- chainlit-1.0.505/chainlit/frontend/dist/assets/react-plotly-10f4012e.js → chainlit-1.0.506/chainlit/frontend/dist/assets/react-plotly-2b7fa4f9.js +1 -1
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/frontend/dist/index.html +1 -1
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/input_widget.py +2 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/server.py +0 -3
- {chainlit-1.0.505 → chainlit-1.0.506}/pyproject.toml +2 -2
- {chainlit-1.0.505 → chainlit-1.0.506}/README.md +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/__main__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/action.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/auth.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/cache.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/chat_settings.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/cli/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/cli/utils.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/config.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/context.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/copilot/dist/assets/logo_dark-2a3cf740.svg +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/copilot/dist/assets/logo_light-b078e7bc.svg +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/data/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/data/acl.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/data/sql_alchemy.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/data/storage_clients.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/element.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/emitter.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/frontend/dist/assets/index-d088547c.css +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/frontend/dist/assets/logo_dark-2a3cf740.svg +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/frontend/dist/assets/logo_light-b078e7bc.svg +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/frontend/dist/favicon.svg +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/haystack/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/haystack/callbacks.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/hello.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/langchain/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/langchain/callbacks.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/langflow/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/llama_index/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/llama_index/callbacks.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/logger.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/markdown.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/message.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/oauth_providers.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/openai/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/playground/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/playground/config.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/playground/provider.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/playground/providers/__init__.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/playground/providers/anthropic.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/playground/providers/huggingface.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/playground/providers/langchain.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/playground/providers/openai.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/playground/providers/vertexai.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/py.typed +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/secret.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/session.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/socket.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/step.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/sync.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/telemetry.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/translations/en-US.json +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/translations.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/types.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/user.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/user_session.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/chainlit/utils.py +0 -0
- {chainlit-1.0.505 → chainlit-1.0.506}/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.506
|
|
4
4
|
Summary: Build Conversational AI.
|
|
5
5
|
Home-page: https://github.com/Chainlit/chainlit
|
|
6
6
|
License: Apache-2.0 license
|
|
@@ -22,7 +22,7 @@ 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.509)
|
|
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)
|