Skip to content
Merged
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
7 changes: 3 additions & 4 deletions .fern/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cliVersion": "4.22.0",
"cliVersion": "3.91.2",
"generatorName": "fernapi/fern-python-sdk",
"generatorVersion": "4.63.3",
"generatorVersion": "4.61.0",
"generatorConfig": {
"package_name": "brevo",
"client_class_name": "Brevo",
Expand All @@ -18,6 +18,5 @@
"skip_validation": true
}
},
"originGitCommit": "306749c7d7549425dfc33ec33b6a91ea016d77c3",
"sdkVersion": "4.0.7"
"sdkVersion": "4.0.6"
}
5 changes: 0 additions & 5 deletions .fernignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@
banner.png
README.md
changelog.md

# BatchDeleteObjectRecordsRequestIdentifiersIds.ids is a required field (per OpenAPI spec)
# but the generated test instantiates the class with no arguments, causing a Pydantic
# ValidationError. Fixed to pass ids=[1, 2, 3]. Protected until Fern fixes the generator.
tests/wire/test_customObjects.py
228 changes: 114 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.7"
version = "4.0.6"
description = ""
readme = "README.md"
authors = []
Expand Down
Loading
Loading