Pulse-eco

Latest version: v2.3.0

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

Scan your dependencies

Page 1 of 2

2.3.0

> [!WARNING]
> ⚠️ Breaking Changes ⚠️

- Pydantic and requests are no longer included in the base package, the previous v2.2.4 base package dependencies are now equivalent to `pulse-eco[client,requests]`

Deprecations

- The `session` argument is now deprecated, `client` should now be used instead for sync HTTP clients and `async_client` for async
- Importing from `pulseeco.enums` and `pulseeco.models` is now deprecated, instead either import from `pulseeco.client` or more explicitly from `pulseeco.client.enums` and `pulseeco.client.models`

Highlights

- `PulseEcoAPI` and `PulseEcoClient` now have async methods
- Support for multiple different HTTP clients ([docs](https://martinkozle.github.io/pulse-eco/http-clients/))
- Using the higher level client `PulseEcoClient` is now an opt-in extra `pulse-eco[client]`, which installs Pydantic, making the package more modular and portable

What's Changed
* Modularity by martinkozle in https://github.com/martinkozle/pulse-eco/pull/6


**Full Changelog**: https://github.com/martinkozle/pulse-eco/compare/v2.2.4...v2.3.0

2.2.4

**Full Changelog**: https://github.com/martinkozle/pulse-eco/compare/v2.2.3...v2.2.4

2.2.3

**Full Changelog**: https://github.com/martinkozle/pulse-eco/compare/v2.2.2...v2.2.3

2.2.2

Fix broken build CI issue

2.2.0

What's Changed
* More types by martinkozle in https://github.com/martinkozle/pulse-eco/pull/5


**Full Changelog**: https://github.com/martinkozle/pulse-eco/compare/v2.1.0...v2.2.0

2.1.0

What's Changed
* Fix value types by martinkozle in https://github.com/martinkozle/pulse-eco/pull/4


**Full Changelog**: https://github.com/martinkozle/pulse-eco/compare/v2.0.1...v2.1.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.