Skip to content

Commit ef2d705

Browse files
authored
COH-27245 - Add streaming support to the required APIs (#1)
* Checkpoint * Fix for JIRA-COH-27245 Add streaming support to the required APIs
1 parent 6660beb commit ef2d705

File tree

5 files changed

+416
-75
lines changed

5 files changed

+416
-75
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022, Oracle and/or its affiliates.
1+
# Copyright (c) 2022, 2023, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at
33
# https://oss.oracle.com/licenses/upl.
44

@@ -21,7 +21,7 @@ repos:
2121
- id: flake8
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.1.0
24+
rev: 23.3.0
2525
hooks:
2626
- id: black
2727

0 commit comments

Comments
 (0)