Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b43f6f7
Bump aiohttp from 3.13.5 to 3.14.0
dependabot[bot] Jun 3, 2026
18e8da0
Bump starlette from 0.49.3 to 1.0.1
dependabot[bot] Jun 4, 2026
af0fcb9
Merge branch 'main' into dependabot/uv/aiohttp-3.14.0
lotif Jun 9, 2026
388652f
Merge branch 'dependabot/uv/starlette-1.0.1' into dependabot/uv/aioht…
lotif Jun 9, 2026
bff1057
Updated pip v26.1 -> v26.1.2
lotif Jun 9, 2026
89e3812
Bump python-multipart from 0.0.27 to 0.0.31
dependabot[bot] Jun 16, 2026
11abb37
Bump starlette from 1.0.1 to 1.3.1
dependabot[bot] Jun 17, 2026
22be7e1
Bump tornado from 6.5.5 to 6.5.7
dependabot[bot] Jun 17, 2026
084b837
Bump aiohttp from 3.14.0 to 3.14.1
dependabot[bot] Jun 17, 2026
c8e40f3
Bump cryptography from 48.0.0 to 48.0.1
dependabot[bot] Jun 17, 2026
7d360f9
Bump langchain from 1.2.0 to 1.3.9
dependabot[bot] Jun 17, 2026
93148d6
Bump msgpack from 1.1.1 to 1.2.1
dependabot[bot] Jun 20, 2026
3810c0f
Bump pydantic-settings from 2.14.1 to 2.14.2
dependabot[bot] Jun 20, 2026
396a112
Bump langsmith from 0.8.0 to 0.8.18
dependabot[bot] Jun 20, 2026
6504f92
Bump langgraph-checkpoint from 4.0.0 to 4.1.1
dependabot[bot] Jun 30, 2026
819b712
Bump langgraph-sdk from 0.3.9 to 0.3.15
dependabot[bot] Jun 30, 2026
73c89c2
Bump soupsieve from 2.8.3 to 2.8.4
dependabot[bot] Jul 10, 2026
206938f
Merge remote-tracking branch 'origin/dependabot/uv/langgraph-sdk-0.3.…
lotif Jul 13, 2026
122a444
Merge remote-tracking branch 'origin/dependabot/uv/langgraph-checkpoi…
lotif Jul 13, 2026
6b5c635
Merge remote-tracking branch 'origin/dependabot/uv/langsmith-0.8.18' …
lotif Jul 13, 2026
18bfe8e
Merge remote-tracking branch 'origin/dependabot/uv/msgpack-1.2.1' int…
lotif Jul 13, 2026
1adbc52
Merge remote-tracking branch 'origin/dependabot/uv/pydantic-settings-…
lotif Jul 13, 2026
872d415
Merge remote-tracking branch 'origin/dependabot/uv/langchain-1.3.9' i…
lotif Jul 13, 2026
dc6ccbd
Merge remote-tracking branch 'origin/dependabot/uv/cryptography-48.0.…
lotif Jul 13, 2026
0d62193
blah
lotif Jul 13, 2026
e404404
Merge remote-tracking branch 'origin/dependabot/uv/aiohttp-3.14.1' in…
lotif Jul 13, 2026
fa480b6
Merge remote-tracking branch 'origin/dependabot/uv/tornado-6.5.7' int…
lotif Jul 13, 2026
3abc6cc
Merge remote-tracking branch 'origin/dependabot/uv/starlette-1.3.1' i…
lotif Jul 13, 2026
8c0aef9
Merge remote-tracking branch 'origin/dependabot/uv/python-multipart-0…
lotif Jul 13, 2026
c001d9e
Upgrading pillow
lotif Jul 13, 2026
207e1da
Adding pip-audit ignores
lotif Jul 13, 2026
cbe538c
Acctually adding the ignores
lotif Jul 13, 2026
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
6 changes: 5 additions & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,13 @@ jobs:
uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266
with:
virtual-environment: .venv/
# GHSA-7p48-42j8-8846: Vulnerabilities in streamlit that cannot be upgraded because it has an issue with tests:
# GHSA-7p48-42j8-8846, PYSEC-2026-212: Vulnerabilities in streamlit that cannot be upgraded because it
# has an issue with tests:
# https://github.com/streamlit/streamlit/issues/12566
# GHSA-5239-wwwm-4pmq: issue with pygments 2.19.12 that can't be upgraded because it breaks the docs build
# PYSEC-2026-2132: Click cannot be upgraded to 8.3.3 because of inspectai
ignore-vulns: |
GHSA-7p48-42j8-8846
GHSA-5239-wwwm-4pmq
PYSEC-2026-212
PYSEC-2026-2132
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"fastapi[standard]>=0.121.0",
"google-genai>=2.2.0",
"inspect-ai>=0.3.160",
"langchain>=1.2.0",
"langchain>=1.3.9",
"langchain-openai>=1.1.14",
"pydantic>=2.11.7",
"pyyaml>=6.0.2",
Expand Down
Loading