Skip to content

Commit 68b30c7

Browse files
authored
feat(python): add OciClient and OciClientV2 to additional_init_exports (#712)
Add OCI client exports so they survive Fern regeneration of __init__.py. Follows the same pattern as BedrockClient/SagemakerClient. Related: cohere-ai/cohere-python#718
1 parent 0981006 commit 68b30c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

fern/apis/sdks/generators.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ groups:
171171
- from: aws_client
172172
imports:
173173
- AwsClient
174+
- from: oci_client
175+
imports:
176+
- OciClient
177+
- OciClientV2
174178
- from: client_v2
175179
imports:
176180
- AsyncClientV2

0 commit comments

Comments
 (0)