-
Notifications
You must be signed in to change notification settings - Fork 6
5.0.1-beta #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
5.0.1-beta #87
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -21,6 +21,7 @@ | |||
|
|
||||
| from typing import Any, Dict, Optional, Union | ||||
| from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr | ||||
| from pydantic import field_validator | ||||
|
||||
| from pydantic import field_validator |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -24,6 +24,7 @@ | |||
| from cashfree_pg.models.balance_details import BalanceDetails | ||||
| from cashfree_pg.models.charges_details import ChargesDetails | ||||
| from cashfree_pg.models.transfer_details import TransferDetails | ||||
| from pydantic import field_validator | ||||
|
||||
| from pydantic import field_validator |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -22,6 +22,7 @@ | |||
|
|
||||
| from pydantic import BaseModel, Field | ||||
| from cashfree_pg.models.app import App | ||||
| from pydantic import field_validator | ||||
|
|
||||
|
Comment on lines
+25
to
26
|
||||
| from pydantic import field_validator |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -21,6 +21,7 @@ | |||
|
|
||||
| from typing import Optional | ||||
| from pydantic import BaseModel, Field, StrictStr | ||||
| from pydantic import field_validator | ||||
|
||||
| from pydantic import field_validator |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -21,6 +21,7 @@ | |||
|
|
||||
| from typing import Optional, Union | ||||
| from pydantic import BaseModel, Field, StrictBool, StrictFloat, StrictInt, StrictStr | ||||
| from pydantic import field_validator | ||||
|
|
||||
|
Comment on lines
+24
to
25
|
||||
| from pydantic import field_validator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import of 'field_validator' is not used.