Commit 29ce19fc

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-08-05 19:23:42
chore(internal): fix ruff target version
1 parent b989e8c
Changed files (1)
pyproject.toml
@@ -177,7 +177,7 @@ reportPrivateUsage = false
 [tool.ruff]
 line-length = 120
 output-format = "grouped"
-target-version = "py37"
+target-version = "py38"
 
 [tool.ruff.format]
 docstring-code-format = true