From dc9fc1a3a1c89da56e04d8f1044bfa00195a2e88 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 10 Jun 2025 13:56:31 +0530 Subject: [PATCH 1/2] chore: Release Pipeline Failure Fix --- .github/workflows/docs.yml | 2 +- .github/workflows/publish.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e9a571be..705dabdb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - name: Configure Python uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.10" - name: Configure dependencies run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e7bab178..4cb3d332 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,17 +70,17 @@ jobs: - name: Configure Python uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.9" - name: Configure dependencies run: | pip install --user --upgrade pip pip install --user pipx pipx ensurepath - pipx install poetry==1.4.2 + pipx install poetry poetry config virtualenvs.in-project true poetry install --with dev - poetry self add "poetry-dynamic-versioning[plugin]==1.1.1" + poetry self add "poetry-dynamic-versioning[plugin]" - name: Build release run: | From eb9ce0c8eb23540d913bb4c0e1fb23baf9573a39 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 10 Jun 2025 14:02:48 +0530 Subject: [PATCH 2/2] Bumping version for request dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0eab0cf8..b951d74d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ pytest-asyncio==0.23.8 ; python_version >= "3.7" and python_version < "4.0" pytest-cov==4.1.0 ; python_version >= "3.7" and python_version < "4.0" pytest==7.4.0 ; python_version >= "3.7" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.7" and python_version < "4.0" -requests==2.32.3 ; python_version >= "3.7" and python_version < "4.0" +requests==2.32.4 ; python_version >= "3.7" and python_version < "4.0" responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6" types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "4.0"