Renault-api

Latest version: v0.2.8

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

Scan your dependencies

Page 4 of 5

0.1.4

Changes

* Bump version to v0.1.4 (244) epenet

:rocket: Features

* Add support for hybrid (PHEV) vehicles (242) epenet

:rotating_light: Testing

* Update CLI testing for fuel and PHEV vehicles (243) epenet
* Update test configuration for timezone handling (240) epenet

:wave: Fixtures

* Add fixture for Captur II PHEV (241) epenet

:package: Dependencies

* Bump marshmallow-dataclass from 8.3.1 to 8.3.2 (239) dependabot
* Bump sphinx from 3.5.2 to 3.5.3 (238) dependabot
* Bump sphinx-click from 2.6.0 to 2.7.1 (237) dependabot
* Bump sphinx from 3.5.2 to 3.5.3 in /docs (236) dependabot
* Bump sphinx-click from 2.6.0 to 2.7.1 in /docs (235) dependabot
* Bump flake8-docstrings from 1.5.0 to 1.6.0 (234) dependabot
* Bump virtualenv from 20.4.2 to 20.4.3 in /.github/workflows (231) dependabot
* Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (230) dependabot
* Bump codecov/codecov-action from v1.2.2 to v1.3.1 (229) dependabot
* Bump flake8-bugbear from 20.11.1 to 21.3.2 (228) dependabot
* Bump nox-poetry from 0.8.3 to 0.8.4 in /.github/workflows (227) dependabot
* Bump aiohttp from 3.7.3 to 3.7.4.post0 (220) dependabot
* Bump coverage from 5.4 to 5.5 (226) dependabot
* Bump sphinx-click from 2.5.0 to 2.6.0 (225) dependabot
* Bump pre-commit from 2.10.1 to 2.11.1 (224) dependabot
* Bump flake8 from 3.8.4 to 3.9.0 (223) dependabot
* Bump sphinx-autobuild from 2020.9.1 to 2021.3.14 (222) dependabot
* Bump darglint from 1.6.0 to 1.7.0 (221) dependabot
* Bump aioresponses from 0.7.1 to 0.7.2 (218) dependabot
* Bump nox-poetry from 0.7.1 to 0.8.3 in /.github/workflows (217) dependabot
* Bump sphinx from 3.4.3 to 3.5.2 (216) dependabot
* Bump pygments from 2.7.4 to 2.8.1 (215) dependabot
* Bump codecov/codecov-action from v1.2.1 to v1.2.2 (214) dependabot
* Bump sphinx from 3.4.3 to 3.5.2 in /docs (213) dependabot
* Bump poetry from 1.0.10 to 1.1.5 in /.github/workflows (212) dependabot
* Bump sphinx-click from 2.5.0 to 2.6.0 in /docs (209) dependabot
* Bump tabulate from 0.8.7 to 0.8.9 (207) dependabot
* Bump tabulate from 0.8.7 to 0.8.9 in /docs (208) dependabot
* Bump mypy from 0.800 to 0.812 (206) dependabot
* Bump typeguard from 2.10.0 to 2.11.1 (201) dependabot
* Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (198) dependabot

0.1.3

Changes

* Bump version to v0.1.3 (210) epenet

:boom: Breaking Changes

* Drop requires-contracts from endpoint definitions. (203) epenet

:construction_worker: Continuous Integration

* Compatibility tweaks for mypy 0.800 (193) epenet

:package: Dependencies

* Security updates (211) epenet
* Bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (195) dependabot
* Bump mypy from 0.790 to 0.800 (164) dependabot
* Bump darglint from 1.5.8 to 1.6.0 (191) dependabot
* Bump pre-commit from 2.9.3 to 2.10.1 (190) dependabot
* Bump reorder-python-imports from 2.3.6 to 2.4.0 (189) dependabot
* Bump actions/cache from v2.1.3 to v2.1.4 (187) dependabot
* Bump virtualenv from 20.4.0 to 20.4.2 in /.github/workflows (180) dependabot
* Bump xdoctest from 0.15.2 to 0.15.4 (176) dependabot
* Bump pip from 20.3.3 to 21.0.1 in /.github/workflows (174) dependabot
* Bump coverage from 5.3.1 to 5.4 (168) dependabot
* Bump pytest from 6.2.1 to 6.2.2 (167) dependabot

0.1.2

Changes

* Bump version to v0.1.2 (183) epenet

:bug: Fixes

* Update default Kamereon API key (182) epenet

0.1.1

Changes

* Bump version to v0.1.1 (179) epenet

:bug: Fixes

* Fix error parsing on Response models (177) epenet

:construction_worker: Continuous Integration

* Update nox safety session (178) epenet

0.1.0

Changes

* Bump version to v0.1.0 (173) epenet

:boom: Breaking Changes

* Rename VehicleDetails models (143) epenet

:rocket: Features

* Add support for `activated` flag in `update_schedule` (172) epenet
* Add warnings for unsupported method (170) PysX
* Add raw HTTP GET/POST methods to CLI (158) epenet
* Implementation of contracts endpoint (145) oncleben31
* Add checks for endpoint support (139) epenet
* Add ability to get details for a single vehicle (142) epenet

:books: Documentation

