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:
Gabriel Luiz Freitas Almeida 2024-04-11 17:13:00 -03:00 committed by GitHub
commit e73754b391
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 489 additions and 329 deletions

View file

@ -41,4 +41,4 @@ jobs:
poetry install
- name: Run unit tests
run: |
make tests
make tests args="-n auto"