Skip to content

Commit 4f26606

Browse files
authored
Merge pull request #133 from crossplane/renovate/crossplane-function-sdk-python-0.x
fix(deps): update dependency crossplane-function-sdk-python to v0.11.0
2 parents 29648eb + 489e96d commit 4f26606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

1919
dependencies = [
20-
"crossplane-function-sdk-python==0.8.0",
20+
"crossplane-function-sdk-python==0.11.0",
2121
"click==8.3.1",
22-
"grpcio==1.73.1",
22+
"grpcio>=1.73.1",
2323
]
2424

2525
dynamic = ["version"]

0 commit comments

Comments
 (0)