Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .fern/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cliVersion": "4.25.0",
"cliVersion": "4.43.1",
"generatorName": "fernapi/fern-python-sdk",
"generatorVersion": "4.63.6",
"generatorVersion": "4.64.1",
"generatorConfig": {
"package_name": "brevo",
"client_class_name": "Brevo",
Expand All @@ -18,6 +18,6 @@
"skip_validation": true
}
},
"originGitCommit": "54d086fd1182f577a555eb34fb46ad02e2c203ca",
"sdkVersion": "4.0.9"
"originGitCommit": "7d08ac3fbe2aa66ba3d56077e8582739d530298b",
"sdkVersion": "4.0.8"
}
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.9"
- name: Bootstrap poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.9"
- name: Bootstrap poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.9"
- name: Bootstrap poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
Expand Down
244 changes: 130 additions & 114 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dynamic = ["version"]

[tool.poetry]
name = "brevo-python"
version = "4.0.9"
version = "4.0.8"
description = ""
readme = "README.md"
authors = []
Expand Down
Loading
Loading