diff --git a/.github/workflows/kuksa-client.yml b/.github/workflows/kuksa-client.yml index 3947269..074b9cd 100644 --- a/.github/workflows/kuksa-client.yml +++ b/.github/workflows/kuksa-client.yml @@ -16,9 +16,6 @@ name: kuksa_client on: push: pull_request: - paths: - - ".github/workflows/kuksa-client.yml" - - "kuksa-client/**" workflow_dispatch: concurrency: diff --git a/kuksa-client/pyproject.toml b/kuksa-client/pyproject.toml index a7afaca..d972e71 100644 --- a/kuksa-client/pyproject.toml +++ b/kuksa-client/pyproject.toml @@ -1,6 +1,7 @@ [build-system] requires = [ - "grpcio-tools>=1.63.0", + # Make sure to use the same version criteria in pyproject.toml and update requirements.txt after changing + "grpcio-tools~=1.68", "setuptools>=42", "setuptools-git-versioning", "wheel", diff --git a/kuksa-client/setup.cfg b/kuksa-client/setup.cfg index 3fb9cde..c73a801 100644 --- a/kuksa-client/setup.cfg +++ b/kuksa-client/setup.cfg @@ -27,7 +27,8 @@ install_requires = websockets >= 10.1 cmd2 >= 1.4, <2.0 pygments >= 2.15 - grpcio-tools >= 1.64.1 + # Make sure to use the same version criteria in pyproject.toml and update requirements.txt after changing + grpcio-tools ~= 1.68 jsonpath-ng >= 1.5.3 packages = find: