Corrected usage that caused "UserWarning: Valid config keys have changed in V2"

This commit is contained in:
Fanilo-Nantenaina 2025-12-30 18:41:35 +03:00
parent 3e8964070b
commit 4d2f13e6e3

View file

@ -838,7 +838,7 @@ class MouvementStockLigneRequest(BaseModel):
)
class Config:
schema_extra = {
json_schema_extra = {
"example": {
"article_ref": "ARTS-001",
"quantite": 50.0,