diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 266eda0..ad395fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/botanu + url: https://pypi.org/botanu permissions: id-token: write # required for OIDC trusted publishing steps: diff --git a/pyproject.toml b/pyproject.toml index a8a26e0..0f2eec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,10 +144,8 @@ dev = [ "pytest-asyncio >= 0.21.0", "pytest-cov >= 4.1.0", "coverage[toml] >= 7.0", - "httpx >= 0.24.0, < 0.28.0; python_version < '3.10'", - "httpx >= 0.24.0; python_version >= '3.10'", - "starlette >= 0.27.0, < 0.30.0; python_version >= '3.10'", - "starlette >= 0.27.0; python_version >= '3.10'", + "httpx >= 0.24.0, < 0.28.0", + "starlette >= 0.27.0, < 0.30.0", "ruff >= 0.4.0", "mypy >= 1.7.0", "pre-commit >= 3.5.0",