From e0344d8c7d504e537a528e7d3b5151d122da237b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 08:03:05 +0000 Subject: [PATCH 1/6] chore(internal): fix ruff target version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d96655..8d07778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,7 +160,7 @@ reportPrivateUsage = false [tool.ruff] line-length = 120 output-format = "grouped" -target-version = "py37" +target-version = "py38" [tool.ruff.format] docstring-code-format = true From 214f2d4ef4ee1cc4de80ad1e7ef9b8d4c7e753d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Aug 2025 00:37:25 +0000 Subject: [PATCH 2/6] Update sync state to bfcee411776fec60a3cc4e446a61509f87e2d0fd --- .sync_state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync_state b/.sync_state index cc446ad..a263d01 100644 --- a/.sync_state +++ b/.sync_state @@ -1 +1 @@ -d24223e37eee604e0ccc9267e9097de3030a3197 +bfcee411776fec60a3cc4e446a61509f87e2d0fd From 84c4d5717bec944d47ba6b198b6e3344945cc826 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 04:48:27 +0000 Subject: [PATCH 3/6] chore: update @stainless-api/prism-cli to v5.15.0 --- scripts/mock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mock b/scripts/mock index d2814ae..0b28f6e 100755 --- a/scripts/mock +++ b/scripts/mock @@ -21,7 +21,7 @@ echo "==> Starting mock server with URL ${URL}" # Run prism mock on the given spec if [ "$1" == "--daemon" ]; then - npm exec --package=@stainless-api/prism-cli@5.8.5 -- prism mock "$URL" &> .prism.log & + npm exec --package=@stainless-api/prism-cli@5.15.0 -- prism mock "$URL" &> .prism.log & # Wait for server to come online echo -n "Waiting for server" @@ -37,5 +37,5 @@ if [ "$1" == "--daemon" ]; then echo else - npm exec --package=@stainless-api/prism-cli@5.8.5 -- prism mock "$URL" + npm exec --package=@stainless-api/prism-cli@5.15.0 -- prism mock "$URL" fi From 76f4b277fbb656de0bd6f4bbec600808476f9c6b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 05:32:50 +0000 Subject: [PATCH 4/6] chore(internal): update comment in script --- scripts/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test b/scripts/test index 2b87845..dbeda2d 100755 --- a/scripts/test +++ b/scripts/test @@ -43,7 +43,7 @@ elif ! prism_is_running ; then echo -e "To run the server, pass in the path or url of your OpenAPI" echo -e "spec to the prism command:" echo - echo -e " \$ ${YELLOW}npm exec --package=@stoplight/prism-cli@~5.3.2 -- prism mock path/to/your.openapi.yml${NC}" + echo -e " \$ ${YELLOW}npm exec --package=@stainless-api/prism-cli@5.15.0 -- prism mock path/to/your.openapi.yml${NC}" echo exit 1 From 662653c4d56b709498f42ec396da463a3b862915 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 Aug 2025 00:39:42 +0000 Subject: [PATCH 5/6] Update sync state to 97ad0b0274aac56acf7770d47a009fcd0cacdf51 --- .sync_state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync_state b/.sync_state index a263d01..8fe0030 100644 --- a/.sync_state +++ b/.sync_state @@ -1 +1 @@ -bfcee411776fec60a3cc4e446a61509f87e2d0fd +97ad0b0274aac56acf7770d47a009fcd0cacdf51 From 9cd29e9ea6c3528bfd462162fe3c5960cdd6342d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Aug 2025 18:01:59 +0000 Subject: [PATCH 6/6] release: v2.2.1 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebcc0e..d561979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v2.2.1 (2025-08-21) + +Full Changelog: [v2.2.0...v2.2.1](https://github.com/lmnt-com/lmnt-python/compare/v2.2.0...v2.2.1) + +- chore(internal): fix ruff target version ([08c3067](https://github.com/lmnt-com/lmnt-python/commit/08c3067ada19ee943719e77bbbc9f25c3da32eef)) +- chore: update @stainless-api/prism-cli to v5.15.0 ([1634751](https://github.com/lmnt-com/lmnt-python/commit/16347518c7eae85d6524e8b35c5203a238b1ef5e)) +- chore(internal): update comment in script ([6649334](https://github.com/lmnt-com/lmnt-python/commit/6649334778e2cd8e3a433ca6182c11a44a4ce484)) + + ## v2.2.0 (2025-08-05) Full Changelog: [v2.1.0...v2.2.0](https://github.com/lmnt-com/lmnt-python/compare/v2.1.0...v2.2.0) diff --git a/pyproject.toml b/pyproject.toml index 8d07778..bf132b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lmnt" -version = "2.2.0" +version = "2.2.1" description = "The official Python library for the LMNT API" dynamic = ["readme"] license = "Apache-2.0"