Skip to content

Commit 9be406c

Browse files
authored
Merge pull request #107 from eda-labs/schema_updates
Schema updates
2 parents 737f80f + 1f596f3 commit 9be406c

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Dependabot configuration file
2-
# See documentation: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3-
41
version: 2
52
updates:
6-
- package-ecosystem: "pip" # For Python packages
7-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "uv"
4+
directory: "/"
85
schedule:
9-
interval: "weekly"
6+
interval: "weekly"

clab_connector/models/node/nokia_srl.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ def __init__(
8181
"releases/download/v24.10.3/srlinux-24.10.3-201.zip"
8282
),
8383
"24.10.4": (
84-
"https://github.com/nokia/srlinux-yang-models/"
85-
"releases/download/v24.10.4/srlinux-24.10.4-244.zip"
84+
"https://github.com/nokia-eda/schema-profiles/"
85+
"releases/download/nokia-srl-24.10.4/srlinux-24.10.4-244.zip"
8686
),
8787
"24.10.5": (
88-
"https://github.com/nokia/srlinux-yang-models/"
89-
"nokia-srl-24.10.5/srlinux-24.10.5-344.zip"
88+
"https://github.com/nokia-eda/schema-profiles/"
89+
"releases/download/nokia-srl-24.10.5/srlinux-24.10.5-344.zip"
9090
),
9191
"25.3.1": (
9292
"https://github.com/nokia/srlinux-yang-models/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "clab-connector"
7-
version = "0.7.1"
7+
version = "0.7.2"
88
description = "EDA Containerlab Connector"
99
readme = "README.md"
1010
requires-python = ">=3.11"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)