Skip to content

Commit 15129dd

Browse files
committed
Unpin grpcio and update the sdk
Signed-off-by: Bob Haddleton <[email protected]>
1 parent a1431f4 commit 15129dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
# This job downloads the single-platform packages built by the build job, and
127127
# pushes them as a multi-platform package.
128128
push:
129+
if: ${{ github.event_name != 'pull_request' }}
129130
runs-on: ubuntu-24.04
130131
needs:
131132
- build

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ classifiers = [
1717
]
1818

1919
dependencies = [
20-
"crossplane-function-sdk-python==0.8.0",
20+
"crossplane-function-sdk-python==0.10.0",
2121
"click==8.3.1",
22-
"grpcio==1.73.1",
2322
]
2423

2524
dynamic = ["version"]

0 commit comments

Comments
 (0)