pydantic-json-patch 2.0.0__tar.gz → 2.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,13 @@
1
+ Copyright (c) 2026-present, Jonathan Sharpe
2
+
3
+ Permission to use, copy, modify, and/or distribute this software for any
4
+ purpose with or without fee is hereby granted, provided that the above
5
+ copyright notice and this permission notice appear in all copies.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydantic_json_patch
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: Pydantic models for implementing JSON Patch.
5
5
  Author: Jonathan Sharpe
6
6
  Author-email: Jonathan Sharpe <mail@jonrshar.pe>
7
7
  License-Expression: ISC
8
+ License-File: LICENSE
8
9
  Classifier: Development Status :: 5 - Production/Stable
9
10
  Classifier: Framework :: FastAPI
10
11
  Classifier: Framework :: Pydantic
11
12
  Classifier: Framework :: Pydantic :: 2
12
13
  Classifier: Intended Audience :: Developers
13
- Classifier: License :: OSI Approved :: ISC License (ISCL)
14
14
  Classifier: Operating System :: OS Independent
15
15
  Classifier: Programming Language :: Python
16
16
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pydantic_json_patch"
3
- version = "2.0.0"
3
+ version = "2.0.1"
4
4
  description = "Pydantic models for implementing JSON Patch."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -12,13 +12,13 @@ dependencies = [
12
12
  "typing-extensions>=4.14.1",
13
13
  ]
14
14
  license = "ISC"
15
+ license-files = ["LICENSE"]
15
16
  classifiers = [
16
17
  "Development Status :: 5 - Production/Stable",
17
18
  "Framework :: FastAPI",
18
19
  "Framework :: Pydantic",
19
20
  "Framework :: Pydantic :: 2",
20
21
  "Intended Audience :: Developers",
21
- "License :: OSI Approved :: ISC License (ISCL)",
22
22
  "Operating System :: OS Independent",
23
23
  "Programming Language :: Python",
24
24
  "Programming Language :: Python :: 3",
@@ -38,7 +38,7 @@ Issues = "https://github.com/textbook/pydantic_json_patch/issues"
38
38
  Sponsor = "https://ko-fi.com/textbook"
39
39
 
40
40
  [build-system]
41
- requires = ["uv_build>=0.9.27,<0.11.0"]
41
+ requires = ["uv_build>=0.9.27,<0.12.0"]
42
42
  build-backend = "uv_build"
43
43
 
44
44
  [dependency-groups]
@@ -101,3 +101,6 @@ ignore = [
101
101
  "bin/**/*.py" = [
102
102
  "D",
103
103
  ]
104
+
105
+ [tool.ty.terminal]
106
+ error-on-warning = true