Yatta-py

Latest version: v1.3.10

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

Scan your dependencies

Page 3 of 3

1.1.2

[1.1.2](https://github.com/seriaati/yatta/compare/v1.1.1..v1.1.2) - 2024-02-24

Bug Fixes

- Format `ItemDetail` description - ([24ef7ee](https://github.com/seriaati/yatta/commit/24ef7ee1503d9130f08cfb4e7c13370516309419))
- Replace `\\n` with `\n` - ([c44c42b](https://github.com/seriaati/yatta/commit/c44c42b7246d1c2ae0dfdf6d4bad236868ed01a6))
- Remove html tags from book names - ([537999b](https://github.com/seriaati/yatta/commit/537999bf9f2d9c77efa39bfef50e2f7255a94a4d))
- Remove html tags from `BaseSkill` description - ([6721dc1](https://github.com/seriaati/yatta/commit/6721dc18351a520f5b58e35584c509aba5f31a2d))
- Fix `BaseSkill` icon - ([eb01f46](https://github.com/seriaati/yatta/commit/eb01f46f95491043d274a90bd2208ced5867b92a))
- Format character names - ([9c7521d](https://github.com/seriaati/yatta/commit/9c7521de7740262917b19821b1a234702634652c))

Continuous Integrations

- Add workflows - ([050d85e](https://github.com/seriaati/yatta/commit/050d85e1ac76864f67c482fc80fb0307d538f878))

Features

- Add cache ttl param to API client - ([7bfbaea](https://github.com/seriaati/yatta/commit/7bfbaea08b2cbe628ba68a6076f8514927cf420c))

Miscellaneous Chores

- **(deps)** Add pre-commit - ([247348d](https://github.com/seriaati/yatta/commit/247348d379a230980cb5e26d916231dbeb10177e))
- **(deps)** Update dependencies - ([562e7ff](https://github.com/seriaati/yatta/commit/562e7ff0f7e3e20769a6818da4c7300b22046cdc))
- **(deps)** Update dependencies - ([437b0fd](https://github.com/seriaati/yatta/commit/437b0fd7d2aabd4266ef80e75942ff667f8db02d))
- Add playground.py to gitignore - ([bb9feca](https://github.com/seriaati/yatta/commit/bb9feca402babaea536dd9b3e2b594165e2a1336))
- Add pre-commit config - ([0e8359c](https://github.com/seriaati/yatta/commit/0e8359c49750353747cae0d04cb50e308a4ba5a8))

Refactoring

- [**breaking**]Rename fields in `CharacterScript` - ([1e937b1](https://github.com/seriaati/yatta/commit/1e937b1fab107bd16ea8f93eb79b8e18aa5e36cb))
- Replace pronouns - ([3c0cac3](https://github.com/seriaati/yatta/commit/3c0cac3a5acee4bc61e6d3478c2db01874af741b))
- Add logger name - ([8fc3df0](https://github.com/seriaati/yatta/commit/8fc3df01c48757e815ff404e6e791dc39316bc21))

1.1.1

[1.1.1](https://github.com/seriaati/ambr/compare/v1.1.0..v1.1.1) - 2024-01-06

Bug Fixes

- Fix wrong field names in pydantic decorators - ([7078008](https://github.com/seriaati/ambr/commit/707800851111952bff338290690a15f017abfe28))
- Fix conversion error in `story` field of `ItemDetail` - ([11d3f17](https://github.com/seriaati/ambr/commit/11d3f17c36f46179274a57cb6794223f36fae706))
- Fix missing alias in `voice_actors` field of `CharacterInfo` - ([0449d62](https://github.com/seriaati/ambr/commit/0449d6242ce167263238c90952279167650a62ea))

1.1.0

[1.1.0](https://github.com/seriaati/ambr/compare/v1.0.1..v1.1.0) - 2024-01-05

Bug Fixes

- Fix icon url in `Book` and `BookDetail` - ([c38e8be](https://github.com/seriaati/ambr/commit/c38e8be71ac74de13dc0ce66f046e65125ad292f))

Features

- Add `fetch_manual_avatar` - ([9569986](https://github.com/seriaati/ambr/commit/9569986b75f6dbeb0e54de76458ec70397177462))
- Add `medium_icon` and `large_icon` to `CharacterDetail` - ([50fdc0e](https://github.com/seriaati/ambr/commit/50fdc0e02a2f77c2710eaed4e1bed0da307d761a))
- Add `medium_icon` and `large_icon` to `Character` - ([40ab098](https://github.com/seriaati/ambr/commit/40ab0988893a3575e443e3dca90d21bf5e423e05))
- Add `medium_icon` and `large_icon` to `LightCone` and `LightConeDetail` - ([4ade147](https://github.com/seriaati/ambr/commit/4ade147355e65d1139a965b630b41bf5a2b8217a))
- Add `round_icon` attribute to `Character` and `CharacterDetail` - ([fb7e3aa](https://github.com/seriaati/ambr/commit/fb7e3aa392b9419f456d2f7357f18e6d8dc1e819))

Refactoring

- [**breaking**]Rename `CharacterCV` to `VoiceActor` and `cv` to `voice_actors` in `CharacterInfo` - ([e61abbe](https://github.com/seriaati/ambr/commit/e61abbe8e90808dee78887d54426a347b034e228))
- Rename `Type` to `CharacterDetailType` - ([5177a9c](https://github.com/seriaati/ambr/commit/5177a9cdf1b9d2c125d1bd8495dced1c1266bc5c))
- [**breaking**]Rename fields and classes related to changelog - ([4375b18](https://github.com/seriaati/ambr/commit/4375b18de71467ca5b816f8861ef75f13085a7e6))

1.0.1

[1.0.1](https://github.com/seriaati/ambr/compare/v1.0.0..v1.0.1) - 2023-12-03

Bug Fixes

- move exceptions.py to package folder - ([96d6cd1](https://github.com/seriaati/ambr/commit/96d6cd1db5c1a1fc434846199862936c9cae95da))
- Update params data type to use List[float] instead of List[int] - ([c3847c1](https://github.com/seriaati/ambr/commit/c3847c18c814901a778515e5f72227340bf15c60))
- Fix light cone model dictionary keys - ([1f5a550](https://github.com/seriaati/ambr/commit/1f5a550be4898ebb03aadfcb335922de125b915d))

Documentation

- Update README.md - ([be6e123](https://github.com/seriaati/ambr/commit/be6e123593b78c1128b540870ac0df643926d77f))
- Update function docstrings - ([ea3a246](https://github.com/seriaati/ambr/commit/ea3a24678cc216988ed8b35f43efe8d8d6b40ad3))

Refactoring

- Refactor test function names and add new test case for invalid ID - ([9232a8c](https://github.com/seriaati/ambr/commit/9232a8cc0110b7cce7c454e8bfb7a0c4b23e14b1))

1.0.0

Initial release

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.