tb0hdan / meshtastic-telegram-gateway

A Telegram bot that forwards messages to and from Meshtastic devices.
Apache License 2.0
68 stars 11 forks source link

Update meshtastic requirement from ~=2.3.12 to ~=2.3.13 #336

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Updates the requirements on meshtastic to permit the latest version.

Release notes

Sourced from meshtastic's releases.

Meshtastic Python 2.3.13

Important

The protobuf modules have moved in this release. While many imports of _pb2 modules directly from meshtastic will still work, they should in general be updated to use meshtastic.protobuf instead. If needing to support multiple versions of this library, consider wrapping the initial import from meshtastic.protobuf in a try block and then importing from plain meshtastic in an except ImportError block.

Additionally, this version of the library clarifies the licensing of the library and CLI to GPL3. There has been a bit of a confusing potentially-dual-license situation for a little while, but GPL3 is the plan going forward.

In better news, BLE connections should work better in this release due to a lot of work improving that code!

What's Changed

Full Changelog: https://github.com/meshtastic/python/compare/2.3.12...2.3.13

As before, please use pip to install if standalone binaries are unavailable or non-functional.

Commits
  • 22bf34e Merge pull request #627 from meshtastic/protobuf-ble-logging
  • 32b4575 Reorganize imports for pylint
  • 5eafc2c Remove newline handling
  • 1936396 Shut up linter
  • ce6c096 Fix
  • bef9b48 Log Recod logging with new characterstic
  • d5a4d86 Merge remote-tracking branch 'origin/master' into protobuf-ble-logging
  • 188f9d5 Add handler for new log-record BLE characteristic
  • 0e6a0eb Merge pull request #626 from ianmcorvidae/ble-older-firmware
  • 3b4690e appease the linter
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)