We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97c5f7 commit 1a68bc0Copy full SHA for 1a68bc0
.readthedocs.yaml
@@ -14,8 +14,8 @@ build:
14
- graphviz
15
jobs:
16
post_create_environment:
17
- - pip install pdm
18
- - pdm export -dG tests -o requirements-tests.txt
+ - pip install uv
+ - uv export --no-hashes --all-packages --output-file requirements-tests.txt
19
20
# Build documentation in the docs/ directory with Sphinx
21
sphinx:
aiopenapi3/version.py
@@ -1 +1 @@
1
-__version__ = "0.8.0a3"
+__version__ = "0.8.0a4"
0 commit comments