aiverify-moonshot 0.7.2__tar.gz → 0.7.4__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.
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/PKG-INFO +10 -10
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/README.md +1 -1
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/app.py +1 -1
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/pyproject.toml +42 -18
- aiverify_moonshot-0.7.4/requirements.txt +61 -0
- aiverify_moonshot-0.7.2/requirements.txt +0 -61
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.coveragerc +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.flake8 +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/developing-workflows.md +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/pull_request_template.md +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/scripts/create_backup.sh +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/scripts/install_ms_service.sh +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/scripts/moonshot_env +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/scripts/moonshot_test_env +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/scripts/moonshot_ui_env +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/scripts/run_smoke_test.sh +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/scripts/start_ms_service.sh +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/docs-update.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/gh-event-notification.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/integration-test.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/notices-file-gen.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/pre-build-checks.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/pypi-deployment.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/sast-codeql.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/sca-scan.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/sit-build.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/smoke-test-cli.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/smoke-test.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/test-pypi-deployment.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/uat-build.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.gitignore +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.pre-commit-config.yaml +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/AUTHORS.md +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/LICENSE.md +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/NOTICES.md +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/__main__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/api.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/__main__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/active_session_cfg.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/benchmark.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/cookbook.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/datasets.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/metrics.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/recipe.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/result.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/run.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/runner.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/cli.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/cli_errors.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/common.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/connectors.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/dataset.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/display_helper.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/prompt_template.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/initialisation/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/initialisation/initialisation.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/redteam/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/redteam/attack_module.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/redteam/context_strategy.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/redteam/prompt_template.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/redteam/redteam.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/redteam/session.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/utils/process_data.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/.env.dev +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/__main__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/container.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/log/.gitkeep +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/logging_conf.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/attack_modules.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/benchmark.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/benchmark_result.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/bookmark.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/context_strategy.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/cookbook.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/dataset.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/endpoint.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/metric.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/prompt_template.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/recipe.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/redteam.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/runner.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/benchmark_runner_dto.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/bookmark_create_dto.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/cookbook_create_dto.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/cookbook_response_model.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/dataset_create_dto.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/dataset_response_dto.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/endpoint_create_dto.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/endpoint_response_model.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/prompt_response_model.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/prompt_template_response_model.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/recipe_create_dto.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/recipe_response_model.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/session_create_dto.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/session_prompt_dto.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/schemas/session_response_model.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/attack_module_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/auto_red_team_test_manager.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/auto_red_team_test_state.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/base_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/benchmark_result_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/benchmark_test_manager.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/benchmark_test_state.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/benchmarking_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/bookmark_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/context_strategy_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/cookbook_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/dataset_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/endpoint_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/metric_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/prompt_template_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/recipe_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/runner_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/session_service.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/utils/exceptions_handler.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/utils/file_manager.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/services/utils/results_formatter.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/status_updater/interface/benchmark_progress_callback.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/status_updater/interface/redteam_progress_callback.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/status_updater/moonshot_ui_webhook.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/temp/.gitkeep +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/types/types.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_bookmark.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_connector.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_connector_endpoint.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_context_strategy.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_cookbook.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_dataset.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_environment_variables.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_metrics.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_prompt_template.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_recipe.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_red_teaming.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_result.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_run.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_runner.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_session.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/bookmark/bookmark.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/bookmark/bookmark_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/configs/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/configs/env_variables.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/connectors/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/connectors/connector.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/connectors/connector_prompt_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/connectors/connector_response.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/connectors_endpoints/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/connectors_endpoints/connector_endpoint.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/connectors_endpoints/connector_endpoint_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/cookbooks/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/cookbooks/cookbook.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/cookbooks/cookbook_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/datasets/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/datasets/dataset.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/datasets/dataset_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/messages_constants.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/metrics/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/metrics/metric.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/metrics/metric_interface.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/prompt_templates/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/prompt_templates/prompt_template.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/recipes/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/recipes/recipe.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/recipes/recipe_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/attack/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/attack/attack_module.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/attack/attack_module_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/attack/context_strategy.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/context_strategy/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/context_strategy/context_strategy_interface.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/session/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/session/chat.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/session/red_teaming_progress.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/session/red_teaming_type.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/session/session.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/results/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/results/result.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/results/result_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runners/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runners/runner.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runners/runner_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runners/runner_type.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runs/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runs/run.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runs/run_arguments.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runs/run_progress.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runs/run_status.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/storage/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/storage/db_interface.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/storage/io_interface.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/storage/storage.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/utils/__init__.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/utils/find_feature.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/utils/import_modules.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/utils/log.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/utils/pagination.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/utils/timeit.py +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/third-party/pygments-2.18.0-py3-none-any.whl +0 -0
- {aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/third-party/text_unidecode-1.3-py2.py3-none-any.whl +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.4
|
|
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,24 +15,24 @@ 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: datasets
|
|
18
|
+
Requires-Dist: datasets~=3.2.0
|
|
19
19
|
Requires-Dist: ijson>=3.3.0
|
|
20
|
-
Requires-Dist: jinja2>=3.1.
|
|
21
|
-
Requires-Dist: numpy
|
|
20
|
+
Requires-Dist: jinja2>=3.1.6
|
|
21
|
+
Requires-Dist: numpy~=1.26.4
|
|
22
22
|
Requires-Dist: pandas>=2.2.2
|
|
23
23
|
Requires-Dist: pydantic==2.8.2
|
|
24
|
-
Requires-Dist: pyparsing>=3.
|
|
25
|
-
Requires-Dist: python-dotenv>=1.0
|
|
24
|
+
Requires-Dist: pyparsing>=3.2.3
|
|
25
|
+
Requires-Dist: python-dotenv>=1.1.0
|
|
26
26
|
Requires-Dist: python-multipart>=0.0.9
|
|
27
27
|
Requires-Dist: python-slugify>=8.0.4
|
|
28
|
-
Requires-Dist: tenacity
|
|
28
|
+
Requires-Dist: tenacity~=8.5.0
|
|
29
29
|
Requires-Dist: xxhash>=3.5.0
|
|
30
30
|
Provides-Extra: all
|
|
31
31
|
Requires-Dist: cmd2>=2.4.3; extra == 'all'
|
|
32
32
|
Requires-Dist: dependency-injector>=4.41.0; extra == 'all'
|
|
33
33
|
Requires-Dist: fastapi>=0.115.4; extra == 'all'
|
|
34
34
|
Requires-Dist: rich>=13.8.0; extra == 'all'
|
|
35
|
-
Requires-Dist: typing-extensions
|
|
35
|
+
Requires-Dist: typing-extensions==4.13.2; extra == 'all'
|
|
36
36
|
Requires-Dist: uvicorn>=0.30.6; extra == 'all'
|
|
37
37
|
Provides-Extra: cli
|
|
38
38
|
Requires-Dist: cmd2>=2.4.3; extra == 'cli'
|
|
@@ -40,7 +40,7 @@ Requires-Dist: rich>=13.8.0; extra == 'cli'
|
|
|
40
40
|
Provides-Extra: web-api
|
|
41
41
|
Requires-Dist: dependency-injector>=4.41.0; extra == 'web-api'
|
|
42
42
|
Requires-Dist: fastapi>=0.115.4; extra == 'web-api'
|
|
43
|
-
Requires-Dist: typing-extensions
|
|
43
|
+
Requires-Dist: typing-extensions==4.13.2; extra == 'web-api'
|
|
44
44
|
Requires-Dist: uvicorn>=0.30.6; extra == 'web-api'
|
|
45
45
|
Description-Content-Type: text/markdown
|
|
46
46
|
|
|
@@ -48,7 +48,7 @@ Description-Content-Type: text/markdown
|
|
|
48
48
|
|
|
49
49
|

|
|
50
50
|
|
|
51
|
-
**Version 0.7.
|
|
51
|
+
**Version 0.7.4**
|
|
52
52
|
|
|
53
53
|
A simple and modular tool to evaluate any LLM-based AI systems.
|
|
54
54
|
|
|
@@ -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.4", **app_kwargs
|
|
75
75
|
)
|
|
76
76
|
|
|
77
77
|
if cfg.cors.enabled():
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "aiverify-moonshot"
|
|
7
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.4"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="AI Verify Foundation", email="info@aiverify.sg" }
|
|
10
10
|
]
|
|
@@ -20,22 +20,22 @@ classifiers = [
|
|
|
20
20
|
]
|
|
21
21
|
dependencies = [
|
|
22
22
|
"python-slugify>=8.0.4",
|
|
23
|
-
"python-dotenv>=1.0
|
|
23
|
+
"python-dotenv>=1.1.0",
|
|
24
24
|
"ijson>=3.3.0",
|
|
25
|
-
"jinja2>=3.1.
|
|
25
|
+
"jinja2>=3.1.6",
|
|
26
26
|
"pydantic==2.8.2",
|
|
27
|
-
"pyparsing>=3.
|
|
27
|
+
"pyparsing>=3.2.3",
|
|
28
28
|
"xxhash>=3.5.0",
|
|
29
|
-
"datasets
|
|
29
|
+
"datasets~=3.2.0",
|
|
30
30
|
"pandas>=2.2.2",
|
|
31
|
-
"numpy
|
|
32
|
-
"tenacity
|
|
31
|
+
"numpy~=1.26.4",
|
|
32
|
+
"tenacity~=8.5.0",
|
|
33
33
|
"python-multipart>=0.0.9",
|
|
34
34
|
]
|
|
35
35
|
|
|
36
36
|
[project.optional-dependencies]
|
|
37
37
|
web-api = [
|
|
38
|
-
"typing-extensions
|
|
38
|
+
"typing-extensions==4.13.2",
|
|
39
39
|
"fastapi>=0.115.4",
|
|
40
40
|
"uvicorn>=0.30.6",
|
|
41
41
|
"dependency-injector>=4.41.0",
|
|
@@ -45,7 +45,7 @@ cli = [
|
|
|
45
45
|
"rich>=13.8.0",
|
|
46
46
|
]
|
|
47
47
|
all = [
|
|
48
|
-
"typing-extensions
|
|
48
|
+
"typing-extensions==4.13.2",
|
|
49
49
|
"fastapi>=0.115.4",
|
|
50
50
|
"uvicorn>=0.30.6",
|
|
51
51
|
"dependency-injector>=4.41.0",
|
|
@@ -110,7 +110,7 @@ allow-direct-references = true
|
|
|
110
110
|
|
|
111
111
|
[tool.poetry]
|
|
112
112
|
name = "aiverify-moonshot"
|
|
113
|
-
version = "0.7.
|
|
113
|
+
version = "0.7.4"
|
|
114
114
|
description = "A simple and modular tool to evaluate and red-team any LLM application."
|
|
115
115
|
authors = ["The Moonshot Team <our.moonshot.team@gmail.com>"]
|
|
116
116
|
readme = "README.md"
|
|
@@ -118,23 +118,28 @@ readme = "README.md"
|
|
|
118
118
|
[tool.poetry.dependencies]
|
|
119
119
|
python = ">=3.11,<3.12"
|
|
120
120
|
python-slugify = ">=8.0.4"
|
|
121
|
-
python-dotenv = ">=1.0
|
|
121
|
+
python-dotenv = ">=1.1.0"
|
|
122
122
|
ijson = ">=3.3.0"
|
|
123
|
-
jinja2 = ">=3.1.
|
|
123
|
+
jinja2 = ">=3.1.6"
|
|
124
124
|
pydantic = "2.8.2"
|
|
125
|
-
pyparsing = ">=3.
|
|
125
|
+
pyparsing = ">=3.2.3"
|
|
126
126
|
xxhash = ">=3.5.0"
|
|
127
|
-
datasets = "
|
|
127
|
+
datasets = "~=3.2.0"
|
|
128
128
|
pandas = ">=2.2.2"
|
|
129
|
-
numpy = "
|
|
130
|
-
tenacity = "
|
|
131
|
-
typing-extensions = "
|
|
129
|
+
numpy = "~=1.26.4"
|
|
130
|
+
tenacity = "~=8.5.0"
|
|
131
|
+
typing-extensions = "==4.13.2"
|
|
132
132
|
fastapi = ">=0.115.4"
|
|
133
133
|
uvicorn = ">=0.30.6"
|
|
134
134
|
dependency-injector = ">=4.41.0"
|
|
135
135
|
cmd2 = ">=2.4.3"
|
|
136
136
|
rich = ">=13.8.0"
|
|
137
|
-
|
|
137
|
+
h11 = "^0.16.0"
|
|
138
|
+
starlette = "^0.47.2"
|
|
139
|
+
urllib3 = "^2.5.0"
|
|
140
|
+
requests = "^2.32.4"
|
|
141
|
+
aiohttp = "^3.12.14"
|
|
142
|
+
cryptography = "^44.0.1"
|
|
138
143
|
|
|
139
144
|
[tool.poetry.group.dev.dependencies]
|
|
140
145
|
black = "^24.8.0"
|
|
@@ -155,3 +160,22 @@ mkdocs = "^1.6.1"
|
|
|
155
160
|
mkdocs-material = "^9.6.14"
|
|
156
161
|
mkdocs-swagger-ui-tag = "^0.7.1"
|
|
157
162
|
mkdocstrings-python = "^1.16.10"
|
|
163
|
+
h11 = "^0.16.0"
|
|
164
|
+
starlette = "^0.47.2"
|
|
165
|
+
urllib3 = "^2.5.0"
|
|
166
|
+
requests = "^2.32.4"
|
|
167
|
+
jinja2 = "^3.1.6"
|
|
168
|
+
aiohttp = "^3.12.14"
|
|
169
|
+
cryptography = "^44.0.1"
|
|
170
|
+
huggingface-hub = "==0.30.2"
|
|
171
|
+
anyio = "==4.8.0"
|
|
172
|
+
attrs = "==25.1.0"
|
|
173
|
+
filelock = "==3.17.0"
|
|
174
|
+
frozenlist = "==1.5.0"
|
|
175
|
+
multidict = "==6.1.0"
|
|
176
|
+
propcache = "==0.2.1"
|
|
177
|
+
pytz = "==2025.1"
|
|
178
|
+
python-dotenv = "==1.1.0"
|
|
179
|
+
tzdata = "==2025.1"
|
|
180
|
+
typing-extensions = "==4.13.2"
|
|
181
|
+
yarl = "==1.18.0"
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
aiohappyeyeballs==2.6.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
2
|
+
aiohttp==3.12.14 ; python_version >= "3.11" and python_version < "3.12"
|
|
3
|
+
aiosignal==1.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
4
|
+
annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
5
|
+
anyio==4.8.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
6
|
+
attrs==25.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
7
|
+
certifi==2025.1.31 ; python_version >= "3.11" and python_version < "3.12"
|
|
8
|
+
charset-normalizer==3.4.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
9
|
+
click==8.1.8 ; python_version >= "3.11" and python_version < "3.12"
|
|
10
|
+
cmd2==2.5.11 ; python_version >= "3.11" and python_version < "3.12"
|
|
11
|
+
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows"
|
|
12
|
+
datasets==3.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
13
|
+
dependency-injector==4.45.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
14
|
+
dill==0.3.8 ; python_version >= "3.11" and python_version < "3.12"
|
|
15
|
+
fastapi==0.116.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
16
|
+
filelock==3.17.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
17
|
+
frozenlist==1.5.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
18
|
+
fsspec==2024.9.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
19
|
+
gnureadline==8.2.13 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Darwin"
|
|
20
|
+
h11==0.16.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
21
|
+
huggingface-hub==0.30.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
22
|
+
idna==3.10 ; python_version >= "3.11" and python_version < "3.12"
|
|
23
|
+
ijson==3.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
24
|
+
jinja2==3.1.6 ; python_version >= "3.11" and python_version < "3.12"
|
|
25
|
+
markdown-it-py==3.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
26
|
+
markupsafe==3.0.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
27
|
+
mdurl==0.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
28
|
+
multidict==6.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
29
|
+
multiprocess==0.70.16 ; python_version >= "3.11" and python_version < "3.12"
|
|
30
|
+
numpy==1.26.4 ; python_version >= "3.11" and python_version < "3.12"
|
|
31
|
+
packaging==24.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
32
|
+
pandas==2.2.3 ; python_version >= "3.11" and python_version < "3.12"
|
|
33
|
+
propcache==0.2.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
34
|
+
pyarrow==19.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
35
|
+
pydantic-core==2.20.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
36
|
+
pydantic==2.8.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
37
|
+
pygments==2.19.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
38
|
+
pyparsing==3.2.3 ; python_version >= "3.11" and python_version < "3.12"
|
|
39
|
+
pyperclip==1.9.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
40
|
+
pyreadline3==3.5.4 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows"
|
|
41
|
+
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.12"
|
|
42
|
+
python-dotenv==1.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
43
|
+
python-multipart==0.0.20 ; python_version >= "3.11" and python_version < "3.12"
|
|
44
|
+
python-slugify==8.0.4 ; python_version >= "3.11" and python_version < "3.12"
|
|
45
|
+
pytz==2025.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
46
|
+
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
47
|
+
requests==2.32.4 ; python_version >= "3.11" and python_version < "3.12"
|
|
48
|
+
rich==13.9.4 ; python_version >= "3.11" and python_version < "3.12"
|
|
49
|
+
six==1.17.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
50
|
+
sniffio==1.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
51
|
+
starlette==0.47.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
52
|
+
tenacity==8.5.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
53
|
+
text-unidecode==1.3 ; python_version >= "3.11" and python_version < "3.12"
|
|
54
|
+
tqdm==4.67.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
55
|
+
typing-extensions==4.13.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
56
|
+
tzdata==2025.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
57
|
+
urllib3==2.5.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
58
|
+
uvicorn==0.34.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
59
|
+
wcwidth==0.2.13 ; python_version >= "3.11" and python_version < "3.12"
|
|
60
|
+
xxhash==3.5.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
61
|
+
yarl==1.18.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
aiohappyeyeballs~=2.6.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
2
|
-
aiohttp~=3.11.18 ; python_version >= "3.11" and python_version < "3.12"
|
|
3
|
-
aiosignal~=1.3.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
4
|
-
annotated-types~=0.7.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
5
|
-
anyio~=4.9.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
6
|
-
attrs~=25.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
7
|
-
certifi~=2025.1.31 ; python_version >= "3.11" and python_version < "3.12"
|
|
8
|
-
charset-normalizer~=3.4.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
9
|
-
click~=8.1.8 ; python_version >= "3.11" and python_version < "3.12"
|
|
10
|
-
cmd2~=2.5.11 ; python_version >= "3.11" and python_version < "3.12"
|
|
11
|
-
colorama~=0.4.6 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows"
|
|
12
|
-
datasets~=3.5.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
13
|
-
dependency-injector~=4.46.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
14
|
-
dill~=0.3.8 ; python_version >= "3.11" and python_version < "3.12"
|
|
15
|
-
fastapi~=0.115.12 ; python_version >= "3.11" and python_version < "3.12"
|
|
16
|
-
filelock~=3.18.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
17
|
-
frozenlist~=1.6.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
18
|
-
fsspec~=2024.12.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
19
|
-
fsspec[http]~=2024.12.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
20
|
-
h11~=0.16.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
21
|
-
huggingface-hub~=0.30.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
22
|
-
idna~=3.10 ; python_version >= "3.11" and python_version < "3.12"
|
|
23
|
-
ijson~=3.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
24
|
-
jinja2~=3.1.6 ; python_version >= "3.11" and python_version < "3.12"
|
|
25
|
-
markdown-it-py~=3.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
26
|
-
markupsafe~=3.0.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
27
|
-
mdurl~=0.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
28
|
-
multidict~=6.4.3 ; python_version >= "3.11" and python_version < "3.12"
|
|
29
|
-
multiprocess~=0.70.16 ; python_version >= "3.11" and python_version < "3.12"
|
|
30
|
-
numpy~=2.2.5 ; python_version >= "3.11" and python_version < "3.12"
|
|
31
|
-
packaging~=25.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
32
|
-
pandas~=2.2.3 ; python_version >= "3.11" and python_version < "3.12"
|
|
33
|
-
propcache~=0.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
34
|
-
pyarrow~=19.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
35
|
-
pydantic-core~=2.20.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
36
|
-
pydantic~=2.8.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
37
|
-
pygments~=2.19.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
38
|
-
pyparsing~=3.2.3 ; python_version >= "3.11" and python_version < "3.12"
|
|
39
|
-
pyperclip~=1.9.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
40
|
-
pyreadline3~=3.5.4 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32"
|
|
41
|
-
python-dateutil~=2.9.0.post0 ; python_version >= "3.11" and python_version < "3.12"
|
|
42
|
-
python-dotenv~=1.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
43
|
-
python-slugify~=8.0.4 ; python_version >= "3.11" and python_version < "3.12"
|
|
44
|
-
python-multipart~=0.0.9 ; python_version >= "3.11" and python_version < "3.12"
|
|
45
|
-
pytz~=2025.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
46
|
-
pyyaml~=6.0.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
47
|
-
requests~=2.32.3 ; python_version >= "3.11" and python_version < "3.12"
|
|
48
|
-
rich~=14.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
49
|
-
six~=1.17.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
50
|
-
sniffio~=1.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
51
|
-
starlette~=0.46.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
52
|
-
tenacity~=9.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
53
|
-
text-unidecode~=1.3 ; python_version >= "3.11" and python_version < "3.12"
|
|
54
|
-
tqdm~=4.67.1 ; python_version >= "3.11" and python_version < "3.12"
|
|
55
|
-
typing-extensions~=4.13.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
56
|
-
tzdata~=2025.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
57
|
-
urllib3~=2.4.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
58
|
-
uvicorn~=0.34.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
59
|
-
wcwidth~=0.2.13 ; python_version >= "3.11" and python_version < "3.12"
|
|
60
|
-
xxhash~=3.5.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
61
|
-
yarl~=1.20.0 ; python_version >= "3.11" and python_version < "3.12"
|
|
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
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/gh-event-notification.yaml
RENAMED
|
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
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/.github/workflows/test-pypi-deployment.yaml
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/active_session_cfg.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/benchmark.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/cookbook.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/datasets.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/metrics.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/recipe.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/result.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/run.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/benchmark/runner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/common.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/connectors.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/common/dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/redteam/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/redteam/redteam.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/redteam/session.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/cli/utils/process_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/__main__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/container.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/log/.gitkeep
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/logging_conf.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/bookmark.py
RENAMED
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/cookbook.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/dataset.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/endpoint.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/metric.py
RENAMED
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/recipe.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/redteam.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/routes/runner.py
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/temp/.gitkeep
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/integrations/web_api/types/types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_connector_endpoint.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_context_strategy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/api/api_environment_variables.py
RENAMED
|
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
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/bookmark/bookmark_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/connectors/connector_response.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/connectors_endpoints/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/cookbooks/cookbook_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/datasets/dataset_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/metrics/metric_interface.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/prompt_templates/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/prompt_templates/prompt_template.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/recipes/recipe_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/attack/__init__.py
RENAMED
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/attack/attack_module.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/session/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/redteaming/session/session.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/results/result_arguments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/moonshot/src/runners/runner_arguments.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiverify_moonshot-0.7.2 → aiverify_moonshot-0.7.4}/third-party/pygments-2.18.0-py3-none-any.whl
RENAMED
|
File without changes
|
|
File without changes
|