Skip to content

Commit 1c7176e

Browse files
authored
Bump orchestrator-core to address startup error in strawberry-graphql (#66)
* Bump orchestrator-core from 4.5.3 to 4.6.5, update uv.lock * Add CI workflow to report changes in uv.lock
1 parent 626b355 commit 1c7176e

File tree

3 files changed

+232
-189
lines changed

3 files changed

+232
-189
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: uv Lockfile Report
2+
3+
on:
4+
pull_request:
5+
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
10+
jobs:
11+
report:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v5
15+
with:
16+
fetch-depth: 0
17+
18+
- name: Report
19+
uses: mw-root/uv-lock-report@v0.7.0
20+
with:
21+
github-token: ${{ secrets.GITHUB_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
requires-python = ">=3.12,<3.14"
55
dependencies = [
66
"deepdiff==8.6.1",
7-
"orchestrator-core==4.5.3",
7+
"orchestrator-core~=4.6.0",
88
"pynetbox==7.4.1",
99
"rich==13.9.4",
1010
]

0 commit comments

Comments
 (0)