diff --git a/.changeset/events-search-active-call-filter.md b/.changeset/events-search-active-call-filter.md deleted file mode 100644 index cd9fb722..00000000 --- a/.changeset/events-search-active-call-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/python-sdk': minor ---- - -**events-search**: Add `active_call` filter parameter diff --git a/.changeset/raw-device-attributes-keyboard-layout-name-events.md b/.changeset/raw-device-attributes-keyboard-layout-name-events.md deleted file mode 100644 index 1577eb9e..00000000 --- a/.changeset/raw-device-attributes-keyboard-layout-name-events.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fingerprint/python-sdk': minor ---- - -Add `keyboard_layout_name` to `RawDeviceAttributes` diff --git a/CHANGELOG.md b/CHANGELOG.md index 15302e4c..4accdf3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Fingerprint Pro Server Python SDK +## 9.7.0 + +### Minor Changes + +- **events-search**: Add `active_call` filter parameter ([e3164f0](https://github.com/fingerprintjs/python-sdk/commit/e3164f00679bcb6ba4d81edebde0977b96dbfdf4)) +- Add `keyboard_layout_name` to `RawDeviceAttributes` ([e3164f0](https://github.com/fingerprintjs/python-sdk/commit/e3164f00679bcb6ba4d81edebde0977b96dbfdf4)) + ## 9.6.0 ### Minor Changes diff --git a/README.md b/README.md index aa91c490..37c746e7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The Fingerprint Server Python SDK is an easy way to interact with the Fingerprin This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 4 -- Package version: 9.6.0 +- Package version: 9.7.0 - Generator version: 7.19.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/README.pypi.md b/README.pypi.md index b56f1487..bfde8c3e 100644 --- a/README.pypi.md +++ b/README.pypi.md @@ -22,7 +22,7 @@ The Fingerprint Server Python SDK is an easy way to interact with the Fingerprin This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 4 -- Package version: 9.6.0 +- Package version: 9.7.0 - Generator version: 7.19.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/fingerprint_server_sdk/__init__.py b/fingerprint_server_sdk/__init__.py index 2fd75f5c..05a0713a 100644 --- a/fingerprint_server_sdk/__init__.py +++ b/fingerprint_server_sdk/__init__.py @@ -13,7 +13,7 @@ Do not edit the class manually. """ # noqa: E501 -__version__ = '9.6.0' +__version__ = '9.7.0' # Define package exports __all__ = [ diff --git a/fingerprint_server_sdk/configuration.py b/fingerprint_server_sdk/configuration.py index 77615275..9e0fe4e5 100644 --- a/fingerprint_server_sdk/configuration.py +++ b/fingerprint_server_sdk/configuration.py @@ -325,7 +325,7 @@ def to_debug_report(self) -> str: f'OS: {sys.platform}\n' f'Python Version: {sys.version}\n' 'Version of the API: 4\n' - 'SDK Package Version: 9.6.0' + 'SDK Package Version: 9.7.0' ) @staticmethod diff --git a/package.json b/package.json index 7964888c..7d6405bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprint/python-sdk", - "version": "9.6.0", + "version": "9.7.0", "private": true, "devDependencies": { "@changesets/cli": "^2.27.8", diff --git a/pyproject.toml b/pyproject.toml index 5a0eec10..225759bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fingerprint_server_sdk" -version = "9.6.0" +version = "9.7.0" description = "Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. The API also supports collection of Automation Intelligence for requests to your server in edge, pre-origin, or middleware contexts. " authors = [ {name = "Fingerprint Support",email = "support@fingerprint.com"}, diff --git a/uv.lock b/uv.lock index 21dac5ce..bcbe3918 100644 --- a/uv.lock +++ b/uv.lock @@ -588,7 +588,7 @@ wheels = [ [[package]] name = "fingerprint-server-sdk" -version = "9.6.0" +version = "9.7.0" source = { editable = "." } dependencies = [ { name = "cryptography", version = "47.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version <= '3.9'" },