mirror of
https://github.com/langchain-ai/streamlit-agent.git
synced 2026-08-26 19:16:33 -04:00
[PR #59] Fix broken poetry install #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/streamlit-agent/pull/59
Author: @FieteO
Created: 5/24/2025
Status: 🔄 Open
Base:
main← Head:fix-poetry-install📝 Commits (1)
65ba730Fix broken poetry install📊 Changes
5 files changed (+2736 additions, -2335 deletions)
View changed files
📝
poetry.lock(+2730 -2329)📝
streamlit_agent/chat_pandas_df.py(+2 -2)📝
streamlit_agent/chat_with_documents.py(+1 -1)📝
streamlit_agent/chat_with_sql_db.py(+1 -1)📝
streamlit_agent/minimal_agent.py(+2 -2)📄 Description
On my machine, I cannot run
poetry installto install the dependencies of the project:This PR
poetry lock --no-cache --regeneratelangchain_community🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.