-
Notifications
You must be signed in to change notification settings - Fork 2
Migrate to serialx #443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to serialx #443
Changes from 4 commits
cd0191b
7356241
b386215
6a53454
0758d68
b56b927
5a80491
8068385
e646b2e
148e1f6
be4138f
8397f14
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
|
||
| [project] | ||
| name = "plugwise_usb" | ||
| version = "0.47.6" | ||
| version = "0.47.7a0" | ||
| license = "MIT" | ||
| keywords = ["home", "automation", "plugwise", "module", "usb"] | ||
| classifiers = [ | ||
|
|
@@ -27,10 +27,10 @@ maintainers = [ | |
| ] | ||
| requires-python = ">=3.13.0" | ||
| dependencies = [ | ||
| "pyserial-asyncio-fast", | ||
| "aiofiles", | ||
| "crcmod", | ||
| "semver", | ||
| "serialx", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Check if serialx is available and get version info
pip index versions serialx 2>/dev/null | head -20
# Check the package metadata if available
curl -s https://pypi.org/pypi/serialx/json | jq -r '.info | {name, version, author, home_page, requires_python, summary}'Repository: plugwise/python-plugwise-usb Length of output: 546 🌐 Web query:
💡 Result: As of May 18, 2026, the latest stable version of the serialx Python library is v1.7.3 [1]. This library requires Python 3.10 or newer [1]. Citations: Add a version constraint to the The dependency on 🤖 Prompt for AI Agents |
||
| ] | ||
|
|
||
| [project.urls] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| pytest-asyncio | ||
| radon==6.0.1 | ||
| types-python-dateutil | ||
| pyserial-asyncio-fast | ||
| aiofiles | ||
| freezegun | ||
| pytest-cov | ||
| serialx | ||
Uh oh!
There was an error while loading. Please reload this page.