* Update hvac-start endpoint documentation (166) PysX
* Update documentation (162) epenet
* Add extra installation for contributing (144) oncleben31
* Fix coverage badge (123) epenet

:wave: Fixtures

* Add charging-settings fixture (165) epenet
* Update vehicle samples (137) epenet
* Add Twingo ZE fixture file (126) PaoloTo

:package: Dependencies

* Bump xdoctest from 0.15.0 to 0.15.2 (161) dependabot
* Bump marshmallow-dataclass from 8.3.0 to 8.3.1 (160) dependabot
* Bump pyjwt from 1.7.1 to 2.0.1 (153) dependabot
* Bump pytest-cov from 2.10.1 to 2.11.1 (156) dependabot
* Bump virtualenv from 20.3.1 to 20.4.0 in /.github/workflows (155) dependabot
* Bump safety from 1.10.2.post1 to 1.10.3 (152) dependabot
* Bump nox-poetry from 0.7.0 to 0.7.1 in /.github/workflows (151) dependabot
* Bump virtualenv from 20.3.0 to 20.3.1 in /.github/workflows (150) dependabot
* Bump pygments from 2.7.3 to 2.7.4 (149) dependabot
* Bump safety from 1.10.2 to 1.10.2.post1 (148) dependabot
* Bump virtualenv from 20.2.2 to 20.3.0 in /.github/workflows (146) dependabot
* Bump safety from 1.10.1 to 1.10.2 (147) dependabot
* Bump sphinx from 3.4.2 to 3.4.3 in /docs (140) dependabot
* Bump sphinx from 3.4.2 to 3.4.3 (141) dependabot
* Bump codecov/codecov-action from v1.2.0 to v1.2.1 (135) dependabot
* Bump virtualenv from 20.2.1 to 20.2.2 in /.github/workflows (90) dependabot
* Bump nox-poetry from 0.6.0 to 0.7.0 in /.github/workflows (136) dependabot
* Bump sphinx from 3.4.1 to 3.4.2 (134) dependabot
* Bump sphinx-rtd-theme from 0.5.0 to 0.5.1 (133) dependabot
* Bump sphinx from 3.4.1 to 3.4.2 in /docs (132) dependabot
* Bump sphinx-rtd-theme from 0.5.0 to 0.5.1 in /docs (131) dependabot
* Bump codecov/codecov-action from v1.1.1 to v1.2.0 (130) dependabot
* Bump actions/download-artifact from v2.0.7 to v2.0.8 (129) dependabot
* Bump actions/upload-artifact from v2.2.1 to v2.2.2 (128) dependabot
* Bump nox from 2020.8.22 to 2020.12.31 in /.github/workflows (124) dependabot
* Bump safety from 1.10.0 to 1.10.1 (125) dependabot
* Security update to py 1.10.0 (127) epenet

0.0.4

Changes

* Bump version to v0.0.4 (121) epenet
* Update default virtual environment location (106) epenet

:boom: Breaking Changes

* Update enums to match MyRenault app (98) epenet

:rocket: Features

* Add CLI for charge-schedule (de)activation (110) Nebukadneza
* Add HVAC control to CLI (107) epenet
* Allow unsetting a charge-schedule (105) Nebukadneza
* Auto-create CLI log folder (100) epenet
* Add hvac-schedule API methods (94) Nebukadneza
* Add charge control to CLI (88) epenet

:bug: Fixes

* Fix schedule-id identification in CLI charge-settings (99) Nebukadneza

:books: Documentation

* Update README (122) epenet
* Update documentation (71) epenet

:rotating_light: Testing

* Refactor fixture injection (97) epenet

:wave: Fixtures

* Add hvac-schedule API methods (94) Nebukadneza
* Fix schedule-id identification in CLI charge-settings (99) Nebukadneza
* Add charge control to CLI (88) epenet

:package: Dependencies

* Bump pip from 20.3.1 to 20.3.3 in /.github/workflows (101) dependabot
* Bump release-drafter/release-drafter from v5.12.1 to v5.13.0 (120) dependabot
* Bump sphinx from 3.4.0 to 3.4.1 (119) dependabot
* Bump sphinx from 3.4.0 to 3.4.1 in /docs (118) dependabot
* Bump codecov/codecov-action from v1.1.0 to v1.1.1 (116) dependabot
* Bump coverage from 5.3 to 5.3.1 (115) dependabot
* Bump safety from 1.9.0 to 1.10.0 (114) dependabot
* Bump sphinx from 3.3.1 to 3.4.0 (113) dependabot
* Bump actions/setup-python from v2.2.0 to v2.2.1 (112) dependabot
* Bump sphinx from 3.3.1 to 3.4.0 in /docs (111) dependabot
* Bump codecov/codecov-action from v1.0.15 to v1.1.0 (108) dependabot
* Bump actions/setup-python from v2.1.4 to v2.2.0 (109) dependabot
* Bump pytest from 6.2.0 to 6.2.1 (103) dependabot
* Bump actions/download-artifact from v2.0.6 to v2.0.7 (102) dependabot
* Bump pre-commit-hooks from 3.3.0 to 3.4.0 (104) dependabot
* Bump pytest from 6.1.2 to 6.2.0 (96) dependabot
* Update documentation dependencies (93) epenet

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.