morphik 0.1.8__tar.gz → 0.1.9__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.
@@ -1,16 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: morphik
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: Morphik Python Client
5
5
  Author-email: Morphik <founders@morphik.ai>
6
6
  Requires-Python: >=3.8
7
- Requires-Dist: build>=1.2.2.post1
8
7
  Requires-Dist: httpx>=0.24.0
9
- Requires-Dist: pillow==10.4.0
10
- Requires-Dist: pydantic==2.10.3
8
+ Requires-Dist: pillow>=10.4.0
9
+ Requires-Dist: pydantic>=2.10.3
11
10
  Requires-Dist: pyjwt>=2.0.0
12
11
  Requires-Dist: requests>=2.32.3
13
- Requires-Dist: twine>=6.1.0
14
12
  Description-Content-Type: text/markdown
15
13
 
16
14
  # Morphik
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "morphik"
7
- version = "0.1.8"
7
+ version = "0.1.9"
8
8
  authors = [
9
9
  { name = "Morphik", email = "founders@morphik.ai" },
10
10
  ]
@@ -14,11 +14,9 @@ requires-python = ">=3.8"
14
14
  dependencies = [
15
15
  "httpx>=0.24.0",
16
16
  "pyjwt>=2.0.0",
17
- "pydantic==2.10.3",
17
+ "pydantic>=2.10.3",
18
18
  "requests>=2.32.3",
19
- "pillow==10.4.0",
20
- "build>=1.2.2.post1",
21
- "twine>=6.1.0",
19
+ "pillow>=10.4.0"
22
20
  ]
23
21
 
24
22
  [tool.hatch.build.targets.wheel]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes