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.
metavar
CliSettingsSource
1 parent 422c6d5 commit 6666524Copy full SHA for 6666524
pyproject.toml
@@ -76,6 +76,14 @@ testing = [
76
"pytest-pretty",
77
]
78
79
+[tool.uv]
80
+# FIXME:
81
+# Workaround for [Issue #551](https://github.com/pydantic/pydantic-settings/issues/551).
82
+# Remove this once the issue is resolved.
83
+constraint-dependencies = [
84
+ "pydantic!=2.10.* ; python_full_version < '3.10'"
85
+]
86
+
87
[tool.pytest.ini_options]
88
testpaths = 'tests'
89
filterwarnings = [
0 commit comments