mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
feat: update lib bounds; update actions
This commit is contained in:
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
|
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
|
||||||
group: [1, 2, 3, 4, 5, 6, 7, 8]
|
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
path: .test_durations_py*
|
path: .test_durations_py*
|
||||||
key: test-durations-py${{ matrix.python-version }}
|
key: test-durations-py${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Run tests (group ${{ matrix.group }} of 8)
|
- name: Run tests (group ${{ matrix.group }} of 16)
|
||||||
run: |
|
run: |
|
||||||
PYTHON_VERSION_SAFE=$(echo "${{ matrix.python-version }}" | tr '.' '_')
|
PYTHON_VERSION_SAFE=$(echo "${{ matrix.python-version }}" | tr '.' '_')
|
||||||
DURATION_FILE="../../.test_durations_py${PYTHON_VERSION_SAFE}"
|
DURATION_FILE="../../.test_durations_py${PYTHON_VERSION_SAFE}"
|
||||||
@@ -73,17 +73,17 @@ jobs:
|
|||||||
|
|
||||||
cd lib/crewai && uv run pytest \
|
cd lib/crewai && uv run pytest \
|
||||||
-vv \
|
-vv \
|
||||||
--splits 8 \
|
--splits 16 \
|
||||||
--group ${{ matrix.group }} \
|
--group ${{ matrix.group }} \
|
||||||
$DURATIONS_ARG \
|
$DURATIONS_ARG \
|
||||||
--durations=10 \
|
--durations=10 \
|
||||||
--maxfail=3
|
--maxfail=3
|
||||||
|
|
||||||
- name: Run tool tests (group ${{ matrix.group }} of 8)
|
- name: Run tool tests (group ${{ matrix.group }} of 16)
|
||||||
run: |
|
run: |
|
||||||
cd lib/crewai-tools && uv run pytest \
|
cd lib/crewai-tools && uv run pytest \
|
||||||
-vv \
|
-vv \
|
||||||
--splits 8 \
|
--splits 16 \
|
||||||
--group ${{ matrix.group }} \
|
--group ${{ matrix.group }} \
|
||||||
--durations=10 \
|
--durations=10 \
|
||||||
--maxfail=3
|
--maxfail=3
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ readme = "README.md"
|
|||||||
authors = [
|
authors = [
|
||||||
{ name = "Greyson LaLonde", email = "greyson@crewai.com" }
|
{ name = "Greyson LaLonde", email = "greyson@crewai.com" }
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10, <3.14"
|
requires-python = ">=3.10,<3.15"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Pillow~=10.4.0",
|
"Pillow~=10.4.0",
|
||||||
"pypdf~=4.0.0",
|
"pypdf~=4.0.0",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ readme = "README.md"
|
|||||||
authors = [
|
authors = [
|
||||||
{ name = "João Moura", email = "joaomdmoura@gmail.com" },
|
{ name = "João Moura", email = "joaomdmoura@gmail.com" },
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10, <3.14"
|
requires-python = ">=3.10,<3.15"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lancedb~=0.5.4",
|
"lancedb~=0.5.4",
|
||||||
"pytube~=15.0.0",
|
"pytube~=15.0.0",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ readme = "README.md"
|
|||||||
authors = [
|
authors = [
|
||||||
{ name = "Joao Moura", email = "joao@crewai.com" }
|
{ name = "Joao Moura", email = "joao@crewai.com" }
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10, <3.14"
|
requires-python = ">=3.10,<3.15"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
# Core Dependencies
|
# Core Dependencies
|
||||||
"pydantic~=2.11.9",
|
"pydantic~=2.11.9",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ readme = "README.md"
|
|||||||
authors = [
|
authors = [
|
||||||
{ name = "Greyson R. LaLonde", email = "greyson@crewai.com" },
|
{ name = "Greyson R. LaLonde", email = "greyson@crewai.com" },
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10, <3.14"
|
requires-python = ">=3.10,<3.15"
|
||||||
classifiers = ["Private :: Do Not Upload"]
|
classifiers = ["Private :: Do Not Upload"]
|
||||||
private = true
|
private = true
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
Reference in New Issue
Block a user