Merge pull request #3943 from lj-wego/fix-pydantic-typo

Update model config definition to use v2 style
This commit is contained in:
Ishaan Jaff 2024-05-31 09:09:27 -07:00 committed by GitHub
commit d3baf1f569
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,9 +26,7 @@ class DBModel(BaseModel):
model_info: dict
litellm_params: dict
class Config:
protected_namespaces = ()
model_config = ConfigDict(protected_namespaces=())
@pytest.mark.asyncio
async def test_delete_deployment():