Skip to content

Commit 0886c4c

Browse files
committed
docs(readme): add incompatible notice
1 parent 6eb9cdd commit 0886c4c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Volcengine SDK for Python
22

3+
## 非兼容变更通知
4+
5+
Volcengine SDK for Python 非兼容变更通知
6+
7+
影响版本:`2.0.1` 以及后续版本
8+
9+
影响范围:所有用户
10+
11+
变更描述:
12+
13+
发起请求将默认使用 `HTTPS` 协议,如需使用 `HTTP` 协议,请在发起请求时指定 `scheme` 参数为 `http`(不推荐):
14+
15+
```python
16+
import volcenginesdkcore
17+
18+
configuration = volcenginesdkcore.Configuration()
19+
configuration.scheme = 'http'
20+
```
21+
322
## Table of Contents
423

524
* Requirements

0 commit comments

Comments
 (0)