We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac41c5 commit 7a4f93eCopy full SHA for 7a4f93e
cppython/core/schema.py
@@ -91,7 +91,7 @@ def dynamic_data(cls, model: 'PEP621Configuration') -> 'PEP621Configuration':
91
Returns:
92
The data
93
"""
94
- for field in model.model_fields:
+ for field in PEP621Configuration.model_fields:
95
if field == 'dynamic':
96
continue
97
value = getattr(model, field)
0 commit comments