Skip to content

Commit 469f997

Browse files
SDK regeneration
1 parent 1d2bc7b commit 469f997

89 files changed

Lines changed: 3686 additions & 966 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.

.fern/metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"cliVersion": "4.25.0",
2+
"cliVersion": "4.43.1",
33
"generatorName": "fernapi/fern-python-sdk",
4-
"generatorVersion": "4.63.6",
4+
"generatorVersion": "4.64.1",
55
"generatorConfig": {
66
"package_name": "brevo",
77
"client_class_name": "Brevo",
@@ -18,6 +18,6 @@
1818
"skip_validation": true
1919
}
2020
},
21-
"originGitCommit": "54d086fd1182f577a555eb34fb46ad02e2c203ca",
22-
"sdkVersion": "4.0.9"
21+
"originGitCommit": "7d08ac3fbe2aa66ba3d56077e8582739d530298b",
22+
"sdkVersion": "4.0.8"
2323
}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: 3.9
17+
python-version: "3.9"
1818
- name: Bootstrap poetry
1919
run: |
2020
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up python
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: 3.9
33+
python-version: "3.9"
3434
- name: Bootstrap poetry
3535
run: |
3636
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up python
5151
uses: actions/setup-python@v4
5252
with:
53-
python-version: 3.9
53+
python-version: "3.9"
5454
- name: Bootstrap poetry
5555
run: |
5656
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1

poetry.lock

Lines changed: 130 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "brevo-python"
7-
version = "4.0.9"
7+
version = "4.0.8"
88
description = ""
99
readme = "README.md"
1010
authors = []

0 commit comments

Comments
 (0)