Wom-py

Latest version: v0.6.0

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

Scan your dependencies

Page 2 of 2

0.3.2

Breaking Changes

- Add a new _required_ async `Client.start` method to fix deprecation warning emitted
by creating a `ClientSession` in a non-async function.

---

0.3.1

Additions

- Add new wildy bosses Artio, Calvarion, and Spindel to the `Bosses` enum.

---

0.3.0

Breaking Changes

- `MetricLeaders`, `PlayerGainsData`, and `SnapshotData` now contain mappings of their
`enums.Skills` key to values of the associated type that was previously contained in the list.
- The deserialization methods associated with the above types were also updated to accommodate
this.
- the `Player.flagged` field was removed in favor of the `Player.status` field.

Changes

- Only include the type of the value, not the value itself, in the error message raised when
calling `unwrap_err` on an `Ok` variant.
- `Skill.ehp`, `Boss.ehb`, and `ComputedMetric.value` are now `float` type.

Additions

- Tests! :eyes:
- A `PlayerStatus` enum representing the statuses a player can be in (flagged, active, etc)

---

0.2.0

Breaking Changes

- `GroupStatistics.average_stats` is now a `Snapshot` rather than a `GroupSnapshot`.
- Remove `GroupSnapshot` model since `created_at` on `Snapshot` is now guaranteed to be present.

Bugfixes

- Add some missing models to `__all__`.

Additions

- Add leaders models: `SkillLeader`, `BossLeader`, `ActivityLeader`, `ComputedMetricLeader`,
and `MetricLeaders`.
- Add `metric_leaders` property to `GroupStatistics`.
- Add deserialization methods for the new leader models.

---

0.1.1

Bugfixes

- `EfficiencyService.get_global_leaderboard` now accepts a `both` kwarg, and will no longer
erroneously allow you to pass many computed metrics as `*args`.

Changes

- Relaxed the pinned dependencies for better compatibility.
- The `metric` parameter to `EfficiencyService.get_global_leaderboard` is now defaulted to EHP.

---

0.1.0

- Initial release!

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.