This repository was archived by the owner on Jan 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Upgrade dependencies #794
Draft
NickCao
wants to merge
8
commits into
jumpstarter-dev:main
Choose a base branch
from
NickCao:dep-bump
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Upgrade dependencies #794
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
343ae89
Bump anyio
NickCao 0d6462e
Simplify implementation of VsockNetwork
NickCao 5cb5599
Bump all deps
NickCao 209c6e5
Test on python 3.14
NickCao f60574e
Add missing depenency on requests
NickCao 9569fb5
Disable testing on freethreading python for now due to lack of suppor…
NickCao 3915a0e
Fixup opendal driver
NickCao e234f15
Do not fail fast on python version test matrix
NickCao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ license = "Apache-2.0" | |
| authors = [{ name = "Andreas Karner", email = "[email protected]" }] | ||
| requires-python = ">=3.11" | ||
| dependencies = [ | ||
| "anyio>=4.10.0", | ||
| "anyio>=4.12.1", | ||
| "jumpstarter", | ||
| "bleak>=1.1.1", | ||
| ] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ license = "Apache-2.0" | |
| authors = [{ name = "Benny Zlotnik", email = "[email protected]" }] | ||
| requires-python = ">=3.11" | ||
| dependencies = [ | ||
| "anyio>=4.10.0", | ||
| "anyio>=4.12.1", | ||
| "jumpstarter", | ||
| "jumpstarter-driver-composite", | ||
| "jumpstarter-driver-opendal", | ||
|
|
@@ -35,8 +35,7 @@ build-backend = "hatchling.build" | |
| dev = [ | ||
| "pytest-cov>=6.0.0", | ||
| "pytest>=8.3.3", | ||
| "pytest-asyncio>=0.0.0", | ||
| "pytest-asyncio>=0.24.0", | ||
| "pytest-asyncio>=1.3.0", | ||
| ] | ||
|
|
||
| [tool.hatch.build.hooks.pin_jumpstarter] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,13 +6,13 @@ readme = "README.md" | |
| authors = [{ name = "Benny Zlotnik", email = "[email protected]" }] | ||
| requires-python = ">=3.11" | ||
| dependencies = [ | ||
| "anyio>=4.10.0", | ||
| "anyio>=4.12.1", | ||
| "jumpstarter", | ||
| "jumpstarter-driver-composite", | ||
| "jumpstarter-driver-opendal", | ||
| "click>=8.1.8", | ||
| "rtslib-fb", | ||
| "requests>=2.32.5" | ||
| "requests>=2.32.5", | ||
| ] | ||
|
|
||
| [tool.hatch.version] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ license = "Apache-2.0" | |
| authors = [{ name = "Miguel Angel Ajo", email = "[email protected]" }] | ||
| requires-python = ">=3.11" | ||
| dependencies = [ | ||
| "anyio>=4.10.0", | ||
| "anyio>=4.12.1", | ||
| "click>=8.1.7.2", | ||
| "jumpstarter", | ||
| "jumpstarter-driver-opendal", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ readme = "README.md" | |
| authors = [{ name = "Miguel Angel Ajo", email = "[email protected]" }] | ||
| requires-python = ">=3.11" | ||
| license = "Apache-2.0" | ||
| dependencies = ["anyio>=4.10.0", "jumpstarter", "click>=8.1.8"] | ||
| dependencies = ["anyio>=4.12.1", "jumpstarter", "click>=8.1.8"] | ||
|
|
||
| [project.entry-points."jumpstarter.drivers"] | ||
| Shell = "jumpstarter_driver_shell.driver:Shell" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ license = "Apache-2.0" | |
| authors = [{ name = "Nick Cao", email = "[email protected]" }] | ||
| requires-python = ">=3.11" | ||
| dependencies = [ | ||
| "anyio>=4.10.0", | ||
| "anyio>=4.12.1", | ||
| "jumpstarter_driver_power", | ||
| "jumpstarter", | ||
| "paho-mqtt>=2.1.0", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ license = "Apache-2.0" | |
| authors = [{ name = "Benny Zlotnik", email = "[email protected]" }] | ||
| requires-python = ">=3.11" | ||
| dependencies = [ | ||
| "anyio>=4.10.0", | ||
| "anyio>=4.12.1", | ||
| "jumpstarter", | ||
| "jumpstarter-driver-composite", | ||
| "jumpstarter-driver-opendal", | ||
|
|
@@ -17,8 +17,7 @@ dependencies = [ | |
| dev = [ | ||
| "pytest>=8.3.2", | ||
| "pytest-cov>=6.0.0", | ||
| "pytest-anyio>=0.0.0", | ||
| "pytest-asyncio>=0.0.0", | ||
| "pytest-asyncio>=1.3.0", | ||
| "jumpstarter-testing", | ||
| ] | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.