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 d1615df commit f18e65dCopy full SHA for f18e65d
.github/workflows/ci.yml
@@ -89,6 +89,9 @@ jobs:
89
name: site
90
path: site
91
92
+ # check all docs images are tinified, You'll need an API key from https://tinify.com/ to fix this if it fails
93
+ - run: uvx tinicly docs --check
94
+
95
test-live:
96
runs-on: ubuntu-latest
97
timeout-minutes: 5
pyproject.toml
@@ -60,7 +60,7 @@ Documentation = "https://ai.pydantic.dev"
60
Changelog = "https://github.com/pydantic/pydantic-ai/releases"
61
62
[project.scripts]
63
-pai = "pydantic_ai._cli:cli_exit" # TODO remove this when clai has been out for a while
+pai = "pydantic_ai._cli:cli_exit" # TODO remove this when clai has been out for a while
64
65
[tool.uv.sources]
66
pydantic-ai-slim = { workspace = true }
0 commit comments