Skip to content

Commit

Permalink
Even stricter grpcio-tools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Dec 11, 2024
1 parent 67c728d commit af40f90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ jobs:
- name: Install dependencies with pip
run: |
cd kuksa-client
pip install -r requirements.txt
pip install -r test-requirements.txt
pip install -r requirements.txt -r test-requirements.txt
python3 -m proto
pip install -e .
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions kuksa-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
# Make sure to use the same version criteria in pyproject.toml and update requirements.txt after changing
"grpcio-tools~=1.68",
# Make sure to use the same exact version criteria in setup.cfg and update requirements.txt after changing
"grpcio-tools==1.68.0",
"setuptools>=42",
"setuptools-git-versioning",
"wheel",
Expand Down
2 changes: 1 addition & 1 deletion kuksa-client/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
cmd2 >= 1.4, <2.0
pygments >= 2.15
# Make sure to use the same version criteria in pyproject.toml and update requirements.txt after changing
grpcio-tools ~= 1.68
grpcio-tools == 1.68.0
jsonpath-ng >= 1.5.3
packages = find:

Expand Down

0 comments on commit af40f90

Please sign in to comment.