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 753829b commit 9e676a1Copy full SHA for 9e676a1
pyproject.toml
@@ -83,7 +83,12 @@ members = [
83
84
[dependency-groups]
85
# dev dependencies are defined in `pydantic-ai-slim/pyproject.toml` to allow for minimal testing
86
-lint = ["mypy>=1.11.2", "pyright>=1.1.390", "ruff>=0.6.9"]
+lint = [
87
+ "codeflash>=0.15.6",
88
+ "mypy>=1.11.2",
89
+ "pyright>=1.1.390",
90
+ "ruff>=0.6.9",
91
+]
92
docs = [
93
"pydantic-ai[a2a]",
94
"black>=24.10.0",
0 commit comments