diff --git a/clab_connector/models/node/arista_ceos.py b/clab_connector/models/node/arista_ceos.py index 0f5450f..0e5b886 100644 --- a/clab_connector/models/node/arista_ceos.py +++ b/clab_connector/models/node/arista_ceos.py @@ -29,7 +29,11 @@ class AristaCEOSNode(Node): SUPPORTED_SCHEMA_PROFILES: ClassVar[dict[str, tuple[str, str]]] = { "4.33.2f": ( "https://github.com/hellt/tmp/" - "releases/download/v0.0.1-test1/eos-4.33.2f.zip" + "releases/download/v0.0.1-test1/eos-4.33.2f-v1.zip" + ), + "4.34.2f": ( + "https://github.com/hellt/tmp/" + "releases/download/v0.0.1-test1/eos-4.34.2f-v1.zip" ), } diff --git a/pyproject.toml b/pyproject.toml index e704a06..3b25be1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "clab-connector" -version = "0.8.4" +version = "0.8.5" description = "EDA Containerlab Connector" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index fcbbbfd..0c3ee1f 100644 --- a/uv.lock +++ b/uv.lock @@ -284,7 +284,7 @@ wheels = [ [[package]] name = "clab-connector" -version = "0.8.4" +version = "0.8.5" source = { editable = "." } dependencies = [ { name = "bcrypt" },