diff --git a/.release-please-manifest.json b/.release-please-manifest.json index caf1487..271a68c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.11.1" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 487a536..50fcd23 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 89 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-f83c849e3e1c614100e19d79e4bd38ae67353a8316264cf89e4e721f3c1a5739.yml openapi_spec_hash: 01ad62e55b345d5c077dad6144249e32 -config_hash: bc9a0a4aa4fd3ff568da7da96bf17419 +config_hash: 5c872aa99cad9b9602e84668f5b38a8a diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a2761..caebdc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.11.1 (2025-08-09) + +Full Changelog: [v1.11.0...v1.11.1](https://github.com/knocklabs/knock-python/compare/v1.11.0...v1.11.1) + +### Chores + +* **internal:** fix ruff target version ([be7a302](https://github.com/knocklabs/knock-python/commit/be7a30216cd43a35f08586000ec9ac04ac1aa8e9)) +* update @stainless-api/prism-cli to v5.15.0 ([a6f9e47](https://github.com/knocklabs/knock-python/commit/a6f9e4701fde8bb018d4a120fa28da17de54e117)) + ## 1.11.0 (2025-08-05) Full Changelog: [v1.10.1...v1.11.0](https://github.com/knocklabs/knock-python/compare/v1.10.1...v1.11.0) diff --git a/pyproject.toml b/pyproject.toml index 4bd6e0a..621ddb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "knockapi" -version = "1.11.0" +version = "1.11.1" description = "The official Python library for the knock API" dynamic = ["readme"] license = "Apache-2.0" @@ -159,7 +159,7 @@ reportPrivateUsage = false [tool.ruff] line-length = 120 output-format = "grouped" -target-version = "py37" +target-version = "py38" [tool.ruff.format] docstring-code-format = true 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 diff --git a/src/knockapi/_version.py b/src/knockapi/_version.py index 03be94c..7296525 100644 --- a/src/knockapi/_version.py +++ b/src/knockapi/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "knockapi" -__version__ = "1.11.0" # x-release-please-version +__version__ = "1.11.1" # x-release-please-version