langwatch 0.2.15__tar.gz → 0.2.16__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.
- {langwatch-0.2.15 → langwatch-0.2.16}/Makefile +0 -3
- {langwatch-0.2.15 → langwatch-0.2.16}/PKG-INFO +5 -3
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/strands_bot.py +6 -11
- {langwatch-0.2.15 → langwatch-0.2.16}/pyproject.toml +14 -10
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/__version__.py +1 -1
- {langwatch-0.2.15 → langwatch-0.2.16}/uv.lock +161 -7
- {langwatch-0.2.15 → langwatch-0.2.16}/.editorconfig +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/.env.example +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/.gitignore +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/README.md +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/azure_openai_stream_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/custom_evaluation_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/data/rag_dspy_bot.json +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/distributed_tracing.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/documentation/openai_langwatch.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/documentation/openai_openinference.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/dspy_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/dspy_visualization.ipynb +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/evaluation_manual_call.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/fastapi_app.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_async_streaming.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_exception.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_rag.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_rag_expected_output.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_rag_multithreaded.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_span_context_manager.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_span_low_level.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_streaming.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_sync_function.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/generic_bot_update_metadata_later.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/guardrails.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/guardrails_parallel.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/guardrails_without_tracing.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/haystack_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/langchain_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/langchain_bot_with_memory.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/langchain_rag_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/langchain_rag_bot_vertex_ai.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/langchain_rag_bot_with_threads.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/langgraph_rag_bot_with_threads.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/langwatch_docs_rag_evaluation.ipynb +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/litellm_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/offline_evaluation.ipynb +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/openai_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/openai_bot_disable_trace.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/openai_bot_function_call.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/openai_bot_max_string_length.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/openai_bot_max_string_length_none.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/openai_bot_rag.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/openai_bot_sampling_rate.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/openinference/google_adk.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/openinference_dspy_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/openinference_haystack.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/openinference_langchain_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/openinference_openai_assistants_api_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/openinference_openai_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/openllmetry_anthropic_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/openllmetry_crewai_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/openllmetry_langchain_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/openllmetry_openai_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/opentelemetry/traditional_instrumentation_fastapi_app.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/pdf_parsing_evaluation.ipynb +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/prompt_management_fastapi.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/sanity/setup_example.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/span_evaluation.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/streamlit_openai_assistants_api_bot.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/weaviate_dspy_visualization.ipynb +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/weaviate_setup/.gitignore +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/weaviate_setup/Weaviate-Import.ipynb +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/weaviate_setup/docker-compose.yml +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/weaviate_setup/optimization_screenshot.png +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/examples/weaviate_setup/tracing_screenshot.png +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/attributes.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/batch_evaluation.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/client.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/dataset/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/domain/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/dspy/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/evaluation/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/evaluation/evaluation.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/evaluations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/exporters/filterable_batch_span_exporter.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_annotations_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_trace_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_dataset_by_slug_or_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_trace_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_index.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/patch_api_annotations_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_annotations_trace_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_dataset_by_slug_entries.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_share.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_unshare.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_index.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/default/put_api_prompts_by_id.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/traces/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/api/traces/post_api_trace_search.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/client.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/errors.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/annotation.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries_entries_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_annotations_id_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/error.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation_timestamps.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item_entry.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_404.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_error_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_error.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_timestamps.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_input.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metadata.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metrics.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_output.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_error_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input_value_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_metrics.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output_value_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_params.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_timestamps.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_timestamps.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/input_.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/metadata.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/metrics.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/output.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/pagination.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_body.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_annotations_trace_id_body.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_schema_version.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_action.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_409.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0_metadata.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0_verdict.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_status.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_1.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2_tool_calls_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2_tool_calls_item_function.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_3.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_4.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_201.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_share_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_unshare_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_schema_version.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_409.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/search_request.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/search_request_filters.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/search_response.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/timestamps.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/models/trace.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/py.typed +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/generated/langwatch_rest_api_client/types.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/guardrails.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/langchain.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/litellm.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/login.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/openai.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/prompts/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/prompts/decorators/prompt_service_tracing.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/prompts/decorators/prompt_tracing.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/prompts/errors.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/prompts/formatter.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/prompts/prompt.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/prompts/service.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/prompts/types.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/py.typed +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/state.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/telemetry/context.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/telemetry/sampling.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/telemetry/span.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/telemetry/tracing.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/telemetry/types.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/tracer.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/types.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/utils/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/utils/capture.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/utils/exceptions.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/utils/initialization.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/utils/module.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/utils/transformation.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/src/langwatch/utils/utils.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/exporters/test_filterable_batch_span_exporter.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/fixtures/__init__.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/fixtures/get_response_factories.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/fixtures/span_exporter.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/prompts/test_prompt.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/prompts/test_prompt_formatter.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/prompts/test_prompt_service_tracing.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/prompts/test_prompt_tracing.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/telemetry/test_context.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/telemetry/test_tracing.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/test_client.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/test_examples.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/test_login.py +0 -0
- {langwatch-0.2.15 → langwatch-0.2.16}/tests/test_version.py +0 -0
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
.PHONY: test install example
|
|
2
2
|
|
|
3
3
|
test:
|
|
4
|
-
uv pip install strands-agents==0.1.4; \
|
|
5
4
|
LANGWATCH_API_KEY="testkey" PYTHONPATH=$$PYTHONPATH:. uv run pytest -s -vv -m "not integration" $(filter-out $@,$(MAKECMDGOALS))
|
|
6
5
|
|
|
7
6
|
# Call it with `make test-examples -- -k examples/openai_bot.py` to run a specific example
|
|
8
7
|
test-examples:
|
|
9
|
-
uv pip install strands-agents==0.1.4; \
|
|
10
8
|
PYTHONPATH=$$PYTHONPATH:. uv run pytest tests/test_examples.py -p no:warnings -s -x $(filter-out $@,$(MAKECMDGOALS))
|
|
11
9
|
|
|
12
10
|
install:
|
|
@@ -21,7 +19,6 @@ build:
|
|
|
21
19
|
|
|
22
20
|
example:
|
|
23
21
|
@args="$(filter-out $@,$(MAKECMDGOALS))"; \
|
|
24
|
-
uv pip install strands-agents; \
|
|
25
22
|
if [[ $$args =~ "fastapi" ]]; then \
|
|
26
23
|
uv run python $$args; \
|
|
27
24
|
elif [[ $$args =~ "streamlit" ]]; then \
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langwatch
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.16
|
|
4
4
|
Summary: LangWatch Python SDK, for monitoring your LLMs
|
|
5
5
|
Author-email: Langwatch Engineers <engineering@langwatch.ai>
|
|
6
6
|
License: MIT
|
|
@@ -15,11 +15,10 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
16
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
17
17
|
Requires-Python: <3.14,>=3.10
|
|
18
|
+
Requires-Dist: attrs>=24
|
|
18
19
|
Requires-Dist: coolname>=2.2.0
|
|
19
20
|
Requires-Dist: deprecated>=1.2.18
|
|
20
|
-
Requires-Dist: dspy-ai<3.0.0,>=2.5.2
|
|
21
21
|
Requires-Dist: httpx>=0.27.0
|
|
22
|
-
Requires-Dist: litellm>=1.52.1
|
|
23
22
|
Requires-Dist: nanoid<3.0.0,>=2.0.0
|
|
24
23
|
Requires-Dist: openinference-instrumentation-haystack>=0.1.20
|
|
25
24
|
Requires-Dist: openinference-instrumentation-langchain>=0.1.24
|
|
@@ -29,6 +28,7 @@ Requires-Dist: opentelemetry-api>=1.32.1
|
|
|
29
28
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.32.1
|
|
30
29
|
Requires-Dist: opentelemetry-instrumentation-crewai>=0.45.0
|
|
31
30
|
Requires-Dist: opentelemetry-sdk>=1.32.1
|
|
31
|
+
Requires-Dist: pydantic>=2
|
|
32
32
|
Requires-Dist: python-liquid>=2.0.2
|
|
33
33
|
Requires-Dist: retry>=0.9.2
|
|
34
34
|
Requires-Dist: termcolor>=3.0.1
|
|
@@ -36,6 +36,8 @@ Provides-Extra: dev
|
|
|
36
36
|
Requires-Dist: ruff>=0.11.1; extra == 'dev'
|
|
37
37
|
Provides-Extra: dspy
|
|
38
38
|
Requires-Dist: dspy-ai<3.0.0,>=2.5.2; extra == 'dspy'
|
|
39
|
+
Provides-Extra: litellm
|
|
40
|
+
Requires-Dist: litellm>=1.52.1; extra == 'litellm'
|
|
39
41
|
Provides-Extra: tests
|
|
40
42
|
Requires-Dist: factory-boy<4.0.0,>=3.3.0; extra == 'tests'
|
|
41
43
|
Requires-Dist: pytest-asyncio<0.22.0,>=0.21.1; extra == 'tests'
|
|
@@ -5,24 +5,19 @@ import langwatch
|
|
|
5
5
|
|
|
6
6
|
from openinference.instrumentation.litellm import LiteLLMInstrumentor
|
|
7
7
|
|
|
8
|
-
from typing import cast
|
|
9
8
|
from dotenv import load_dotenv
|
|
10
9
|
|
|
11
10
|
load_dotenv()
|
|
12
11
|
|
|
13
12
|
import chainlit as cl
|
|
14
|
-
import
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
tracer = get_tracer(
|
|
20
|
-
service_name="strands-bot",
|
|
21
|
-
otlp_endpoint=f"{os.environ.get('LANGWATCH_ENDPOINT', 'https://app.langwatch.ai')}/api/otel/v1/traces",
|
|
22
|
-
otlp_headers={"Authorization": "Bearer " + os.environ["LANGWATCH_API_KEY"]},
|
|
23
|
-
enable_console_export=True, # Helpful for development
|
|
13
|
+
from strands.telemetry import StrandsTelemetry
|
|
14
|
+
|
|
15
|
+
strands_telemetry = StrandsTelemetry().setup_otlp_exporter(
|
|
16
|
+
endpoint="https://app.langwatch.ai/api/otel/v1/traces",
|
|
17
|
+
headers={"Authorization": f"Bearer {os.environ['LANGWATCH_API_KEY']}"},
|
|
24
18
|
)
|
|
25
19
|
|
|
20
|
+
|
|
26
21
|
class KiteAgent:
|
|
27
22
|
def __init__(self):
|
|
28
23
|
langwatch.setup(instrumentors=[LiteLLMInstrumentor()])
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "langwatch"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.16" # remember to also update it in src/langwatch/__version__.py
|
|
4
4
|
description = "LangWatch Python SDK, for monitoring your LLMs"
|
|
5
5
|
authors = [{ name = "Langwatch Engineers", email = "engineering@langwatch.ai" }]
|
|
6
6
|
requires-python = ">=3.10,<3.14"
|
|
@@ -22,10 +22,8 @@ classifiers = [
|
|
|
22
22
|
|
|
23
23
|
dependencies = [
|
|
24
24
|
"nanoid>=2.0.0,<3.0.0",
|
|
25
|
-
"dspy-ai>=2.5.2,<3.0.0",
|
|
26
25
|
"coolname>=2.2.0",
|
|
27
26
|
"httpx>=0.27.0",
|
|
28
|
-
"litellm>=1.52.1",
|
|
29
27
|
"openinference-instrumentation-haystack>=0.1.20",
|
|
30
28
|
"openinference-instrumentation-langchain>=0.1.24",
|
|
31
29
|
"openinference-instrumentation-openai>=0.1.25",
|
|
@@ -38,12 +36,19 @@ dependencies = [
|
|
|
38
36
|
"termcolor>=3.0.1",
|
|
39
37
|
"deprecated>=1.2.18",
|
|
40
38
|
"python-liquid>=2.0.2",
|
|
39
|
+
"pydantic>=2",
|
|
40
|
+
"attrs>=24",
|
|
41
41
|
]
|
|
42
42
|
|
|
43
43
|
[project.optional-dependencies]
|
|
44
44
|
dspy = ["dspy-ai>=2.5.2,<3.0.0"]
|
|
45
|
+
litellm = ["litellm>=1.52.1"]
|
|
45
46
|
dev = ["ruff>=0.11.1"]
|
|
46
|
-
tests = [
|
|
47
|
+
tests = [
|
|
48
|
+
"pytest>=7.4.2,<8.0.0",
|
|
49
|
+
"pytest-asyncio>=0.21.1,<0.22.0",
|
|
50
|
+
"factory-boy>=3.3.0,<4.0.0",
|
|
51
|
+
]
|
|
47
52
|
|
|
48
53
|
[build-system]
|
|
49
54
|
requires = ["hatchling"]
|
|
@@ -58,13 +63,12 @@ python_files = "test_*.py"
|
|
|
58
63
|
python_functions = "test_*"
|
|
59
64
|
|
|
60
65
|
[dependency-groups]
|
|
61
|
-
dev = [
|
|
62
|
-
"black>=25.1.0",
|
|
63
|
-
]
|
|
66
|
+
dev = ["black>=25.1.0"]
|
|
64
67
|
examples = [
|
|
65
68
|
"anthropic>=0.36.0,<0.37.0",
|
|
66
69
|
"chainlit>=1.3.0,<2",
|
|
67
70
|
"cloudpickle>=3.1.1",
|
|
71
|
+
"dspy-ai>=2.5.2,<3.0.0",
|
|
68
72
|
"faiss-cpu>=1.8.0,<2.0.0",
|
|
69
73
|
"fastapi>=0.115.12",
|
|
70
74
|
"haystack-ai>=2.13.2,<3.0.0",
|
|
@@ -74,6 +78,7 @@ examples = [
|
|
|
74
78
|
"langchain-openai>=0.1.19",
|
|
75
79
|
"langchain-text-splitters>=0.3.0,<0.4.0",
|
|
76
80
|
"langchain-google-vertexai>=1.0.7",
|
|
81
|
+
"litellm>=1.52.1",
|
|
77
82
|
"openinference-instrumentation-dspy>=0.1.23,<0.2.0",
|
|
78
83
|
"opentelemetry-instrumentation-fastapi>=0.53b1",
|
|
79
84
|
"langgraph>=0.2.35,<0.3.0",
|
|
@@ -90,7 +95,6 @@ examples = [
|
|
|
90
95
|
"openinference-instrumentation-litellm>=0.1.19",
|
|
91
96
|
"pandas>=2.2.3",
|
|
92
97
|
"unstructured[pdf]>=0.18.3",
|
|
98
|
+
"strands-agents>=1.6.0",
|
|
93
99
|
]
|
|
94
|
-
tests = [
|
|
95
|
-
"pytest-asyncio>=0.21.2",
|
|
96
|
-
]
|
|
100
|
+
tests = ["pytest-asyncio>=0.21.2"]
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
version = 1
|
|
2
|
-
revision = 1
|
|
3
2
|
requires-python = ">=3.10, <3.14"
|
|
4
3
|
resolution-markers = [
|
|
5
4
|
"python_full_version >= '3.13' and sys_platform == 'darwin'",
|
|
@@ -454,6 +453,34 @@ wheels = [
|
|
|
454
453
|
{ url = "https://files.pythonhosted.org/packages/10/cb/f2ad4230dc2eb1a74edf38f1a38b9b52277f75bef262d8908e60d957e13c/blinker-1.9.0-py3-none-any.whl", hash = "sha256:ba0efaa9080b619ff2f3459d1d500c57bddea4a6b424b60a91141db6fd2f08bc", size = 8458 },
|
|
455
454
|
]
|
|
456
455
|
|
|
456
|
+
[[package]]
|
|
457
|
+
name = "boto3"
|
|
458
|
+
version = "1.40.20"
|
|
459
|
+
source = { registry = "https://pypi.org/simple" }
|
|
460
|
+
dependencies = [
|
|
461
|
+
{ name = "botocore" },
|
|
462
|
+
{ name = "jmespath" },
|
|
463
|
+
{ name = "s3transfer" },
|
|
464
|
+
]
|
|
465
|
+
sdist = { url = "https://files.pythonhosted.org/packages/14/b1/22df131f6af59547f1c02186aca4a94d98d6c7b86afa984039bc3c827bf9/boto3-1.40.20.tar.gz", hash = "sha256:01fc76cce8b4e80de0e8151a8a8007570432a94f451a1018c74acb48fdbdf237", size = 111569 }
|
|
466
|
+
wheels = [
|
|
467
|
+
{ url = "https://files.pythonhosted.org/packages/f2/3c/27fd25b687cbcf5be0bf2941606d83b21e3c4382ad6413666e5dafd7e0d6/boto3-1.40.20-py3-none-any.whl", hash = "sha256:5574750a65500a116dd3d838191b9a53bf5abb0adef34ed7b3151fe4dcf040ed", size = 139323 },
|
|
468
|
+
]
|
|
469
|
+
|
|
470
|
+
[[package]]
|
|
471
|
+
name = "botocore"
|
|
472
|
+
version = "1.40.20"
|
|
473
|
+
source = { registry = "https://pypi.org/simple" }
|
|
474
|
+
dependencies = [
|
|
475
|
+
{ name = "jmespath" },
|
|
476
|
+
{ name = "python-dateutil" },
|
|
477
|
+
{ name = "urllib3" },
|
|
478
|
+
]
|
|
479
|
+
sdist = { url = "https://files.pythonhosted.org/packages/bd/61/f17daf2ffd324c9904342958cb2742efa828d99ceb06e223a59eec2a237f/botocore-1.40.20.tar.gz", hash = "sha256:440062473cc2172cb61533042643455ee32e7f163381335f6575988ad52461dc", size = 14322123 }
|
|
480
|
+
wheels = [
|
|
481
|
+
{ url = "https://files.pythonhosted.org/packages/7d/cc/7d35e10d6aa670dd0f412fda909a6528b7dff9503be2e49599e9da03ae68/botocore-1.40.20-py3-none-any.whl", hash = "sha256:c584b439e2f1a2ada5e6bc0cc1502143ae2b2299d41ce2ae30053b59d5d17821", size = 13993096 },
|
|
482
|
+
]
|
|
483
|
+
|
|
457
484
|
[[package]]
|
|
458
485
|
name = "bottleneck"
|
|
459
486
|
version = "1.5.0"
|
|
@@ -2193,6 +2220,15 @@ wheels = [
|
|
|
2193
2220
|
{ url = "https://files.pythonhosted.org/packages/01/16/f5a0135ccd968b480daad0e6ab34b0c7c5ba3bc447e5088152696140dcb3/jiter-0.10.0-cp313-cp313t-win_amd64.whl", hash = "sha256:d7bfed2fe1fe0e4dda6ef682cee888ba444b21e7a6553e03252e4feb6cf0adca", size = 207278 },
|
|
2194
2221
|
]
|
|
2195
2222
|
|
|
2223
|
+
[[package]]
|
|
2224
|
+
name = "jmespath"
|
|
2225
|
+
version = "1.0.1"
|
|
2226
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2227
|
+
sdist = { url = "https://files.pythonhosted.org/packages/00/2a/e867e8531cf3e36b41201936b7fa7ba7b5702dbef42922193f05c8976cd6/jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe", size = 25843 }
|
|
2228
|
+
wheels = [
|
|
2229
|
+
{ url = "https://files.pythonhosted.org/packages/31/b4/b9b800c45527aadd64d5b442f9b932b00648617eb5d63d2c7a6587b7cafc/jmespath-1.0.1-py3-none-any.whl", hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980", size = 20256 },
|
|
2230
|
+
]
|
|
2231
|
+
|
|
2196
2232
|
[[package]]
|
|
2197
2233
|
name = "joblib"
|
|
2198
2234
|
version = "1.5.1"
|
|
@@ -2825,14 +2861,13 @@ wheels = [
|
|
|
2825
2861
|
|
|
2826
2862
|
[[package]]
|
|
2827
2863
|
name = "langwatch"
|
|
2828
|
-
version = "0.2.
|
|
2864
|
+
version = "0.2.16"
|
|
2829
2865
|
source = { editable = "." }
|
|
2830
2866
|
dependencies = [
|
|
2867
|
+
{ name = "attrs" },
|
|
2831
2868
|
{ name = "coolname" },
|
|
2832
2869
|
{ name = "deprecated" },
|
|
2833
|
-
{ name = "dspy-ai" },
|
|
2834
2870
|
{ name = "httpx" },
|
|
2835
|
-
{ name = "litellm" },
|
|
2836
2871
|
{ name = "nanoid" },
|
|
2837
2872
|
{ name = "openinference-instrumentation-haystack" },
|
|
2838
2873
|
{ name = "openinference-instrumentation-langchain" },
|
|
@@ -2842,6 +2877,7 @@ dependencies = [
|
|
|
2842
2877
|
{ name = "opentelemetry-exporter-otlp-proto-http" },
|
|
2843
2878
|
{ name = "opentelemetry-instrumentation-crewai" },
|
|
2844
2879
|
{ name = "opentelemetry-sdk" },
|
|
2880
|
+
{ name = "pydantic" },
|
|
2845
2881
|
{ name = "python-liquid" },
|
|
2846
2882
|
{ name = "retry" },
|
|
2847
2883
|
{ name = "termcolor" },
|
|
@@ -2854,6 +2890,9 @@ dev = [
|
|
|
2854
2890
|
dspy = [
|
|
2855
2891
|
{ name = "dspy-ai" },
|
|
2856
2892
|
]
|
|
2893
|
+
litellm = [
|
|
2894
|
+
{ name = "litellm" },
|
|
2895
|
+
]
|
|
2857
2896
|
tests = [
|
|
2858
2897
|
{ name = "factory-boy" },
|
|
2859
2898
|
{ name = "pytest" },
|
|
@@ -2868,6 +2907,7 @@ examples = [
|
|
|
2868
2907
|
{ name = "anthropic" },
|
|
2869
2908
|
{ name = "chainlit" },
|
|
2870
2909
|
{ name = "cloudpickle" },
|
|
2910
|
+
{ name = "dspy-ai" },
|
|
2871
2911
|
{ name = "faiss-cpu" },
|
|
2872
2912
|
{ name = "fastapi" },
|
|
2873
2913
|
{ name = "haystack-ai" },
|
|
@@ -2880,6 +2920,7 @@ examples = [
|
|
|
2880
2920
|
{ name = "langchain-openai" },
|
|
2881
2921
|
{ name = "langchain-text-splitters" },
|
|
2882
2922
|
{ name = "langgraph" },
|
|
2923
|
+
{ name = "litellm" },
|
|
2883
2924
|
{ name = "nanoid" },
|
|
2884
2925
|
{ name = "openai" },
|
|
2885
2926
|
{ name = "openinference-instrumentation-dspy" },
|
|
@@ -2891,6 +2932,7 @@ examples = [
|
|
|
2891
2932
|
{ name = "pydantic" },
|
|
2892
2933
|
{ name = "pytest" },
|
|
2893
2934
|
{ name = "python-dotenv" },
|
|
2935
|
+
{ name = "strands-agents" },
|
|
2894
2936
|
{ name = "streamlit" },
|
|
2895
2937
|
{ name = "unstructured", extra = ["pdf"] },
|
|
2896
2938
|
{ name = "uvicorn" },
|
|
@@ -2901,13 +2943,13 @@ tests = [
|
|
|
2901
2943
|
|
|
2902
2944
|
[package.metadata]
|
|
2903
2945
|
requires-dist = [
|
|
2946
|
+
{ name = "attrs", specifier = ">=24" },
|
|
2904
2947
|
{ name = "coolname", specifier = ">=2.2.0" },
|
|
2905
2948
|
{ name = "deprecated", specifier = ">=1.2.18" },
|
|
2906
|
-
{ name = "dspy-ai", specifier = ">=2.5.2,<3.0.0" },
|
|
2907
2949
|
{ name = "dspy-ai", marker = "extra == 'dspy'", specifier = ">=2.5.2,<3.0.0" },
|
|
2908
2950
|
{ name = "factory-boy", marker = "extra == 'tests'", specifier = ">=3.3.0,<4.0.0" },
|
|
2909
2951
|
{ name = "httpx", specifier = ">=0.27.0" },
|
|
2910
|
-
{ name = "litellm", specifier = ">=1.52.1" },
|
|
2952
|
+
{ name = "litellm", marker = "extra == 'litellm'", specifier = ">=1.52.1" },
|
|
2911
2953
|
{ name = "nanoid", specifier = ">=2.0.0,<3.0.0" },
|
|
2912
2954
|
{ name = "openinference-instrumentation-haystack", specifier = ">=0.1.20" },
|
|
2913
2955
|
{ name = "openinference-instrumentation-langchain", specifier = ">=0.1.24" },
|
|
@@ -2917,6 +2959,7 @@ requires-dist = [
|
|
|
2917
2959
|
{ name = "opentelemetry-exporter-otlp-proto-http", specifier = ">=1.32.1" },
|
|
2918
2960
|
{ name = "opentelemetry-instrumentation-crewai", specifier = ">=0.45.0" },
|
|
2919
2961
|
{ name = "opentelemetry-sdk", specifier = ">=1.32.1" },
|
|
2962
|
+
{ name = "pydantic", specifier = ">=2" },
|
|
2920
2963
|
{ name = "pytest", marker = "extra == 'tests'", specifier = ">=7.4.2,<8.0.0" },
|
|
2921
2964
|
{ name = "pytest-asyncio", marker = "extra == 'tests'", specifier = ">=0.21.1,<0.22.0" },
|
|
2922
2965
|
{ name = "python-liquid", specifier = ">=2.0.2" },
|
|
@@ -2924,7 +2967,6 @@ requires-dist = [
|
|
|
2924
2967
|
{ name = "ruff", marker = "extra == 'dev'", specifier = ">=0.11.1" },
|
|
2925
2968
|
{ name = "termcolor", specifier = ">=3.0.1" },
|
|
2926
2969
|
]
|
|
2927
|
-
provides-extras = ["dspy", "dev", "tests"]
|
|
2928
2970
|
|
|
2929
2971
|
[package.metadata.requires-dev]
|
|
2930
2972
|
dev = [{ name = "black", specifier = ">=25.1.0" }]
|
|
@@ -2932,6 +2974,7 @@ examples = [
|
|
|
2932
2974
|
{ name = "anthropic", specifier = ">=0.36.0,<0.37.0" },
|
|
2933
2975
|
{ name = "chainlit", specifier = ">=1.3.0,<2" },
|
|
2934
2976
|
{ name = "cloudpickle", specifier = ">=3.1.1" },
|
|
2977
|
+
{ name = "dspy-ai", specifier = ">=2.5.2,<3.0.0" },
|
|
2935
2978
|
{ name = "faiss-cpu", specifier = ">=1.8.0,<2.0.0" },
|
|
2936
2979
|
{ name = "fastapi", specifier = ">=0.115.12" },
|
|
2937
2980
|
{ name = "haystack-ai", specifier = ">=2.13.2,<3.0.0" },
|
|
@@ -2943,6 +2986,7 @@ examples = [
|
|
|
2943
2986
|
{ name = "langchain-openai", specifier = ">=0.1.19" },
|
|
2944
2987
|
{ name = "langchain-text-splitters", specifier = ">=0.3.0,<0.4.0" },
|
|
2945
2988
|
{ name = "langgraph", specifier = ">=0.2.35,<0.3.0" },
|
|
2989
|
+
{ name = "litellm", specifier = ">=1.52.1" },
|
|
2946
2990
|
{ name = "nanoid", specifier = ">=2.0.0" },
|
|
2947
2991
|
{ name = "openai", specifier = ">=1.68.2" },
|
|
2948
2992
|
{ name = "openinference-instrumentation-dspy", specifier = ">=0.1.23,<0.2.0" },
|
|
@@ -2954,6 +2998,7 @@ examples = [
|
|
|
2954
2998
|
{ name = "pydantic", specifier = ">=1,<2.10.2" },
|
|
2955
2999
|
{ name = "pytest", specifier = ">=7.4.2,<8.0.0" },
|
|
2956
3000
|
{ name = "python-dotenv", specifier = "==1.0.1" },
|
|
3001
|
+
{ name = "strands-agents", specifier = ">=1.6.0" },
|
|
2957
3002
|
{ name = "streamlit", specifier = ">=1.37.1,<2.0.0" },
|
|
2958
3003
|
{ name = "unstructured", extras = ["pdf"], specifier = ">=0.18.3" },
|
|
2959
3004
|
{ name = "uvicorn", specifier = ">=0.25.0,<0.26.0" },
|
|
@@ -3257,6 +3302,28 @@ wheels = [
|
|
|
3257
3302
|
{ url = "https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca", size = 9899 },
|
|
3258
3303
|
]
|
|
3259
3304
|
|
|
3305
|
+
[[package]]
|
|
3306
|
+
name = "mcp"
|
|
3307
|
+
version = "1.12.4"
|
|
3308
|
+
source = { registry = "https://pypi.org/simple" }
|
|
3309
|
+
dependencies = [
|
|
3310
|
+
{ name = "anyio" },
|
|
3311
|
+
{ name = "httpx" },
|
|
3312
|
+
{ name = "httpx-sse" },
|
|
3313
|
+
{ name = "jsonschema" },
|
|
3314
|
+
{ name = "pydantic" },
|
|
3315
|
+
{ name = "pydantic-settings" },
|
|
3316
|
+
{ name = "python-multipart" },
|
|
3317
|
+
{ name = "pywin32", marker = "sys_platform == 'win32'" },
|
|
3318
|
+
{ name = "sse-starlette" },
|
|
3319
|
+
{ name = "starlette" },
|
|
3320
|
+
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
|
3321
|
+
]
|
|
3322
|
+
sdist = { url = "https://files.pythonhosted.org/packages/31/88/f6cb7e7c260cd4b4ce375f2b1614b33ce401f63af0f49f7141a2e9bf0a45/mcp-1.12.4.tar.gz", hash = "sha256:0765585e9a3a5916a3c3ab8659330e493adc7bd8b2ca6120c2d7a0c43e034ca5", size = 431148 }
|
|
3323
|
+
wheels = [
|
|
3324
|
+
{ url = "https://files.pythonhosted.org/packages/ad/68/316cbc54b7163fa22571dcf42c9cc46562aae0a021b974e0a8141e897200/mcp-1.12.4-py3-none-any.whl", hash = "sha256:7aa884648969fab8e78b89399d59a683202972e12e6bc9a1c88ce7eda7743789", size = 160145 },
|
|
3325
|
+
]
|
|
3326
|
+
|
|
3260
3327
|
[[package]]
|
|
3261
3328
|
name = "mistune"
|
|
3262
3329
|
version = "3.1.3"
|
|
@@ -3653,6 +3720,7 @@ name = "nvidia-cublas-cu12"
|
|
|
3653
3720
|
version = "12.8.4.1"
|
|
3654
3721
|
source = { registry = "https://pypi.org/simple" }
|
|
3655
3722
|
wheels = [
|
|
3723
|
+
{ url = "https://files.pythonhosted.org/packages/29/99/db44d685f0e257ff0e213ade1964fc459b4a690a73293220e98feb3307cf/nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:b86f6dd8935884615a0683b663891d43781b819ac4f2ba2b0c9604676af346d0", size = 590537124 },
|
|
3656
3724
|
{ url = "https://files.pythonhosted.org/packages/dc/61/e24b560ab2e2eaeb3c839129175fb330dfcfc29e5203196e5541a4c44682/nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:8ac4e771d5a348c551b2a426eda6193c19aa630236b418086020df5ba9667142", size = 594346921 },
|
|
3657
3725
|
]
|
|
3658
3726
|
|
|
@@ -3661,6 +3729,7 @@ name = "nvidia-cuda-cupti-cu12"
|
|
|
3661
3729
|
version = "12.8.90"
|
|
3662
3730
|
source = { registry = "https://pypi.org/simple" }
|
|
3663
3731
|
wheels = [
|
|
3732
|
+
{ url = "https://files.pythonhosted.org/packages/d5/1f/b3bd73445e5cb342727fd24fe1f7b748f690b460acadc27ea22f904502c8/nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:4412396548808ddfed3f17a467b104ba7751e6b58678a4b840675c56d21cf7ed", size = 9533318 },
|
|
3664
3733
|
{ url = "https://files.pythonhosted.org/packages/f8/02/2adcaa145158bf1a8295d83591d22e4103dbfd821bcaf6f3f53151ca4ffa/nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:ea0cb07ebda26bb9b29ba82cda34849e73c166c18162d3913575b0c9db9a6182", size = 10248621 },
|
|
3665
3734
|
]
|
|
3666
3735
|
|
|
@@ -3670,6 +3739,7 @@ version = "12.8.93"
|
|
|
3670
3739
|
source = { registry = "https://pypi.org/simple" }
|
|
3671
3740
|
wheels = [
|
|
3672
3741
|
{ url = "https://files.pythonhosted.org/packages/05/6b/32f747947df2da6994e999492ab306a903659555dddc0fbdeb9d71f75e52/nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:a7756528852ef889772a84c6cd89d41dfa74667e24cca16bb31f8f061e3e9994", size = 88040029 },
|
|
3742
|
+
{ url = "https://files.pythonhosted.org/packages/eb/d1/e50d0acaab360482034b84b6e27ee83c6738f7d32182b987f9c7a4e32962/nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:fc1fec1e1637854b4c0a65fb9a8346b51dd9ee69e61ebaccc82058441f15bce8", size = 43106076 },
|
|
3673
3743
|
]
|
|
3674
3744
|
|
|
3675
3745
|
[[package]]
|
|
@@ -3677,6 +3747,7 @@ name = "nvidia-cuda-runtime-cu12"
|
|
|
3677
3747
|
version = "12.8.90"
|
|
3678
3748
|
source = { registry = "https://pypi.org/simple" }
|
|
3679
3749
|
wheels = [
|
|
3750
|
+
{ url = "https://files.pythonhosted.org/packages/7c/75/f865a3b236e4647605ea34cc450900854ba123834a5f1598e160b9530c3a/nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:52bf7bbee900262ffefe5e9d5a2a69a30d97e2bc5bb6cc866688caa976966e3d", size = 965265 },
|
|
3680
3751
|
{ url = "https://files.pythonhosted.org/packages/0d/9b/a997b638fcd068ad6e4d53b8551a7d30fe8b404d6f1804abf1df69838932/nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:adade8dcbd0edf427b7204d480d6066d33902cab2a4707dcfc48a2d0fd44ab90", size = 954765 },
|
|
3681
3752
|
]
|
|
3682
3753
|
|
|
@@ -3688,6 +3759,7 @@ dependencies = [
|
|
|
3688
3759
|
{ name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
|
3689
3760
|
]
|
|
3690
3761
|
wheels = [
|
|
3762
|
+
{ url = "https://files.pythonhosted.org/packages/fa/41/e79269ce215c857c935fd86bcfe91a451a584dfc27f1e068f568b9ad1ab7/nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:c9132cc3f8958447b4910a1720036d9eff5928cc3179b0a51fb6d167c6cc87d8", size = 705026878 },
|
|
3691
3763
|
{ url = "https://files.pythonhosted.org/packages/ba/51/e123d997aa098c61d029f76663dedbfb9bc8dcf8c60cbd6adbe42f76d049/nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:949452be657fa16687d0930933f032835951ef0892b37d2d53824d1a84dc97a8", size = 706758467 },
|
|
3692
3764
|
]
|
|
3693
3765
|
|
|
@@ -3699,6 +3771,7 @@ dependencies = [
|
|
|
3699
3771
|
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
|
3700
3772
|
]
|
|
3701
3773
|
wheels = [
|
|
3774
|
+
{ url = "https://files.pythonhosted.org/packages/60/bc/7771846d3a0272026c416fbb7e5f4c1f146d6d80704534d0b187dd6f4800/nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:848ef7224d6305cdb2a4df928759dca7b1201874787083b6e7550dd6765ce69a", size = 193109211 },
|
|
3702
3775
|
{ url = "https://files.pythonhosted.org/packages/1f/13/ee4e00f30e676b66ae65b4f08cb5bcbb8392c03f54f2d5413ea99a5d1c80/nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4d2dd21ec0b88cf61b62e6b43564355e5222e4a3fb394cac0db101f2dd0d4f74", size = 193118695 },
|
|
3703
3776
|
]
|
|
3704
3777
|
|
|
@@ -3708,6 +3781,7 @@ version = "1.13.1.3"
|
|
|
3708
3781
|
source = { registry = "https://pypi.org/simple" }
|
|
3709
3782
|
wheels = [
|
|
3710
3783
|
{ url = "https://files.pythonhosted.org/packages/bb/fe/1bcba1dfbfb8d01be8d93f07bfc502c93fa23afa6fd5ab3fc7c1df71038a/nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1d069003be650e131b21c932ec3d8969c1715379251f8d23a1860554b1cb24fc", size = 1197834 },
|
|
3784
|
+
{ url = "https://files.pythonhosted.org/packages/1e/f5/5607710447a6fe9fd9b3283956fceeee8a06cda1d2f56ce31371f595db2a/nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:4beb6d4cce47c1a0f1013d72e02b0994730359e17801d395bdcbf20cfb3bb00a", size = 1120705 },
|
|
3711
3785
|
]
|
|
3712
3786
|
|
|
3713
3787
|
[[package]]
|
|
@@ -3715,6 +3789,7 @@ name = "nvidia-curand-cu12"
|
|
|
3715
3789
|
version = "10.3.9.90"
|
|
3716
3790
|
source = { registry = "https://pypi.org/simple" }
|
|
3717
3791
|
wheels = [
|
|
3792
|
+
{ url = "https://files.pythonhosted.org/packages/45/5e/92aa15eca622a388b80fbf8375d4760738df6285b1e92c43d37390a33a9a/nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:dfab99248034673b779bc6decafdc3404a8a6f502462201f2f31f11354204acd", size = 63625754 },
|
|
3718
3793
|
{ url = "https://files.pythonhosted.org/packages/fb/aa/6584b56dc84ebe9cf93226a5cde4d99080c8e90ab40f0c27bda7a0f29aa1/nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:b32331d4f4df5d6eefa0554c565b626c7216f87a06a4f56fab27c3b68a830ec9", size = 63619976 },
|
|
3719
3794
|
]
|
|
3720
3795
|
|
|
@@ -3728,6 +3803,7 @@ dependencies = [
|
|
|
3728
3803
|
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
|
3729
3804
|
]
|
|
3730
3805
|
wheels = [
|
|
3806
|
+
{ url = "https://files.pythonhosted.org/packages/c8/32/f7cd6ce8a7690544d084ea21c26e910a97e077c9b7f07bf5de623ee19981/nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:db9ed69dbef9715071232caa9b69c52ac7de3a95773c2db65bdba85916e4e5c0", size = 267229841 },
|
|
3731
3807
|
{ url = "https://files.pythonhosted.org/packages/85/48/9a13d2975803e8cf2777d5ed57b87a0b6ca2cc795f9a4f59796a910bfb80/nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:4376c11ad263152bd50ea295c05370360776f8c3427b30991df774f9fb26c450", size = 267506905 },
|
|
3732
3808
|
]
|
|
3733
3809
|
|
|
@@ -3739,6 +3815,7 @@ dependencies = [
|
|
|
3739
3815
|
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
|
3740
3816
|
]
|
|
3741
3817
|
wheels = [
|
|
3818
|
+
{ url = "https://files.pythonhosted.org/packages/bc/f7/cd777c4109681367721b00a106f491e0d0d15cfa1fd59672ce580ce42a97/nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:9b6c161cb130be1a07a27ea6923df8141f3c295852f4b260c65f18f3e0a091dc", size = 288117129 },
|
|
3742
3819
|
{ url = "https://files.pythonhosted.org/packages/c2/f5/e1854cb2f2bcd4280c44736c93550cc300ff4b8c95ebe370d0aa7d2b473d/nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1ec05d76bbbd8b61b06a80e1eaf8cf4959c3d4ce8e711b65ebd0443bb0ebb13b", size = 288216466 },
|
|
3743
3820
|
]
|
|
3744
3821
|
|
|
@@ -3747,6 +3824,7 @@ name = "nvidia-cusparselt-cu12"
|
|
|
3747
3824
|
version = "0.7.1"
|
|
3748
3825
|
source = { registry = "https://pypi.org/simple" }
|
|
3749
3826
|
wheels = [
|
|
3827
|
+
{ url = "https://files.pythonhosted.org/packages/73/b9/598f6ff36faaece4b3c50d26f50e38661499ff34346f00e057760b35cc9d/nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:8878dce784d0fac90131b6817b607e803c36e629ba34dc5b433471382196b6a5", size = 283835557 },
|
|
3750
3828
|
{ url = "https://files.pythonhosted.org/packages/56/79/12978b96bd44274fe38b5dde5cfb660b1d114f70a65ef962bcbbed99b549/nvidia_cusparselt_cu12-0.7.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:f1bb701d6b930d5a7cea44c19ceb973311500847f81b634d802b7b539dc55623", size = 287193691 },
|
|
3751
3829
|
]
|
|
3752
3830
|
|
|
@@ -3755,6 +3833,7 @@ name = "nvidia-nccl-cu12"
|
|
|
3755
3833
|
version = "2.27.3"
|
|
3756
3834
|
source = { registry = "https://pypi.org/simple" }
|
|
3757
3835
|
wheels = [
|
|
3836
|
+
{ url = "https://files.pythonhosted.org/packages/4b/7b/8354b784cf73b0ba51e566b4baba3ddd44fe8288a3d39ef1e06cd5417226/nvidia_nccl_cu12-2.27.3-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:9ddf1a245abc36c550870f26d537a9b6087fb2e2e3d6e0ef03374c6fd19d984f", size = 322397768 },
|
|
3758
3837
|
{ url = "https://files.pythonhosted.org/packages/5c/5b/4e4fff7bad39adf89f735f2bc87248c81db71205b62bcc0d5ca5b606b3c3/nvidia_nccl_cu12-2.27.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:adf27ccf4238253e0b826bce3ff5fa532d65fc42322c8bfdfaf28024c0fbe039", size = 322364134 },
|
|
3759
3838
|
]
|
|
3760
3839
|
|
|
@@ -3764,6 +3843,7 @@ version = "12.8.93"
|
|
|
3764
3843
|
source = { registry = "https://pypi.org/simple" }
|
|
3765
3844
|
wheels = [
|
|
3766
3845
|
{ url = "https://files.pythonhosted.org/packages/f6/74/86a07f1d0f42998ca31312f998bd3b9a7eff7f52378f4f270c8679c77fb9/nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:81ff63371a7ebd6e6451970684f916be2eab07321b73c9d244dc2b4da7f73b88", size = 39254836 },
|
|
3846
|
+
{ url = "https://files.pythonhosted.org/packages/2a/a2/8cee5da30d13430e87bf99bb33455d2724d0a4a9cb5d7926d80ccb96d008/nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:adccd7161ace7261e01bb91e44e88da350895c270d23f744f0820c818b7229e7", size = 38386204 },
|
|
3767
3847
|
]
|
|
3768
3848
|
|
|
3769
3849
|
[[package]]
|
|
@@ -3771,6 +3851,7 @@ name = "nvidia-nvtx-cu12"
|
|
|
3771
3851
|
version = "12.8.90"
|
|
3772
3852
|
source = { registry = "https://pypi.org/simple" }
|
|
3773
3853
|
wheels = [
|
|
3854
|
+
{ url = "https://files.pythonhosted.org/packages/10/c0/1b303feea90d296f6176f32a2a70b5ef230f9bdeb3a72bddb0dc922dc137/nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d7ad891da111ebafbf7e015d34879f7112832fc239ff0d7d776b6cb685274615", size = 91161 },
|
|
3774
3855
|
{ url = "https://files.pythonhosted.org/packages/a2/eb/86626c1bbc2edb86323022371c39aa48df6fd8b0a1647bc274577f72e90b/nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:5b17e2001cc0d751a5bc2c6ec6d26ad95913324a4adb86788c944f8ce9ba441f", size = 89954 },
|
|
3775
3856
|
]
|
|
3776
3857
|
|
|
@@ -4166,6 +4247,20 @@ wheels = [
|
|
|
4166
4247
|
{ url = "https://files.pythonhosted.org/packages/95/e6/0ea7ea0e10eb10a0ec3b40abe15dc1423938fe40925edbf41213d9de9dec/opentelemetry_instrumentation_langchain-0.45.4-py3-none-any.whl", hash = "sha256:0e38c41495b67d5530c40ea6560e9cf86868b86db526dcae7ba82b476f695f49", size = 18053 },
|
|
4167
4248
|
]
|
|
4168
4249
|
|
|
4250
|
+
[[package]]
|
|
4251
|
+
name = "opentelemetry-instrumentation-threading"
|
|
4252
|
+
version = "0.57b0"
|
|
4253
|
+
source = { registry = "https://pypi.org/simple" }
|
|
4254
|
+
dependencies = [
|
|
4255
|
+
{ name = "opentelemetry-api" },
|
|
4256
|
+
{ name = "opentelemetry-instrumentation" },
|
|
4257
|
+
{ name = "wrapt" },
|
|
4258
|
+
]
|
|
4259
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f4/f7/089b6c5b087ae96bf674b47431cc03351916eea777c7e7a946bcdbb9e6e3/opentelemetry_instrumentation_threading-0.57b0.tar.gz", hash = "sha256:06fa4c98d6bfe4670e7532497670ac202db42afa647ff770aedce0e422421c6e", size = 8768 }
|
|
4260
|
+
wheels = [
|
|
4261
|
+
{ url = "https://files.pythonhosted.org/packages/e7/09/db74038a99fe396779c5be09aa6491142e8c172f1d8ba05415a6b0c9f198/opentelemetry_instrumentation_threading-0.57b0-py3-none-any.whl", hash = "sha256:adfd64857c8c78d6111cf80552311e1713bad64272dd81abdd61f07b892a161b", size = 9312 },
|
|
4262
|
+
]
|
|
4263
|
+
|
|
4169
4264
|
[[package]]
|
|
4170
4265
|
name = "opentelemetry-proto"
|
|
4171
4266
|
version = "1.36.0"
|
|
@@ -5812,6 +5907,18 @@ wheels = [
|
|
|
5812
5907
|
{ url = "https://files.pythonhosted.org/packages/ac/fd/669816bc6b5b93b9586f3c1d87cd6bc05028470b3ecfebb5938252c47a35/ruff-0.12.9-py3-none-win_arm64.whl", hash = "sha256:63c8c819739d86b96d500cce885956a1a48ab056bbcbc61b747ad494b2485089", size = 11949623 },
|
|
5813
5908
|
]
|
|
5814
5909
|
|
|
5910
|
+
[[package]]
|
|
5911
|
+
name = "s3transfer"
|
|
5912
|
+
version = "0.13.1"
|
|
5913
|
+
source = { registry = "https://pypi.org/simple" }
|
|
5914
|
+
dependencies = [
|
|
5915
|
+
{ name = "botocore" },
|
|
5916
|
+
]
|
|
5917
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6d/05/d52bf1e65044b4e5e27d4e63e8d1579dbdec54fce685908ae09bc3720030/s3transfer-0.13.1.tar.gz", hash = "sha256:c3fdba22ba1bd367922f27ec8032d6a1cf5f10c934fb5d68cf60fd5a23d936cf", size = 150589 }
|
|
5918
|
+
wheels = [
|
|
5919
|
+
{ url = "https://files.pythonhosted.org/packages/6d/4f/d073e09df851cfa251ef7840007d04db3293a0482ce607d2b993926089be/s3transfer-0.13.1-py3-none-any.whl", hash = "sha256:a981aa7429be23fe6dfc13e80e4020057cbab622b08c0315288758d67cabc724", size = 85308 },
|
|
5920
|
+
]
|
|
5921
|
+
|
|
5815
5922
|
[[package]]
|
|
5816
5923
|
name = "safetensors"
|
|
5817
5924
|
version = "0.6.2"
|
|
@@ -6115,6 +6222,18 @@ wheels = [
|
|
|
6115
6222
|
{ url = "https://files.pythonhosted.org/packages/b8/d9/13bdde6521f322861fab67473cec4b1cc8999f3871953531cf61945fad92/sqlalchemy-2.0.43-py3-none-any.whl", hash = "sha256:1681c21dd2ccee222c2fe0bef671d1aef7c504087c9c4e800371cfcc8ac966fc", size = 1924759 },
|
|
6116
6223
|
]
|
|
6117
6224
|
|
|
6225
|
+
[[package]]
|
|
6226
|
+
name = "sse-starlette"
|
|
6227
|
+
version = "3.0.2"
|
|
6228
|
+
source = { registry = "https://pypi.org/simple" }
|
|
6229
|
+
dependencies = [
|
|
6230
|
+
{ name = "anyio" },
|
|
6231
|
+
]
|
|
6232
|
+
sdist = { url = "https://files.pythonhosted.org/packages/42/6f/22ed6e33f8a9e76ca0a412405f31abb844b779d52c5f96660766edcd737c/sse_starlette-3.0.2.tar.gz", hash = "sha256:ccd60b5765ebb3584d0de2d7a6e4f745672581de4f5005ab31c3a25d10b52b3a", size = 20985 }
|
|
6233
|
+
wheels = [
|
|
6234
|
+
{ url = "https://files.pythonhosted.org/packages/ef/10/c78f463b4ef22eef8491f218f692be838282cd65480f6e423d7730dfd1fb/sse_starlette-3.0.2-py3-none-any.whl", hash = "sha256:16b7cbfddbcd4eaca11f7b586f3b8a080f1afe952c15813455b162edea619e5a", size = 11297 },
|
|
6235
|
+
]
|
|
6236
|
+
|
|
6118
6237
|
[[package]]
|
|
6119
6238
|
name = "stack-data"
|
|
6120
6239
|
version = "0.6.3"
|
|
@@ -6141,6 +6260,27 @@ wheels = [
|
|
|
6141
6260
|
{ url = "https://files.pythonhosted.org/packages/96/00/2b325970b3060c7cecebab6d295afe763365822b1306a12eeab198f74323/starlette-0.41.3-py3-none-any.whl", hash = "sha256:44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7", size = 73225 },
|
|
6142
6261
|
]
|
|
6143
6262
|
|
|
6263
|
+
[[package]]
|
|
6264
|
+
name = "strands-agents"
|
|
6265
|
+
version = "1.6.0"
|
|
6266
|
+
source = { registry = "https://pypi.org/simple" }
|
|
6267
|
+
dependencies = [
|
|
6268
|
+
{ name = "boto3" },
|
|
6269
|
+
{ name = "botocore" },
|
|
6270
|
+
{ name = "docstring-parser" },
|
|
6271
|
+
{ name = "mcp" },
|
|
6272
|
+
{ name = "opentelemetry-api" },
|
|
6273
|
+
{ name = "opentelemetry-instrumentation-threading" },
|
|
6274
|
+
{ name = "opentelemetry-sdk" },
|
|
6275
|
+
{ name = "pydantic" },
|
|
6276
|
+
{ name = "typing-extensions" },
|
|
6277
|
+
{ name = "watchdog" },
|
|
6278
|
+
]
|
|
6279
|
+
sdist = { url = "https://files.pythonhosted.org/packages/12/cc/e4c0324895c15fd1f0507616d7346697e0810ac431e588860a16d6916cf4/strands_agents-1.6.0.tar.gz", hash = "sha256:bb3ce55e29630210ba19ac13b5b6aa7c92d1e403a80bbf0738e58d092dba8036", size = 268023 }
|
|
6280
|
+
wheels = [
|
|
6281
|
+
{ url = "https://files.pythonhosted.org/packages/27/c3/a8beae822a7960eaa16bbc41d3854f5a0bf9753336e6a659bf78c96ec6ea/strands_agents-1.6.0-py3-none-any.whl", hash = "sha256:c7ce5f061df94d7081d1368aa4037c99cf2239f94a8151eee48fac57bf7b0707", size = 186311 },
|
|
6282
|
+
]
|
|
6283
|
+
|
|
6144
6284
|
[[package]]
|
|
6145
6285
|
name = "streamlit"
|
|
6146
6286
|
version = "1.48.1"
|
|
@@ -6806,6 +6946,20 @@ version = "6.0.0"
|
|
|
6806
6946
|
source = { registry = "https://pypi.org/simple" }
|
|
6807
6947
|
sdist = { url = "https://files.pythonhosted.org/packages/db/7d/7f3d619e951c88ed75c6037b246ddcf2d322812ee8ea189be89511721d54/watchdog-6.0.0.tar.gz", hash = "sha256:9ddf7c82fda3ae8e24decda1338ede66e1c99883db93711d8fb941eaa2d8c282", size = 131220 }
|
|
6808
6948
|
wheels = [
|
|
6949
|
+
{ url = "https://files.pythonhosted.org/packages/0c/56/90994d789c61df619bfc5ce2ecdabd5eeff564e1eb47512bd01b5e019569/watchdog-6.0.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d1cdb490583ebd691c012b3d6dae011000fe42edb7a82ece80965b42abd61f26", size = 96390 },
|
|
6950
|
+
{ url = "https://files.pythonhosted.org/packages/55/46/9a67ee697342ddf3c6daa97e3a587a56d6c4052f881ed926a849fcf7371c/watchdog-6.0.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bc64ab3bdb6a04d69d4023b29422170b74681784ffb9463ed4870cf2f3e66112", size = 88389 },
|
|
6951
|
+
{ url = "https://files.pythonhosted.org/packages/44/65/91b0985747c52064d8701e1075eb96f8c40a79df889e59a399453adfb882/watchdog-6.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c897ac1b55c5a1461e16dae288d22bb2e412ba9807df8397a635d88f671d36c3", size = 89020 },
|
|
6952
|
+
{ url = "https://files.pythonhosted.org/packages/e0/24/d9be5cd6642a6aa68352ded4b4b10fb0d7889cb7f45814fb92cecd35f101/watchdog-6.0.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6eb11feb5a0d452ee41f824e271ca311a09e250441c262ca2fd7ebcf2461a06c", size = 96393 },
|
|
6953
|
+
{ url = "https://files.pythonhosted.org/packages/63/7a/6013b0d8dbc56adca7fdd4f0beed381c59f6752341b12fa0886fa7afc78b/watchdog-6.0.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ef810fbf7b781a5a593894e4f439773830bdecb885e6880d957d5b9382a960d2", size = 88392 },
|
|
6954
|
+
{ url = "https://files.pythonhosted.org/packages/d1/40/b75381494851556de56281e053700e46bff5b37bf4c7267e858640af5a7f/watchdog-6.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:afd0fe1b2270917c5e23c2a65ce50c2a4abb63daafb0d419fde368e272a76b7c", size = 89019 },
|
|
6955
|
+
{ url = "https://files.pythonhosted.org/packages/39/ea/3930d07dafc9e286ed356a679aa02d777c06e9bfd1164fa7c19c288a5483/watchdog-6.0.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:bdd4e6f14b8b18c334febb9c4425a878a2ac20efd1e0b231978e7b150f92a948", size = 96471 },
|
|
6956
|
+
{ url = "https://files.pythonhosted.org/packages/12/87/48361531f70b1f87928b045df868a9fd4e253d9ae087fa4cf3f7113be363/watchdog-6.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c7c15dda13c4eb00d6fb6fc508b3c0ed88b9d5d374056b239c4ad1611125c860", size = 88449 },
|
|
6957
|
+
{ url = "https://files.pythonhosted.org/packages/5b/7e/8f322f5e600812e6f9a31b75d242631068ca8f4ef0582dd3ae6e72daecc8/watchdog-6.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6f10cb2d5902447c7d0da897e2c6768bca89174d0c6e1e30abec5421af97a5b0", size = 89054 },
|
|
6958
|
+
{ url = "https://files.pythonhosted.org/packages/68/98/b0345cabdce2041a01293ba483333582891a3bd5769b08eceb0d406056ef/watchdog-6.0.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:490ab2ef84f11129844c23fb14ecf30ef3d8a6abafd3754a6f75ca1e6654136c", size = 96480 },
|
|
6959
|
+
{ url = "https://files.pythonhosted.org/packages/85/83/cdf13902c626b28eedef7ec4f10745c52aad8a8fe7eb04ed7b1f111ca20e/watchdog-6.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:76aae96b00ae814b181bb25b1b98076d5fc84e8a53cd8885a318b42b6d3a5134", size = 88451 },
|
|
6960
|
+
{ url = "https://files.pythonhosted.org/packages/fe/c4/225c87bae08c8b9ec99030cd48ae9c4eca050a59bf5c2255853e18c87b50/watchdog-6.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:a175f755fc2279e0b7312c0035d52e27211a5bc39719dd529625b1930917345b", size = 89057 },
|
|
6961
|
+
{ url = "https://files.pythonhosted.org/packages/30/ad/d17b5d42e28a8b91f8ed01cb949da092827afb9995d4559fd448d0472763/watchdog-6.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:c7ac31a19f4545dd92fc25d200694098f42c9a8e391bc00bdd362c5736dbf881", size = 87902 },
|
|
6962
|
+
{ url = "https://files.pythonhosted.org/packages/5c/ca/c3649991d140ff6ab67bfc85ab42b165ead119c9e12211e08089d763ece5/watchdog-6.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:9513f27a1a582d9808cf21a07dae516f0fab1cf2d7683a742c498b93eedabb11", size = 88380 },
|
|
6809
6963
|
{ url = "https://files.pythonhosted.org/packages/a9/c7/ca4bf3e518cb57a686b2feb4f55a1892fd9a3dd13f470fca14e00f80ea36/watchdog-6.0.0-py3-none-manylinux2014_aarch64.whl", hash = "sha256:7607498efa04a3542ae3e05e64da8202e58159aa1fa4acddf7678d34a35d4f13", size = 79079 },
|
|
6810
6964
|
{ url = "https://files.pythonhosted.org/packages/5c/51/d46dc9332f9a647593c947b4b88e2381c8dfc0942d15b8edc0310fa4abb1/watchdog-6.0.0-py3-none-manylinux2014_armv7l.whl", hash = "sha256:9041567ee8953024c83343288ccc458fd0a2d811d6a0fd68c4c22609e3490379", size = 79078 },
|
|
6811
6965
|
{ url = "https://files.pythonhosted.org/packages/d4/57/04edbf5e169cd318d5f07b4766fee38e825d64b6913ca157ca32d1a42267/watchdog-6.0.0-py3-none-manylinux2014_i686.whl", hash = "sha256:82dc3e3143c7e38ec49d61af98d6558288c415eac98486a5c581726e0737c00e", size = 79076 },
|
|
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
|