Skip to content

Commit

Permalink
chore(next => main): release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Aug 29, 2023
1 parent a85480f commit 7a00850
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.14.0"
".": "1.15.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.15.0 (2023-08-29)

Full Changelog: [v1.14.0...v1.15.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.14.0...v1.15.0)

### Features

* add support for Pydantic v2 ([#181](https://github.com/Modern-Treasury/modern-treasury-python/issues/181)) ([32811a9](https://github.com/Modern-Treasury/modern-treasury-python/commit/32811a96885fb9e1e0b8255fdbd8d3e3c52aa504))


### Chores

* **ci:** setup workflows to create releases and release PRs ([#186](https://github.com/Modern-Treasury/modern-treasury-python/issues/186)) ([0bfa829](https://github.com/Modern-Treasury/modern-treasury-python/commit/0bfa8299146618a7b1da2ea0ab3984ad68acec5a))
* **internal:** bump pydantic dep ([#183](https://github.com/Modern-Treasury/modern-treasury-python/issues/183)) ([6379d7b](https://github.com/Modern-Treasury/modern-treasury-python/commit/6379d7b7e5dda736f2bffb93302f3b460f527e76))
* **internal:** update anyio ([#184](https://github.com/Modern-Treasury/modern-treasury-python/issues/184)) ([e8d9608](https://github.com/Modern-Treasury/modern-treasury-python/commit/e8d9608171f7965463a7627a440b25aabfefb5c2))
* **internal:** use shared params references ([#188](https://github.com/Modern-Treasury/modern-treasury-python/issues/188)) ([a85480f](https://github.com/Modern-Treasury/modern-treasury-python/commit/a85480f8f2d7373c6f29d23a2d8cc7b30870a405))

## [1.14.0](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.13.0...v1.14.0) (2023-08-15)


Expand Down
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modern-treasury"
version = "1.14.0"
version = "1.15.0"
description = "Client library for the Modern Treasury API"
readme = "README.md"
authors = ["Modern Treasury <sdk-feedback@moderntreasury.com>"]
Expand All @@ -13,7 +13,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
httpx = ">= 0.23.0, < 1"
pydantic = ">= 1.9.0, < 3"
pydantic = "^1.9.0"
typing-extensions = ">= 4.5, < 5"
anyio = ">= 3.5.0, < 4"
distro = ">= 1.7.0, < 2"
Expand All @@ -30,8 +30,6 @@ pytest-asyncio = "0.21.1"
ruff = "0.0.282"
isort = "5.10.1"
time-machine = "^2.9.0"
nox = "^2023.4.22"
nox-poetry = "^1.0.3"


[build-system]
Expand Down Expand Up @@ -62,8 +60,7 @@ pythonVersion = "3.7"

exclude = [
"_dev",
".venv",
".nox",
".venv"
]
reportImportCycles = false
reportPrivateUsage = false
Expand Down
2 changes: 1 addition & 1 deletion src/modern_treasury/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.

__title__ = "modern_treasury"
__version__ = "1.14.0" # x-release-please-version
__version__ = "1.15.0" # x-release-please-version

0 comments on commit 7a00850

Please sign in to comment.