ommlds 0.0.0.dev461__py3-none-any.whl → 0.0.0.dev462__py3-none-any.whl
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.
Potentially problematic release.
This version of ommlds might be problematic. Click here for more details.
- ommlds/.omlish-manifests.json +4 -5
- ommlds/__about__.py +2 -2
- ommlds/minichain/backends/impls/anthropic/names.py +3 -4
- {ommlds-0.0.0.dev461.dist-info → ommlds-0.0.0.dev462.dist-info}/METADATA +7 -7
- {ommlds-0.0.0.dev461.dist-info → ommlds-0.0.0.dev462.dist-info}/RECORD +9 -9
- {ommlds-0.0.0.dev461.dist-info → ommlds-0.0.0.dev462.dist-info}/WHEEL +0 -0
- {ommlds-0.0.0.dev461.dist-info → ommlds-0.0.0.dev462.dist-info}/entry_points.txt +0 -0
- {ommlds-0.0.0.dev461.dist-info → ommlds-0.0.0.dev462.dist-info}/licenses/LICENSE +0 -0
- {ommlds-0.0.0.dev461.dist-info → ommlds-0.0.0.dev462.dist-info}/top_level.txt +0 -0
ommlds/.omlish-manifests.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"module": ".minichain.backends.impls.anthropic.names",
|
|
34
34
|
"attr": "_BACKEND_STRINGS_MANIFEST",
|
|
35
35
|
"file": "ommlds/minichain/backends/impls/anthropic/names.py",
|
|
36
|
-
"line":
|
|
36
|
+
"line": 34,
|
|
37
37
|
"value": {
|
|
38
38
|
"!.minichain.backends.strings.manifests.BackendStringsManifest": {
|
|
39
39
|
"service_cls_names": [
|
|
@@ -50,10 +50,9 @@
|
|
|
50
50
|
"claude-sonnet-4-5-20250929": null,
|
|
51
51
|
"claude-sonnet-4-5": "claude-sonnet-4-5-20250929",
|
|
52
52
|
"claude-sonnet": "claude-sonnet-4-5",
|
|
53
|
-
"claude-
|
|
54
|
-
"claude-haiku-
|
|
55
|
-
"claude-haiku
|
|
56
|
-
"claude-haiku": "claude-haiku-3-5",
|
|
53
|
+
"claude-haiku-4-5-20251001": null,
|
|
54
|
+
"claude-haiku-4-5": "claude-haiku-4-5-20251001",
|
|
55
|
+
"claude-haiku": "claude-haiku-4-5",
|
|
57
56
|
"claude": "claude-haiku"
|
|
58
57
|
}
|
|
59
58
|
}
|
ommlds/__about__.py
CHANGED
|
@@ -30,7 +30,7 @@ class Project(ProjectBase):
|
|
|
30
30
|
|
|
31
31
|
'tokenizers ~= 0.22',
|
|
32
32
|
|
|
33
|
-
'torch ~= 2.
|
|
33
|
+
'torch ~= 2.9',
|
|
34
34
|
|
|
35
35
|
'transformers ~= 4.57',
|
|
36
36
|
'sentence-transformers ~= 5.1',
|
|
@@ -52,7 +52,7 @@ class Project(ProjectBase):
|
|
|
52
52
|
],
|
|
53
53
|
|
|
54
54
|
'pillow': [
|
|
55
|
-
'pillow ~=
|
|
55
|
+
'pillow ~= 12.0',
|
|
56
56
|
],
|
|
57
57
|
|
|
58
58
|
'search': [
|
|
@@ -22,10 +22,9 @@ MODEL_NAMES = ModelNameCollection(
|
|
|
22
22
|
'claude-sonnet-4-5': 'claude-sonnet-4-5-20250929',
|
|
23
23
|
'claude-sonnet': 'claude-sonnet-4-5',
|
|
24
24
|
|
|
25
|
-
'claude-
|
|
26
|
-
'claude-haiku-
|
|
27
|
-
'claude-haiku
|
|
28
|
-
'claude-haiku': 'claude-haiku-3-5',
|
|
25
|
+
'claude-haiku-4-5-20251001': None,
|
|
26
|
+
'claude-haiku-4-5': 'claude-haiku-4-5-20251001',
|
|
27
|
+
'claude-haiku': 'claude-haiku-4-5',
|
|
29
28
|
|
|
30
29
|
'claude': 'claude-haiku',
|
|
31
30
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ommlds
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev462
|
|
4
4
|
Summary: ommlds
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,8 +14,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: omdev==0.0.0.
|
|
18
|
-
Requires-Dist: omlish==0.0.0.
|
|
17
|
+
Requires-Dist: omdev==0.0.0.dev462
|
|
18
|
+
Requires-Dist: omlish==0.0.0.dev462
|
|
19
19
|
Provides-Extra: all
|
|
20
20
|
Requires-Dist: llama-cpp-python~=0.3; extra == "all"
|
|
21
21
|
Requires-Dist: mlx~=0.29; extra == "all"
|
|
@@ -23,7 +23,7 @@ Requires-Dist: mlx-lm~=0.28; sys_platform == "darwin" and extra == "all"
|
|
|
23
23
|
Requires-Dist: tiktoken~=0.12; extra == "all"
|
|
24
24
|
Requires-Dist: tinygrad~=0.11; extra == "all"
|
|
25
25
|
Requires-Dist: tokenizers~=0.22; extra == "all"
|
|
26
|
-
Requires-Dist: torch~=2.
|
|
26
|
+
Requires-Dist: torch~=2.9; extra == "all"
|
|
27
27
|
Requires-Dist: transformers~=4.57; extra == "all"
|
|
28
28
|
Requires-Dist: sentence-transformers~=5.1; extra == "all"
|
|
29
29
|
Requires-Dist: huggingface-hub~=0.35; extra == "all"
|
|
@@ -31,7 +31,7 @@ Requires-Dist: datasets~=4.2; extra == "all"
|
|
|
31
31
|
Requires-Dist: numpy>=1.26; extra == "all"
|
|
32
32
|
Requires-Dist: pytesseract~=0.3; extra == "all"
|
|
33
33
|
Requires-Dist: rapidocr-onnxruntime~=1.4; extra == "all"
|
|
34
|
-
Requires-Dist: pillow~=
|
|
34
|
+
Requires-Dist: pillow~=12.0; extra == "all"
|
|
35
35
|
Requires-Dist: ddgs~=9.6; extra == "all"
|
|
36
36
|
Requires-Dist: mwparserfromhell~=0.7; extra == "all"
|
|
37
37
|
Requires-Dist: wikitextparser~=0.56; extra == "all"
|
|
@@ -43,7 +43,7 @@ Requires-Dist: mlx-lm~=0.28; sys_platform == "darwin" and extra == "backends"
|
|
|
43
43
|
Requires-Dist: tiktoken~=0.12; extra == "backends"
|
|
44
44
|
Requires-Dist: tinygrad~=0.11; extra == "backends"
|
|
45
45
|
Requires-Dist: tokenizers~=0.22; extra == "backends"
|
|
46
|
-
Requires-Dist: torch~=2.
|
|
46
|
+
Requires-Dist: torch~=2.9; extra == "backends"
|
|
47
47
|
Requires-Dist: transformers~=4.57; extra == "backends"
|
|
48
48
|
Requires-Dist: sentence-transformers~=5.1; extra == "backends"
|
|
49
49
|
Provides-Extra: huggingface
|
|
@@ -55,7 +55,7 @@ Provides-Extra: ocr
|
|
|
55
55
|
Requires-Dist: pytesseract~=0.3; extra == "ocr"
|
|
56
56
|
Requires-Dist: rapidocr-onnxruntime~=1.4; extra == "ocr"
|
|
57
57
|
Provides-Extra: pillow
|
|
58
|
-
Requires-Dist: pillow~=
|
|
58
|
+
Requires-Dist: pillow~=12.0; extra == "pillow"
|
|
59
59
|
Provides-Extra: search
|
|
60
60
|
Requires-Dist: ddgs~=9.6; extra == "search"
|
|
61
61
|
Provides-Extra: wiki
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
ommlds/.omlish-manifests.json,sha256=
|
|
2
|
-
ommlds/__about__.py,sha256=
|
|
1
|
+
ommlds/.omlish-manifests.json,sha256=5W7s8h2xvV_Y2YA1m4hYz0949Yb5XoDNTFAQCrvrDlQ,17930
|
|
2
|
+
ommlds/__about__.py,sha256=uAJgr2I_m_oZPlV5P8XLFeYpBlEM-DdzeyF6O5OK_qs,1759
|
|
3
3
|
ommlds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
ommlds/huggingface.py,sha256=JfEyfKOxU3-SY_ojtXBJFNeD-NIuKjvMe3GL3e93wNA,1175
|
|
5
5
|
ommlds/_hacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -129,7 +129,7 @@ ommlds/minichain/backends/impls/mistral.py,sha256=I_HTwXqAoQi2xyw_nLTeUamtOZLLl-
|
|
|
129
129
|
ommlds/minichain/backends/impls/sqlite.py,sha256=NOFm_fgr-OZ8mo7etj0zwvxsDnidRwKzhdDom58e6ks,2157
|
|
130
130
|
ommlds/minichain/backends/impls/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
131
131
|
ommlds/minichain/backends/impls/anthropic/chat.py,sha256=S1Z1v4Wl7YEcdDj-XmCLaZ4d7tn3k10f59O-m34IPOg,6554
|
|
132
|
-
ommlds/minichain/backends/impls/anthropic/names.py,sha256=
|
|
132
|
+
ommlds/minichain/backends/impls/anthropic/names.py,sha256=GPPeYt0CcDcDCR8I6BMd7bMjC_Zk_bjnLLpF9ClwXcg,1099
|
|
133
133
|
ommlds/minichain/backends/impls/anthropic/stream.py,sha256=znEBkTn3Yh8KjV3xVDIaUcbs-_PTAeabJSKBSnzsSYQ,7825
|
|
134
134
|
ommlds/minichain/backends/impls/duckduckgo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
135
135
|
ommlds/minichain/backends/impls/duckduckgo/search.py,sha256=igzeU9P9b1MMiu4KAJVS9H6KLIoPm68wXi4Kx3_DHyQ,940
|
|
@@ -325,9 +325,9 @@ ommlds/wiki/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
|
325
325
|
ommlds/wiki/utils/io.py,sha256=UKgDJGtmpnWvIqVd2mJc2QNPOqlToEY1GEveNp6_pMo,7088
|
|
326
326
|
ommlds/wiki/utils/progress.py,sha256=EhvKcMFYtsarCQhIahlO6f0SboyAKP3UwUyrnVnP-Vk,3222
|
|
327
327
|
ommlds/wiki/utils/xml.py,sha256=vVV8Ctn13aaRM9eYfs9Wd6rHn5WOCEUzQ44fIhOvJdg,3754
|
|
328
|
-
ommlds-0.0.0.
|
|
329
|
-
ommlds-0.0.0.
|
|
330
|
-
ommlds-0.0.0.
|
|
331
|
-
ommlds-0.0.0.
|
|
332
|
-
ommlds-0.0.0.
|
|
333
|
-
ommlds-0.0.0.
|
|
328
|
+
ommlds-0.0.0.dev462.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
|
329
|
+
ommlds-0.0.0.dev462.dist-info/METADATA,sha256=_rx-ONK6kUEVzq29OxeCLvj9Wh6a4XehcO9D-aBEo6U,3224
|
|
330
|
+
ommlds-0.0.0.dev462.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
331
|
+
ommlds-0.0.0.dev462.dist-info/entry_points.txt,sha256=Z5YWtX7ClfiCKdW-dd_CSVvM0h4yQpJPi-2G3q6gNFo,35
|
|
332
|
+
ommlds-0.0.0.dev462.dist-info/top_level.txt,sha256=Rbnk5d5wi58vnAXx13WFZqdQ4VX8hBCS2hEL3WeXOhY,7
|
|
333
|
+
ommlds-0.0.0.dev462.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|