Skip to content

Commit 09e317e

Browse files
authored
Merge branch 'main' into pydanticai
2 parents 7e744d2 + 6ab9ea5 commit 09e317e

File tree

5 files changed

+133
-16
lines changed

5 files changed

+133
-16
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
architecture: x64
8686

8787
- name: Install uv
88-
uses: astral-sh/setup-uv@v5
88+
uses: astral-sh/setup-uv@v6
8989
with:
9090
enable-cache: true
9191
version: "0.4.20"

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python-version: '3.12'
8383

8484
- name: Install uv
85-
uses: astral-sh/setup-uv@v5
85+
uses: astral-sh/setup-uv@v6
8686
with:
8787
enable-cache: true
8888
version: "0.4.20"

src/backend/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ azure-core-tracing-opentelemetry==1.0.0b11
3434
# via azure-monitor-opentelemetry
3535
azure-identity==1.19.0
3636
# via fastapi-app (pyproject.toml)
37-
azure-monitor-opentelemetry==1.6.3
37+
azure-monitor-opentelemetry==1.6.8
3838
# via fastapi-app (pyproject.toml)
3939
azure-monitor-opentelemetry-exporter==1.0.0b32
4040
# via azure-monitor-opentelemetry
@@ -52,7 +52,7 @@ click==8.1.7
5252
# via uvicorn
5353
colorama==0.4.6
5454
# via griffe
55-
cryptography==44.0.1
55+
cryptography==44.0.3
5656
# via
5757
# azure-identity
5858
# msal
@@ -63,7 +63,7 @@ deprecated==1.2.15
6363
# opentelemetry-semantic-conventions
6464
distro==1.9.0
6565
# via openai
66-
environs==11.2.1
66+
environs==14.1.1
6767
# via fastapi-app (pyproject.toml)
6868
eval-type-backport==0.2.2
6969
# via pydantic-ai-slim
@@ -319,7 +319,7 @@ typing-inspection==0.4.0
319319
# via
320320
# pydantic-ai-slim
321321
# pydantic-graph
322-
urllib3==1.26.20
322+
urllib3==2.4.0
323323
# via requests
324324
uvicorn==0.32.1
325325
# via fastapi-app (pyproject.toml)

src/frontend/package-lock.json

Lines changed: 126 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"prettier": "^3.0.3",
3636
"typescript": "^5.2.2",
3737
"@types/react-syntax-highlighter": "^15.5.7",
38-
"vite": "^6.2.4"
38+
"vite": "^6.3.4"
3939
}
4040
}

0 commit comments

Comments
 (0)