Skip to content

Commit 549ec77

Browse files
imonkiaalyx-dbjtreminio-dropbox
authored
Updating template files for Python SDK (#475)
Co-authored-by: Monica Auriemma <reta@dropbox.com> Co-authored-by: Juan Treminio <juantreminio@dropbox.com>
1 parent 3a23e71 commit 549ec77

429 files changed

Lines changed: 1594 additions & 762 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdks/python/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ stages:
1414
- pip install -r test-requirements.txt
1515
- pytest --cov=dropbox_sign
1616

17-
pytest-3.7:
18-
extends: .pytest
19-
image: python:3.7-alpine
2017
pytest-3.8:
2118
extends: .pytest
2219
image: python:3.8-alpine
@@ -29,3 +26,6 @@ pytest-3.10:
2926
pytest-3.11:
3027
extends: .pytest
3128
image: python:3.11-alpine
29+
pytest-3.12:
30+
extends: .pytest
31+
image: python:3.12-alpine

sdks/python/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
33
python:
4-
- "3.7"
54
- "3.8"
65
- "3.9"
76
- "3.10"
87
- "3.11"
8+
- "3.12"
99
# uncomment the following if needed
10-
#- "3.11-dev" # 3.11 development branch
10+
#- "3.12-dev" # 3.12 development branch
1111
#- "nightly" # nightly build
1212
# command to install dependencies
1313
install:

sdks/python/README.md

Lines changed: 3 additions & 3 deletions

sdks/python/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8-dev
1+
1.9.0-dev

sdks/python/bin/replace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ rep () {
2323
done
2424
}
2525

26-
rep 'Union\[StrictBytes, StrictStr\]' 'Union[StrictBytes, StrictStr, io.IOBase]'
26+
rep 'Union\[StrictBytes, StrictStr, Tuple\[StrictStr, StrictBytes\]\]' 'Union[StrictBytes, StrictStr, io.IOBase, Tuple[StrictStr, StrictBytes, io.IOBase]]'
2727

2828
printf "\n"

sdks/python/docs/AccountCreateRequest.md

Lines changed: 1 addition & 0 deletions

sdks/python/docs/AccountCreateResponse.md

Lines changed: 1 addition & 0 deletions

sdks/python/docs/AccountGetResponse.md

Lines changed: 1 addition & 0 deletions

sdks/python/docs/AccountResponse.md

Lines changed: 1 addition & 0 deletions

sdks/python/docs/AccountResponseQuotas.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)