diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 095a88c6..efcb2110 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,5 +69,5 @@ ci: autoupdate_branch: '' autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' autoupdate_schedule: weekly - skip: [] + skip: ["uv-lock", "uv-export"] submodules: false diff --git a/.readthedocs.yaml b/.readthedocs.yaml index acf13fba..c50b80a8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,8 +14,8 @@ build: - graphviz jobs: post_create_environment: - - pip install pdm - - pdm export -dG tests -o requirements-tests.txt + - pip install uv + - uv export --no-hashes --all-packages --output-file requirements-tests.txt # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/aiopenapi3/version.py b/aiopenapi3/version.py index 1fa814b4..5b1c3647 100644 --- a/aiopenapi3/version.py +++ b/aiopenapi3/version.py @@ -1 +1 @@ -__version__ = "0.8.0a3" +__version__ = "0.8.0a4"