mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 01:22:23 +08:00
Update database file path handling and server shutdown message (#1686)
* Update database file path handling in base.py and version.py * Update server.py to handle SIGINT signal in LangflowUvicornWorker * Add shutdown message when shutting down Langflow in main.py * Update datetime type for created_at and updated_at fields in apikey and variable tables * Update package versions in pyproject.toml and poetry.lock files * Update package versions in pyproject.toml and poetry.lock files * Fix import error in base.py * Refactor database file path handling in base.py * Update unit test command in python_test.yml
This commit is contained in:
committed by
GitHub
parent
e38ab095d9
commit
e73754b391
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
@ -41,4 +41,4 @@ jobs:
|
||||
poetry install
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
make tests
|
||||
make tests args="-n auto"
|
||||
|
||||
Reference in New Issue
Block a user