From 3e3aa4767deea2c35991205eced6c7be00626145 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sun, 22 Feb 2026 20:42:17 +0000 Subject: [PATCH] Install jmespath --- pyproject.toml | 1 + uv.lock | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index de02863..cbc2fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,5 +6,6 @@ readme = "README.md" requires-python = ">=3.14" dependencies = [ "ansible>=13.3.0", + "jmespath>=1.1.0", "meraki>=2.1.2", ] diff --git a/uv.lock b/uv.lock index 5309764..9653682 100644 --- a/uv.lock +++ b/uv.lock @@ -310,12 +310,14 @@ version = "0.0.0" source = { virtual = "." } dependencies = [ { name = "ansible" }, + { name = "jmespath" }, { name = "meraki" }, ] [package.metadata] requires-dist = [ { name = "ansible", specifier = ">=13.3.0" }, + { name = "jmespath", specifier = ">=1.1.0" }, { name = "meraki", specifier = ">=2.1.2" }, ] @@ -340,6 +342,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/62/a1/3d680cbfd5f4b8f15abc1d571870c5fc3e594bb582bc3b64ea099db13e56/jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67", size = 134899, upload-time = "2025-03-05T20:05:00.369Z" }, ] +[[package]] +name = "jmespath" +version = "1.1.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/d3/59/322338183ecda247fb5d1763a6cbe46eff7222eaeebafd9fa65d4bf5cb11/jmespath-1.1.0.tar.gz", hash = "sha256:472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d", size = 27377, upload-time = "2026-01-22T16:35:26.279Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/14/2f/967ba146e6d58cf6a652da73885f52fc68001525b4197effc174321d70b4/jmespath-1.1.0-py3-none-any.whl", hash = "sha256:a5663118de4908c91729bea0acadca56526eb2698e83de10cd116ae0f4e97c64", size = 20419, upload-time = "2026-01-22T16:35:24.919Z" }, +] + [[package]] name = "markupsafe" version = "3.0.3"