Skip to content

Commit a0b8622

Browse files
Merge branch 'main' into andrii/cx-121-handle-non-json-error-response
2 parents 1ab722e + afd785a commit a0b8622

File tree

6 files changed

+35
-6
lines changed

6 files changed

+35
-6
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@seamapi/fake-seam-connect": "1.75.1",
1414
"@seamapi/nextlove-sdk-generator": "1.15.8",
15-
"@seamapi/types": "1.347.1",
15+
"@seamapi/types": "1.351.1",
1616
"del": "^7.1.0",
1717
"prettier": "^3.2.5"
1818
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "seam"
3-
version = "1.68.0"
3+
version = "1.69.0"
44
description = "SDK for the Seam API written in Python."
55
authors = ["Seam Labs, Inc. <[email protected]>"]
66
license = "MIT"

seam/routes/bridges.py

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

seam/routes/models.py

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

seam/routes/phones.py

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

0 commit comments

Comments
 (0)