Skip to content

Commit 1fd0e5f

Browse files
Merge branch 'main' into copyright
2 parents 5250e8b + 213109c commit 1fd0e5f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/smoketest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
6464
- name: Run tests
6565
env:
66+
MODEL_TEMP: ${{ vars.SMOKETEST_TEMPERATURE }}
67+
AI_API_ENDPOINT: ${{ vars.SMOKETEST_ENDPOINT }}
6668
AI_API_TOKEN: ${{ secrets.AI_API_TOKEN }}
6769
GITHUB_AUTH_HEADER: "Bearer ${{ secrets.GITHUB_TOKEN }}"
6870

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This repository is maintained by:
2-
* @m-y-mo @p- @jarlob @kevinbackhouse @sylwia-budzynska @kwstubbs
2+
* @m-y-mo @p- @jarlob @kevinbackhouse @sylwia-budzynska @kwstubbs @anticomputer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"charset-normalizer==3.4.2",
3434
"click==8.2.1",
3535
"colorama==0.4.6",
36-
"cryptography==45.0.7",
36+
"cryptography==46.0.5",
3737
"cyclopts==3.24.0",
3838
"distro==1.9.0",
3939
"dnspython==2.8.0",

0 commit comments

Comments
 (0)