Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4.2.2

- name: Install uv
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b
with:
# Install a specific version of uv.
version: "0.7.20"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Install uv
uses: astral-sh/setup-uv@v6.0.1
uses: astral-sh/setup-uv@v8.1.0
with:
version: "0.5.21"
enable-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v6.0.2

- name: Install uv
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b
with:
# Install a specific version of uv.
version: "0.10.9"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4.2.2

- name: Install uv
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b
with:
# Install a specific version of uv.
version: "0.5.21"
Expand Down
5 changes: 5 additions & 0 deletions aieng-agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ requires-python = ">=3.12"
readme = "README.md"
license = "MIT"
dependencies = [
"aiohttp>=3.13.4", # Pinning version to address vulnerabilities GHSA-p998-jp59-783m GHSA-hcc4-c3v8-rx92 GHSA-m5qp-6w8w-w647 GHSA-3wq7-rqq7-wx6j GHSA-mwh4-6h8g-pg8w GHSA-966j-vmvw-g2g9 GHSA-63hf-3vf5-4wqf GHSA-c427-h43c-vf67 GHSA-w2fm-2cpv-w7v5 GHSA-2vrm-gr82-f7m5
"authlib>=1.6.11", # Pinning version to address vulnerability GHSA-jj8c-mmj3-mmgv
"backoff>=2.2.1",
"beautifulsoup4>=4.13.4",
"click>=8.3.0",
"cryptography>=46.0.7", # Pinning version to address vulnerabilities GHSA-m959-cc7f-wv43 GHSA-p423-j2cm-9vmq
"datasets>=4.4.0",
"e2b-code-interpreter>=2.3.0",
"fastapi[standard]>=0.116.1",
Expand All @@ -27,6 +30,8 @@ dependencies = [
"pydantic>=2.11.7",
"pydantic-ai-slim[logfire]>=0.3.7",
"pymupdf>=1.26.7",
"python-multipart>=0.0.26", # Pinning version to address vulnerability GHSA-mj87-hwqh-73pj
"requests>=2.33.0", # Pinning version to address vulnerability GHSA-gc5v-m9x4-r6x2
"simplejson>=3.20.2",
"transformers>=5.1.0", # Pinning version to address vulnerability GHSA-69w3-r845-3855
"weaviate-client>=4.15.4",
Expand Down
Loading
Loading