Skip to content

Commit

Permalink
(fix): tenants.create_or_replace no longer requires default_prefere…
Browse files Browse the repository at this point in the history
…nces
  • Loading branch information
fern-api[bot] authored May 1, 2024
1 parent 7f4aeab commit 88090df
Show file tree
Hide file tree
Showing 28 changed files with 2,680 additions and 1,206 deletions.
170 changes: 85 additions & 85 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trycourier"
version = "v6.0.2"
version = "v6.0.3"
description = ""
readme = "README.md"
authors = []
Expand All @@ -15,7 +15,7 @@ pydantic = ">= 1.9.2"
typing_extensions = ">= 4.0.0"

[tool.poetry.dev-dependencies]
mypy = "^1.8.0"
mypy = "1.9.0"
pytest = "^7.4.0"
pytest-asyncio = "^0.23.5"
python-dateutil = "^2.9.0"
Expand Down
Loading

0 comments on commit 88090df

Please sign in to comment.