Clairview

Latest version: v3.7.0

Safety actively analyzes 682441 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

3.0.0

Breaking change:

All events by default now send the `$geoip_disable` property to disable geoip lookup in app. This is because usually we don't
want to update person properties to take the server's location.

The same now happens for feature flag requests, where we discard the IP address of the server for matching on geoip properties like city, country, continent.

To restore previous behaviour, you can set the default to False like so:

python
clairview.disable_geoip = False

// and if using client instantiation:
clairview = Clairview('api_key', disable_geoip=False)

2.5.0

1. Add option for instantiating separate client object

2.4.2

1. Update backoff dependency for clairviewanalytics package to be the same as clairview package

2.4.1

1. Removes accidental print call left in for decide response

2.4.0

1. Support evaluating all cohorts in feature flags for local evaluation

2.3.1

1. Log instead of raise error on clairview personal api key errors
2. Remove upper bound on backoff dependency

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.