1
0

Merge pull request #8493 from spesmilo/jsonpatch_new

partial-writes using jsonpatch
This commit is contained in:
ThomasV
2023-09-28 09:23:14 +02:00
committed by GitHub
7 changed files with 150 additions and 32 deletions

View File

@@ -7,6 +7,7 @@ aiohttp_socks>=0.3
certifi
bitstring
attrs>=20.1.0
jsonpatch
# Note that we also need the dnspython[DNSSEC] extra which pulls in cryptography,
# but as that is not pure-python it cannot be listed in this file!