feat: Use pyproject standardized dependency-groups (#6689)

* Use pyproject standardized dependency-groups

* fix: update Python version requirement to support up to 3.14

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
Christophe Bornet 2025-02-20 21:19:45 +01:00 committed by GitHub
commit 0886bdad16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 141 additions and 146 deletions

View file

@ -54,7 +54,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install the project
run: uv sync --dev
run: uv sync
- name: Run unit tests
uses: nick-fields/retry@v3
with:
@ -78,7 +78,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install the project
run: uv sync --dev
run: uv sync
- name: Run integration tests
run: make integration_tests_no_api_keys
- name: Minimize uv cache