Skip to content

Commit e53f04a

Browse files
Jan 2025 SDK Update (#106)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Rohan Konnur <[email protected]>
1 parent 611c359 commit e53f04a

File tree

316 files changed

+55374
-11030
lines changed

Some content is hidden

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

316 files changed

+55374
-11030
lines changed

.fernignore

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ LICENSE.md
66
# We need to configure secrets for integration tests.
77
.github/workflows/ci.yml
88
.github/workflows/semgrep.yml
9+
10+
# Files that avoid breaking changes due to renames.
11+
src/merge/resources/accounting/types/currency_enum.py

poetry.lock

+158-121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "MergePythonClient"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
description = ""
55
readme = "README.md"
66
authors = []

0 commit comments

Comments
 (0)