File tree Expand file tree Collapse file tree 2 files changed +21
-9
lines changed
Expand file tree Collapse file tree 2 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 2424 - main
2525 - dev
2626 - demo
27+ - dependabotchanges
2728 paths :
2829 - ' src/**/*.py'
2930 - ' tests/**/*.py'
@@ -46,13 +47,10 @@ jobs:
4647 with :
4748 python-version : " 3.12"
4849
49- - name : Install uv
50- uses : astral-sh/setup-uv@v4
51-
5250 - name : Install Backend Dependencies
5351 run : |
54- cd src/ContentProcessor
55- uv sync --frozen --dev
52+ python -m pip install --upgrade pip
53+ pip install -r src/ContentProcessor/requirements.txt
5654
5755 - name : Set PYTHONPATH
5856 run : echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
7270 if : env.skip_backend_tests == 'false'
7371 run : |
7472 cd src/ContentProcessor
75- uv run pytest -vv --cov=. --cov-report=xml --cov-report=term-missing --cov-fail-under=80
73+ python -m pytest -vv --cov=. --cov-report=xml --cov-report=term-missing --cov-fail-under=80
7674
7775 - name : Skip Backend Tests
7876 if : env.skip_backend_tests == 'true'
Original file line number Diff line number Diff line change 1+ # This file was autogenerated by uv via the following command:
2+ # uv export --frozen --no-hashes
13annotated-types == 0.7.0
24azure-ai-inference == 1.0.0b9
35azure-appconfiguration == 1.7.2
@@ -6,32 +8,44 @@ azure-identity==1.25.1
68azure-storage-blob == 12.28.0
79azure-storage-queue == 12.15.0
810certifi == 2026.1.4
9- cffi == 2.0.0
11+ cffi == 2.0.0 ; platform_python_implementation != 'PyPy'
1012charset-normalizer == 3.4.4
1113click == 8.3.1
12- colorama == 0.4.6
14+ colorama == 0.4.6 ; sys_platform == 'win32'
15+ coverage == 7.13.1
1316cryptography == 46.0.3
1417dnspython == 2.8.0
1518idna == 3.11
19+ iniconfig == 2.3.0
1620isodate == 0.7.2
21+ mongomock == 4.3.0
1722msal == 1.34.0
1823msal-extensions == 1.3.1
1924numpy == 2.4.1
25+ packaging == 25.0
2026pandas == 2.3.3
2127pdf2image == 1.17.0
2228pillow == 12.1.0
29+ pluggy == 1.6.0
2330poppler-utils == 0.1.0
24- pycparser == 2.23
31+ pycparser == 2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
2532pydantic == 2.12.5
2633pydantic-core == 2.41.5
2734pydantic-settings == 2.12.0
35+ pygments == 2.19.2
2836pyjwt == 2.10.1
2937pymongo == 4.16.0
38+ pytest == 9.0.2
39+ pytest-asyncio == 1.3.0
40+ pytest-cov == 7.0.0
41+ pytest-mock == 3.15.1
3042python-dateutil == 2.9.0.post0
3143python-dotenv == 1.2.1
3244pytz == 2025.2
3345regex == 2025.11.3
3446requests == 2.32.5
47+ ruff == 0.14.11
48+ sentinels == 1.1.1
3549six == 1.17.0
3650tiktoken == 0.12.0
3751typing-extensions == 4.15.0
You can’t perform that action at this time.
0 commit comments