analytics-python
analytics-python copied to clipboard
The hassle-free way to integrate analytics into any python application.
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 42.0.8. Changelog Sourced from cryptography's changelog. 42.0.8 - 2024-06-04 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.2. .. _v42-0-7: Commits...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3. Release notes Sourced from requests's releases. v2.32.3 2.32.3 (2024-05-29) Bugfixes Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. (#6716)...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
In https://github.com/segmentio/analytics-python/blob/ec1c05ae566d7a32f0b8b5f58752a3fe79319087/segment/analytics/consumer.py#L84 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if a `BaseException` (such as `KeyboardInterrupt`) is raised from the...
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 43.0.3. Changelog Sourced from cryptography's changelog. 43.0.3 - 2024-10-18 * Fixed release metadata for ``cryptography-vectors`` .. _v43-0-2: 43.0.2 - 2024-10-18 Fixed compilation when using LibreSSL...
We are utilizing the Segment Python client to transmit analytics events to our host. We have implemented a custom validation message for successful responses. Additionally, we would like to enable...
for the context https://github.com/segmentio/analytics-python/issues/481
There seems to be a small bug, the proxy is set but not passed to the target method, and the generated kwargs is not used. https://github.com/segmentio/analytics-python/pull/488
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1. Commits 76bce72 Bump pylint to 3.3.1, update changelog (#9954) 55ee816 Bump astroid to 3.3.4 (#9951) (#9952) 6350dfa Bump pylint to 3.3.0, update changelog 78f3dfa...