aiverify-moonshot 0.7.4__py3-none-any.whl → 0.7.6__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.
- {aiverify_moonshot-0.7.4.dist-info → aiverify_moonshot-0.7.6.dist-info}/METADATA +22 -8
- {aiverify_moonshot-0.7.4.dist-info → aiverify_moonshot-0.7.6.dist-info}/RECORD +7 -7
- {aiverify_moonshot-0.7.4.dist-info → aiverify_moonshot-0.7.6.dist-info}/WHEEL +1 -1
- moonshot/integrations/web_api/app.py +1 -1
- {aiverify_moonshot-0.7.4.dist-info → aiverify_moonshot-0.7.6.dist-info}/licenses/AUTHORS.md +0 -0
- {aiverify_moonshot-0.7.4.dist-info → aiverify_moonshot-0.7.6.dist-info}/licenses/LICENSE.md +0 -0
- {aiverify_moonshot-0.7.4.dist-info → aiverify_moonshot-0.7.6.dist-info}/licenses/NOTICES.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aiverify-moonshot
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.6
|
|
4
4
|
Summary: AI Verify advances Gen AI testing with Project Moonshot.
|
|
5
5
|
Project-URL: Repository, https://github.com/aiverify-foundation/moonshot
|
|
6
6
|
Project-URL: Documentation, https://aiverify-foundation.github.io/moonshot/
|
|
@@ -15,27 +15,41 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
17
|
Requires-Python: >=3.11
|
|
18
|
+
Requires-Dist: certifi~=2025.11.12
|
|
19
|
+
Requires-Dist: charset-normalizer>=3.4.4
|
|
20
|
+
Requires-Dist: click>=8.3.1
|
|
18
21
|
Requires-Dist: datasets~=3.2.0
|
|
22
|
+
Requires-Dist: huggingface-hub~=0.36.0
|
|
23
|
+
Requires-Dist: idna~=3.11
|
|
19
24
|
Requires-Dist: ijson>=3.3.0
|
|
20
25
|
Requires-Dist: jinja2>=3.1.6
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
26
|
+
Requires-Dist: markdown-it-py~=4.0.0
|
|
27
|
+
Requires-Dist: markupsafe~=3.0.3
|
|
28
|
+
Requires-Dist: numpy~=2.1.3
|
|
29
|
+
Requires-Dist: packaging~=25.0
|
|
30
|
+
Requires-Dist: pandas~=2.3.3
|
|
31
|
+
Requires-Dist: pyarrow~=22.0.0
|
|
23
32
|
Requires-Dist: pydantic==2.8.2
|
|
33
|
+
Requires-Dist: pygments~=2.19.2
|
|
24
34
|
Requires-Dist: pyparsing>=3.2.3
|
|
35
|
+
Requires-Dist: pyparsing~=3.3.1
|
|
25
36
|
Requires-Dist: python-dotenv>=1.1.0
|
|
26
37
|
Requires-Dist: python-multipart>=0.0.9
|
|
27
38
|
Requires-Dist: python-slugify>=8.0.4
|
|
28
|
-
Requires-Dist:
|
|
29
|
-
Requires-Dist:
|
|
39
|
+
Requires-Dist: pyyaml~=6.0.3
|
|
40
|
+
Requires-Dist: rich~=14.2.0
|
|
41
|
+
Requires-Dist: tenacity~=9.1.2
|
|
42
|
+
Requires-Dist: wcwidth>=0.2.14
|
|
43
|
+
Requires-Dist: xxhash>=3.6.0
|
|
30
44
|
Provides-Extra: all
|
|
31
|
-
Requires-Dist: cmd2
|
|
45
|
+
Requires-Dist: cmd2<3.0.0,>=2.5.11; extra == 'all'
|
|
32
46
|
Requires-Dist: dependency-injector>=4.41.0; extra == 'all'
|
|
33
47
|
Requires-Dist: fastapi>=0.115.4; extra == 'all'
|
|
34
48
|
Requires-Dist: rich>=13.8.0; extra == 'all'
|
|
35
49
|
Requires-Dist: typing-extensions==4.13.2; extra == 'all'
|
|
36
50
|
Requires-Dist: uvicorn>=0.30.6; extra == 'all'
|
|
37
51
|
Provides-Extra: cli
|
|
38
|
-
Requires-Dist: cmd2
|
|
52
|
+
Requires-Dist: cmd2<3.0.0,>=2.5.11; extra == 'cli'
|
|
39
53
|
Requires-Dist: rich>=13.8.0; extra == 'cli'
|
|
40
54
|
Provides-Extra: web-api
|
|
41
55
|
Requires-Dist: dependency-injector>=4.41.0; extra == 'web-api'
|
|
@@ -48,7 +62,7 @@ Description-Content-Type: text/markdown
|
|
|
48
62
|
|
|
49
63
|

