Khaleel Al-Adhami před 2 měsíci
rodič
revize
c6fa89526f
2 změnil soubory, kde provedl 24 přidání a 0 odebrání
  1. 1 0
      pyproject.toml
  2. 23 0
      uv.lock

+ 1 - 0
pyproject.toml

@@ -28,6 +28,7 @@ dependencies = [
   "gunicorn >=20.1.0,<24.0",
   "httpx >=0.25.1,<1.0",
   "jinja2 >=3.1.2,<4.0",
+  "jsonpatch >=1.33,<2.0",
   "lazy_loader >=0.4",
   "packaging >=23.1,<25.0",
   "platformdirs >=3.10.0,<5.0",

+ 23 - 0
uv.lock

@@ -713,6 +713,27 @@ wheels = [
     { url = "https://files.pythonhosted.org/packages/62/a1/3d680cbfd5f4b8f15abc1d571870c5fc3e594bb582bc3b64ea099db13e56/jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67", size = 134899 },
 ]
 
+[[package]]
+name = "jsonpatch"
+version = "1.33"
+source = { registry = "https://pypi.org/simple" }
+dependencies = [
+    { name = "jsonpointer" },
+]
+sdist = { url = "https://files.pythonhosted.org/packages/42/78/18813351fe5d63acad16aec57f94ec2b70a09e53ca98145589e185423873/jsonpatch-1.33.tar.gz", hash = "sha256:9fcd4009c41e6d12348b4a0ff2563ba56a2923a7dfee731d004e212e1ee5030c", size = 21699 }
+wheels = [
+    { url = "https://files.pythonhosted.org/packages/73/07/02e16ed01e04a374e644b575638ec7987ae846d25ad97bcc9945a3ee4b0e/jsonpatch-1.33-py2.py3-none-any.whl", hash = "sha256:0ae28c0cd062bbd8b8ecc26d7d164fbbea9652a1a3693f3b956c1eae5145dade", size = 12898 },
+]
+
+[[package]]
+name = "jsonpointer"
+version = "3.0.0"
+source = { registry = "https://pypi.org/simple" }
+sdist = { url = "https://files.pythonhosted.org/packages/6a/0a/eebeb1fa92507ea94016a2a790b93c2ae41a7e18778f85471dc54475ed25/jsonpointer-3.0.0.tar.gz", hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef", size = 9114 }
+wheels = [
+    { url = "https://files.pythonhosted.org/packages/71/92/5e77f98553e9e75130c78900d000368476aed74276eb8ae8796f65f00918/jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942", size = 7595 },
+]
+
 [[package]]
 name = "keyring"
 version = "25.6.0"
@@ -1689,6 +1710,7 @@ dependencies = [
     { name = "gunicorn" },
     { name = "httpx" },
     { name = "jinja2" },
+    { name = "jsonpatch" },
     { name = "lazy-loader" },
     { name = "packaging" },
     { name = "platformdirs" },
@@ -1750,6 +1772,7 @@ requires-dist = [
     { name = "gunicorn", specifier = ">=20.1.0,<24.0" },
     { name = "httpx", specifier = ">=0.25.1,<1.0" },
     { name = "jinja2", specifier = ">=3.1.2,<4.0" },
+    { name = "jsonpatch", specifier = ">=1.33,<2.0" },
     { name = "lazy-loader", specifier = ">=0.4" },
     { name = "packaging", specifier = ">=23.1,<25.0" },
     { name = "platformdirs", specifier = ">=3.10.0,<5.0" },