Skip to content

Commit 07e338e

Browse files
one more argument
1 parent 5785c87 commit 07e338e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/decisions/001X-python-client-constructors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ This option would entail a mix of the above options, depending on the underlying
134134
- Good, because it reduces the number of clients where possible
135135
- Bad, because it can lead to inconsistency between clients, some being separate per backend, while others are combined
136136
- Bad, because it can lead to confusion for users if they expect a consistent approach across all clients
137+
- Bad, because changes to the underlying SDK clients can lead to changes in our clients, which can lead to instability.
137138

138139
Example code:
139140
```python

0 commit comments

Comments
 (0)