|
|
50
64
|
|
|
51
|
-
**Version 0.7.
|
|
65
|
+
**Version 0.7.6**
|
|
52
66
|
|
|
53
67
|
A simple and modular tool to evaluate any LLM-based AI systems.
|
|
54
68
|
|
|
@@ -34,7 +34,7 @@ moonshot/integrations/cli/utils/process_data.py,sha256=QVL5vp2_8ZgGicmCAdeYEHkeb
|
|
|
34
34
|
moonshot/integrations/web_api/.env.dev,sha256=0z5_Ut8rF-UqFZtgjkH2qoqORhD5_nSs2w_OeX2SteI,182
|
|
35
35
|
moonshot/integrations/web_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
36
|
moonshot/integrations/web_api/__main__.py,sha256=MdnLi_ZF-olAAEJwTPU1iGYFYwo-fNWNT2qfchkH3y4,2050
|
|
37
|
-
moonshot/integrations/web_api/app.py,sha256=
|
|
37
|
+
moonshot/integrations/web_api/app.py,sha256=vxEBe4Cab2LhtBl7xyAsOphrWX-kHPHigE3Z2LNJ8D8,3651
|
|
38
38
|
moonshot/integrations/web_api/container.py,sha256=DVkJG_qm7ItcG6tgMYOqIj07wpKhPWOOfy6-bEv72y4,5915
|
|
39
39
|
moonshot/integrations/web_api/logging_conf.py,sha256=t3EGRV6tZhV732KXe8_Tiy0fiwVAWxZX5Tt8VTgrrfg,3388
|
|
40
40
|
moonshot/integrations/web_api/log/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -172,9 +172,9 @@ moonshot/src/utils/import_modules.py,sha256=T9zTN59PFnvY2rjyWhSV9KSIAHxWV1pyBemF
|
|
|
172
172
|
moonshot/src/utils/log.py,sha256=YNgD7Eh2OT36XlmVBKCGUTAh9TRp4Akfe4kDdvHASgs,2502
|
|
173
173
|
moonshot/src/utils/pagination.py,sha256=5seymyRoqyENIhKllAatr1T91kMCGFslcvRnJHyMSvc,814
|
|
174
174
|
moonshot/src/utils/timeit.py,sha256=TvuF0w8KWhp0oZFY0cUU3UY0xlGKjchb0OkfYfgVTlc,866
|
|
175
|
-
aiverify_moonshot-0.7.
|
|
176
|
-
aiverify_moonshot-0.7.
|
|
177
|
-
aiverify_moonshot-0.7.
|
|
178
|
-
aiverify_moonshot-0.7.
|
|
179
|
-
aiverify_moonshot-0.7.
|
|
180
|
-
aiverify_moonshot-0.7.
|
|
175
|
+
aiverify_moonshot-0.7.6.dist-info/METADATA,sha256=cdOzwL1oL7Ic19NpSHgo8LgB-fg2IKEOVW66U7W7uwc,11637
|
|
176
|
+
aiverify_moonshot-0.7.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
177
|
+
aiverify_moonshot-0.7.6.dist-info/licenses/AUTHORS.md,sha256=mmAbe3i3sT8JZHJMBhxp3i1xRehV0g7WB4T_eyIBuBs,59
|
|
178
|
+
aiverify_moonshot-0.7.6.dist-info/licenses/LICENSE.md,sha256=53izDRmJZZCjpYGfyLqlxnGQN-aNWBxasuzuMXC5Ias,11347
|
|
179
|
+
aiverify_moonshot-0.7.6.dist-info/licenses/NOTICES.md,sha256=3d1WLa7kMtzh79BXxXr-keSlvHo8Llb-5EkGgtRiMS0,51537
|
|
180
|
+
aiverify_moonshot-0.7.6.dist-info/RECORD,,
|
|
@@ -71,7 +71,7 @@ def create_app(cfg: providers.Configuration) -> CustomFastAPI:
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
app: CustomFastAPI = CustomFastAPI(
|
|
74
|
-
title="Project Moonshot", version="0.7.
|
|
74
|
+
title="Project Moonshot", version="0.7.6", **app_kwargs
|
|
75
75
|
)
|
|
76
76
|
|
|
77
77
|
if cfg.cors.enabled():
|
|
File without changes
|
|
File without changes
|
|
File without changes
|