langwatch 0.3.1__tar.gz → 0.4.1__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.4.1/CHANGELOG.md +107 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/PKG-INFO +2 -1
- {langwatch-0.3.1 → langwatch-0.4.1}/pyproject.toml +2 -1
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/__version__.py +1 -1
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/decorators/prompt_tracing.py +38 -20
- {langwatch-0.3.1 → langwatch-0.4.1}/uv.lock +3 -1
- langwatch-0.3.1/CHANGELOG.md +0 -28
- {langwatch-0.3.1 → langwatch-0.4.1}/.editorconfig +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/.env.example +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/.gitignore +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/Makefile +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/README.md +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/azure_openai_stream_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/cli/README.md +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/cli/guaranteed_availability_with_cli.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/custom_evaluation_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/data/rag_dspy_bot.json +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/distributed_tracing.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/documentation/openai_langwatch.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/documentation/openai_openinference.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/dspy_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/dspy_visualization.ipynb +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/evaluation_manual_call.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/fastapi_app.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_async_streaming.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_exception.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_rag.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_rag_expected_output.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_rag_multithreaded.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_span_context_manager.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_span_low_level.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_streaming.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_sync_function.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/generic_bot_update_metadata_later.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/guardrails.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/guardrails_parallel.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/guardrails_without_tracing.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/haystack_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/langchain_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/langchain_bot_with_memory.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/langchain_rag_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/langchain_rag_bot_vertex_ai.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/langchain_rag_bot_with_threads.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/langgraph_rag_bot_with_threads.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/langwatch_docs_rag_evaluation.ipynb +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/litellm_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/offline_evaluation.ipynb +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/openai_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/openai_bot_disable_trace.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/openai_bot_function_call.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/openai_bot_max_string_length.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/openai_bot_max_string_length_none.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/openai_bot_rag.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/openai_bot_sampling_rate.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/openinference/google_adk.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/openinference_dspy_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/openinference_haystack.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/openinference_langchain_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/openinference_openai_assistants_api_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/openinference_openai_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/openllmetry_anthropic_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/openllmetry_crewai_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/openllmetry_langchain_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/openllmetry_openai_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/opentelemetry/traditional_instrumentation_fastapi_app.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/pdf_parsing_evaluation.ipynb +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/prompt_management_fastapi.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/sanity/setup_example.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/span_evaluation.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/strands_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/streamlit_openai_assistants_api_bot.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/weaviate_dspy_visualization.ipynb +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/weaviate_setup/.gitignore +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/weaviate_setup/Weaviate-Import.ipynb +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/weaviate_setup/docker-compose.yml +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/weaviate_setup/optimization_screenshot.png +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/examples/weaviate_setup/tracing_screenshot.png +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/attributes.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/batch_evaluation.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/client.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/dataset/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/domain/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/dspy/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/evaluation/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/evaluation/evaluation.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/evaluations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/exporters/filterable_batch_span_exporter.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_annotations_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_trace_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_dataset_by_slug_or_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_trace_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_index.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/patch_api_annotations_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_annotations_trace_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_dataset_by_slug_entries.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_share.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_unshare.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_index.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/put_api_prompts_by_id.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/traces/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/api/traces/post_api_trace_search.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/client.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/errors.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/annotation.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries_entries_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_annotations_id_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/error.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation_timestamps.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_404.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_records.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_json_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_error_type_0.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_error.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_timestamps.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_input.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metadata.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metrics.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_output.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_error_type_0.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input_value_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_metrics.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output_value_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_params.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_timestamps.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_timestamps.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/input_.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/metadata.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/metrics.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/output.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/pagination.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_body.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_annotations_trace_id_body.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item_role.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_schema_version.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_action.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item_role.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_409.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0_metadata.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0_verdict.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_status.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_201.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_share_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_unshare_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item_role.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item_role.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item_role.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_schema_version.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/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.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_409.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/search_request.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/search_request_filters.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/search_response.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/timestamps.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/models/trace.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/py.typed +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/types.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/guardrails.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/langchain.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/litellm.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/login.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/openai.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/decorators/prompt_service_tracing.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/errors.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/local_loader.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/prompt.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/prompt_api_service.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/prompt_facade.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/types/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/types/prompt_data.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/types/structures.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/prompts/types.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/py.typed +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/state.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/telemetry/__tests__/test_tracing.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/telemetry/context.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/telemetry/sampling.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/telemetry/span.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/telemetry/tracing.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/telemetry/types.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/tracer.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/types.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/utils/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/utils/capture.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/utils/exceptions.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/utils/initialization.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/utils/module.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/utils/transformation.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/utils/utils.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/conftest.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/exporters/test_filterable_batch_span_exporter.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/fixtures/README.md +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/fixtures/__init__.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/fixtures/get_response_factories.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/fixtures/prompts/cli.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/fixtures/prompts/general.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/fixtures/prompts/prompt_fixtures.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/fixtures/span_exporter.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/prompts/test_guaranteed_availability.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/prompts/test_local_loader.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/prompts/test_prompt.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/prompts/test_prompt_service_tracing.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/prompts/test_prompt_tracing.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/telemetry/test_context.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/telemetry/test_tracing.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/test_cli_runner.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/test_client.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/test_examples.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/test_login.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/test_version.py +0 -0
- {langwatch-0.3.1 → langwatch-0.4.1}/tests/utils/test_transformation.py +0 -0
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.4.1](https://github.com/langwatch/langwatch/compare/python-sdk@v0.4.0...python-sdk@v0.4.1) (2025-09-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* prompt tracing ([#653](https://github.com/langwatch/langwatch/issues/653)) ([9d39650](https://github.com/langwatch/langwatch/commit/9d39650435d6f32f040838935a89c037e47124f6))
|
|
9
|
+
|
|
10
|
+
## [0.4.0](https://github.com/langwatch/langwatch/compare/python-sdk@v0.3.2...python-sdk@v0.4.0) (2025-09-19)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add crewai open telemetry ([#549](https://github.com/langwatch/langwatch/issues/549)) ([e47bc67](https://github.com/langwatch/langwatch/commit/e47bc67135cc6019ddc67a89d610b92a81ed2c10))
|
|
16
|
+
* allow to set the run_id manually ([93417de](https://github.com/langwatch/langwatch/commit/93417de88e4115bf63edf8b83976d0ffd98954a4))
|
|
17
|
+
* allow to track dspy evaluators as well (by @WSJUSA) ([#488](https://github.com/langwatch/langwatch/issues/488)) ([1b79275](https://github.com/langwatch/langwatch/commit/1b792750000fdc2295962699823ae24a3ec0354c))
|
|
18
|
+
* bump it all from gpt-4o-mini to gpt-5 ([e2fb8bb](https://github.com/langwatch/langwatch/commit/e2fb8bb95048807b4a9d5713d41e6559e72da012))
|
|
19
|
+
* expand prompts support in python sdk ([#540](https://github.com/langwatch/langwatch/issues/540)) ([f7cd8b2](https://github.com/langwatch/langwatch/commit/f7cd8b233258df270a0f383052a4349b587e8b8d))
|
|
20
|
+
* guaranteed availability python ([#633](https://github.com/langwatch/langwatch/issues/633)) ([1818542](https://github.com/langwatch/langwatch/commit/1818542bdacced509a66465c5641f33572fafe3c))
|
|
21
|
+
* prompt handle UI ([#516](https://github.com/langwatch/langwatch/issues/516)) ([d812ed9](https://github.com/langwatch/langwatch/commit/d812ed92601b3114bd53cd90ba37f0d9a58d8bf7))
|
|
22
|
+
* python sdk tracing improvements ([#572](https://github.com/langwatch/langwatch/issues/572)) ([8448ed1](https://github.com/langwatch/langwatch/commit/8448ed1facebfffd367f3105f816bb985a2ffcef))
|
|
23
|
+
* support getting prompt with version number in python sdk ([#563](https://github.com/langwatch/langwatch/issues/563)) ([119cc2b](https://github.com/langwatch/langwatch/commit/119cc2bff3e232d9e0ec3f0c36c9ebd2a63967e7))
|
|
24
|
+
* workflow get dataset from api ([#405](https://github.com/langwatch/langwatch/issues/405)) ([705d3f1](https://github.com/langwatch/langwatch/commit/705d3f1a65fa4a8f462434a8f5ea1084b97aff16))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* add missing dependency for langwatch ([93b66cc](https://github.com/langwatch/langwatch/commit/93b66cc466c669bc08ddb3ceeda829f6cd79cbad))
|
|
30
|
+
* add pyyaml as dep ([#648](https://github.com/langwatch/langwatch/issues/648)) ([083f7bd](https://github.com/langwatch/langwatch/commit/083f7bd8acdaffc1480c3b77c7afe9ec09b04389))
|
|
31
|
+
* add setting to batch evals ([#551](https://github.com/langwatch/langwatch/issues/551)) ([0b2cff6](https://github.com/langwatch/langwatch/commit/0b2cff6bcbd4edbf5e2485217d8cc6d92bca5087))
|
|
32
|
+
* copro logger patching in dspy ([#465](https://github.com/langwatch/langwatch/issues/465)) ([4cec023](https://github.com/langwatch/langwatch/commit/4cec023afd274bf2983fb26ce2a094d08b836d31))
|
|
33
|
+
* disallow non-named params to avoid confusing users ([#565](https://github.com/langwatch/langwatch/issues/565)) ([92fbeb7](https://github.com/langwatch/langwatch/commit/92fbeb7c48daffdc2c054b1cb0402e86e84390ea))
|
|
34
|
+
* dspy optimization studio fixes for template adapter ([#477](https://github.com/langwatch/langwatch/issues/477)) ([1231a14](https://github.com/langwatch/langwatch/commit/1231a14c08fc2e9481728adb1d61a05eb12ac95e))
|
|
35
|
+
* get rid of context for tracking current span, rely exclusively on the opentelemetry one instead, fixing out-of-parent spans ([#595](https://github.com/langwatch/langwatch/issues/595)) ([ee41980](https://github.com/langwatch/langwatch/commit/ee41980453f380a4d2954970a6aed2061ebae9c8))
|
|
36
|
+
* helm improvements ([#450](https://github.com/langwatch/langwatch/issues/450)) ([d0a7da2](https://github.com/langwatch/langwatch/commit/d0a7da240b3a792fb2ae4e4465cd87d0388cb916))
|
|
37
|
+
* import `get_current_span` from the correct location in litellm autotrack ([#542](https://github.com/langwatch/langwatch/issues/542)) ([082869d](https://github.com/langwatch/langwatch/commit/082869d50c6f97fe9ffcf83eb097dad67e4c1900))
|
|
38
|
+
* missing attributes on trace ([#646](https://github.com/langwatch/langwatch/issues/646)) ([ac7ea8b](https://github.com/langwatch/langwatch/commit/ac7ea8b36ce903027fa5ea1970530f2420caec18))
|
|
39
|
+
* multithread tracing on python-sdk ([#411](https://github.com/langwatch/langwatch/issues/411)) ([4be3c19](https://github.com/langwatch/langwatch/commit/4be3c197735d4c9624686cd168bdcf15632c2c32))
|
|
40
|
+
* only trace if tracing is enabled ([3bfd454](https://github.com/langwatch/langwatch/commit/3bfd4542b6811bde92031f289db646e502e0ab85))
|
|
41
|
+
* prep for python-sdk@0.2.0rc5 ([#292](https://github.com/langwatch/langwatch/issues/292)) ([d380fcd](https://github.com/langwatch/langwatch/commit/d380fcd3d6e67259f39ee479beaad9f12d36ac3d))
|
|
42
|
+
* preparing python sdk rc3 ([#255](https://github.com/langwatch/langwatch/issues/255)) ([4f9a5db](https://github.com/langwatch/langwatch/commit/4f9a5dbdefc696168508be6c45701bc1761e98c4))
|
|
43
|
+
* processing json schema with enums on the studio and dspy lazy import ([#435](https://github.com/langwatch/langwatch/issues/435)) ([9fc6e1e](https://github.com/langwatch/langwatch/commit/9fc6e1e9af7de970b8b2d234012de326fd7727e8))
|
|
44
|
+
* python sdk preparation for rc3-pt2 ([#258](https://github.com/langwatch/langwatch/issues/258)) ([493bd77](https://github.com/langwatch/langwatch/commit/493bd77129a0624c963152a40e4194a1b0e777d1))
|
|
45
|
+
* python-sdk instrumentation no need to set current span as parent as that the default ([231c8a1](https://github.com/langwatch/langwatch/commit/231c8a15a77423f395bf254d8ba0e16a75ede807))
|
|
46
|
+
* remove dspy and litellm from being mandatory dependencies and update strands version ([#578](https://github.com/langwatch/langwatch/issues/578)) ([0af71f8](https://github.com/langwatch/langwatch/commit/0af71f89b64cde5a5dfbc6384a39784198f21a9e))
|
|
47
|
+
* replace nanoid with pksuid and remove it from openai tracer ([b4116d7](https://github.com/langwatch/langwatch/commit/b4116d704592e7e92ceee7e6a75b05b69e7596e3))
|
|
48
|
+
* set do_not_trace for custom evals and add a mutable way to disable sending at runtime, fixing problem of reused runtimes and infinite loops in a real time eval evaluating itself and tracing ([f7d3a9f](https://github.com/langwatch/langwatch/commit/f7d3a9fde30d95efb8341c895539dff6b722c688))
|
|
49
|
+
* set the api key properly on every event ([#419](https://github.com/langwatch/langwatch/issues/419)) ([b98b560](https://github.com/langwatch/langwatch/commit/b98b56098632b9c4f89980b37280a12d2e219977))
|
|
50
|
+
* simplify truncation logic ([2e65ca2](https://github.com/langwatch/langwatch/commit/2e65ca2cf1dbcdf656791827f577fd5d1f44902a))
|
|
51
|
+
* skip auto setup without api key ([#609](https://github.com/langwatch/langwatch/issues/609)) ([1753982](https://github.com/langwatch/langwatch/commit/1753982a8d62a48d6ead55246262acfacd4cecdc))
|
|
52
|
+
* span merging ([#615](https://github.com/langwatch/langwatch/issues/615)) ([e92eed0](https://github.com/langwatch/langwatch/commit/e92eed0d2fa146d4f7e53fb3ff8c416b3c7c5fa4))
|
|
53
|
+
* truncate and an utf-8 safer maner to ensure byte size limits ([3549421](https://github.com/langwatch/langwatch/commit/3549421c40c0e69de3fbdc33d45a372c8938d9fe))
|
|
54
|
+
* update nlp with latest python sdk ([#408](https://github.com/langwatch/langwatch/issues/408)) ([c0b64d1](https://github.com/langwatch/langwatch/commit/c0b64d185fa0669ea3985dc603b964584fa65fd4))
|
|
55
|
+
* update the metadata when multiple get_current_trace().update happens instead of replacing it ([13b6921](https://github.com/langwatch/langwatch/commit/13b692103db0b24b3c769998b156dcc87ebb92f1))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Miscellaneous
|
|
59
|
+
|
|
60
|
+
* add google adk example ([#564](https://github.com/langwatch/langwatch/issues/564)) ([8165344](https://github.com/langwatch/langwatch/commit/8165344de410e0474ef9474b1b49f16033ed7e60))
|
|
61
|
+
* added more tests for client ([#418](https://github.com/langwatch/langwatch/issues/418)) ([e7b067b](https://github.com/langwatch/langwatch/commit/e7b067b9bf735f7feaf7f66fe4d6b27b3171243d))
|
|
62
|
+
* bump to v0.2.3 ([f648f4d](https://github.com/langwatch/langwatch/commit/f648f4dcbdb1cd87369d90e6ab756e652ab03e1e))
|
|
63
|
+
* metadata tests to catch regressions in the python sdk ([#452](https://github.com/langwatch/langwatch/issues/452)) ([ab32758](https://github.com/langwatch/langwatch/commit/ab327585e9782a0bfe0a324d1356c0e39c0e11fe))
|
|
64
|
+
* python sdk setup/trace improvements, and strands example update ([#581](https://github.com/langwatch/langwatch/issues/581)) ([95c1833](https://github.com/langwatch/langwatch/commit/95c18339e3228482c2e9d90babdd9828dc21250e))
|
|
65
|
+
* release main ([#639](https://github.com/langwatch/langwatch/issues/639)) ([662b654](https://github.com/langwatch/langwatch/commit/662b654e522b3453628b883a7009b3bf95ef8645))
|
|
66
|
+
* release main ([#644](https://github.com/langwatch/langwatch/issues/644)) ([702e5d1](https://github.com/langwatch/langwatch/commit/702e5d1120a635537e6e2d4c6817156debe366fb))
|
|
67
|
+
* update python sdk to support Python 3.13 ([#557](https://github.com/langwatch/langwatch/issues/557)) ([d982a80](https://github.com/langwatch/langwatch/commit/d982a807be867df52c75aadaa2fb479b81d794d4))
|
|
68
|
+
* update python version ([#552](https://github.com/langwatch/langwatch/issues/552)) ([14a2ea6](https://github.com/langwatch/langwatch/commit/14a2ea61297c1a690c8f1d4dbf31c31547bea41c))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Documentation
|
|
72
|
+
|
|
73
|
+
* add pdf parsing evaluation example ([0e5bd93](https://github.com/langwatch/langwatch/commit/0e5bd93735c4a5ee815d54962955aa75e3bb996b))
|
|
74
|
+
* update offline evaluation example with an image ([509f00b](https://github.com/langwatch/langwatch/commit/509f00b297f4356e2598cacfc1741f030f99dacf))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Code Refactoring
|
|
78
|
+
|
|
79
|
+
* improved type safety and SRP services ([#611](https://github.com/langwatch/langwatch/issues/611)) ([1270e4b](https://github.com/langwatch/langwatch/commit/1270e4b1ef3447d65d2d0fb9b5264a3d5a727547))
|
|
80
|
+
* split collector and processor helathchecks endpoints ([#399](https://github.com/langwatch/langwatch/issues/399)) ([0eefbe5](https://github.com/langwatch/langwatch/commit/0eefbe52aa56dea45d3f8526d120f0f7c3c53843))
|
|
81
|
+
|
|
82
|
+
## [0.3.1](https://github.com/langwatch/langwatch/compare/python-sdk@v0.3.0...python-sdk@v0.3.1) (2025-09-19)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* missing attributes on trace ([#646](https://github.com/langwatch/langwatch/issues/646)) ([ac7ea8b](https://github.com/langwatch/langwatch/commit/ac7ea8b36ce903027fa5ea1970530f2420caec18))
|
|
88
|
+
|
|
89
|
+
## [0.3.0](https://github.com/langwatch/langwatch/compare/python-sdk@0.2.19...python-sdk@v0.3.0) (2025-09-18)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Features
|
|
93
|
+
|
|
94
|
+
* bump it all from gpt-4o-mini to gpt-5 ([e2fb8bb](https://github.com/langwatch/langwatch/commit/e2fb8bb95048807b4a9d5713d41e6559e72da012))
|
|
95
|
+
* guaranteed availability python ([#633](https://github.com/langwatch/langwatch/issues/633)) ([1818542](https://github.com/langwatch/langwatch/commit/1818542bdacced509a66465c5641f33572fafe3c))
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Bug Fixes
|
|
99
|
+
|
|
100
|
+
* simplify truncation logic ([2e65ca2](https://github.com/langwatch/langwatch/commit/2e65ca2cf1dbcdf656791827f577fd5d1f44902a))
|
|
101
|
+
* span merging ([#615](https://github.com/langwatch/langwatch/issues/615)) ([e92eed0](https://github.com/langwatch/langwatch/commit/e92eed0d2fa146d4f7e53fb3ff8c416b3c7c5fa4))
|
|
102
|
+
* truncate and an utf-8 safer maner to ensure byte size limits ([3549421](https://github.com/langwatch/langwatch/commit/3549421c40c0e69de3fbdc33d45a372c8938d9fe))
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Code Refactoring
|
|
106
|
+
|
|
107
|
+
* improved type safety and SRP services ([#611](https://github.com/langwatch/langwatch/issues/611)) ([1270e4b](https://github.com/langwatch/langwatch/commit/1270e4b1ef3447d65d2d0fb9b5264a3d5a727547))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langwatch
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: LangWatch Python SDK, for monitoring your LLMs
|
|
5
5
|
Author-email: Langwatch Engineers <engineering@langwatch.ai>
|
|
6
6
|
License: MIT
|
|
@@ -31,6 +31,7 @@ Requires-Dist: opentelemetry-sdk>=1.32.1
|
|
|
31
31
|
Requires-Dist: pksuid>=1.1.2
|
|
32
32
|
Requires-Dist: pydantic>=2
|
|
33
33
|
Requires-Dist: python-liquid>=2.0.2
|
|
34
|
+
Requires-Dist: pyyaml>=6.0.2
|
|
34
35
|
Requires-Dist: retry>=0.9.2
|
|
35
36
|
Requires-Dist: termcolor>=3.0.1
|
|
36
37
|
Provides-Extra: dev
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "langwatch"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.4.1" # 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"
|
|
@@ -39,6 +39,7 @@ dependencies = [
|
|
|
39
39
|
"pydantic>=2",
|
|
40
40
|
"attrs>=24",
|
|
41
41
|
"pksuid>=1.1.2",
|
|
42
|
+
"pyyaml>=6.0.2",
|
|
42
43
|
]
|
|
43
44
|
|
|
44
45
|
[project.optional-dependencies]
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from functools import wraps
|
|
2
2
|
from opentelemetry import trace
|
|
3
|
-
from
|
|
3
|
+
from opentelemetry.trace import Span
|
|
4
|
+
from typing import TYPE_CHECKING, TypeVar, Callable, Any, Optional, Union, Dict
|
|
4
5
|
import json
|
|
5
6
|
|
|
6
7
|
from langwatch.attributes import AttributeKey
|
|
@@ -11,9 +12,37 @@ if TYPE_CHECKING:
|
|
|
11
12
|
T = TypeVar("T", bound="Prompt")
|
|
12
13
|
|
|
13
14
|
|
|
15
|
+
def _set_attribute_if_not_none(
|
|
16
|
+
span: Span, key: str, value: Optional[Union[str, int, float, bool]]
|
|
17
|
+
) -> None:
|
|
18
|
+
"""Set span attribute only if value is not None."""
|
|
19
|
+
if value is not None:
|
|
20
|
+
span.set_attribute(key, value)
|
|
21
|
+
|
|
22
|
+
|
|
14
23
|
class PromptTracing:
|
|
15
24
|
"""Namespace for Prompt method tracing decorators"""
|
|
16
25
|
|
|
26
|
+
@staticmethod
|
|
27
|
+
def _set_prompt_attributes(span: Span, prompt: "Prompt") -> None:
|
|
28
|
+
"""Set prompt-related attributes on the span."""
|
|
29
|
+
_set_attribute_if_not_none(
|
|
30
|
+
span, AttributeKey.LangWatchPromptId, getattr(prompt, "id", None)
|
|
31
|
+
)
|
|
32
|
+
_set_attribute_if_not_none(
|
|
33
|
+
span, AttributeKey.LangWatchPromptHandle, getattr(prompt, "handle", None)
|
|
34
|
+
)
|
|
35
|
+
_set_attribute_if_not_none(
|
|
36
|
+
span,
|
|
37
|
+
AttributeKey.LangWatchPromptVersionId,
|
|
38
|
+
getattr(prompt, "version_id", None),
|
|
39
|
+
)
|
|
40
|
+
_set_attribute_if_not_none(
|
|
41
|
+
span,
|
|
42
|
+
AttributeKey.LangWatchPromptVersionNumber,
|
|
43
|
+
getattr(prompt, "version", None),
|
|
44
|
+
)
|
|
45
|
+
|
|
17
46
|
@staticmethod
|
|
18
47
|
def _create_compile_decorator(
|
|
19
48
|
span_name: str,
|
|
@@ -28,26 +57,15 @@ class PromptTracing:
|
|
|
28
57
|
with trace.get_tracer(__name__).start_as_current_span(
|
|
29
58
|
PromptTracing._create_span_name(span_name)
|
|
30
59
|
) as span:
|
|
31
|
-
# Set
|
|
32
|
-
|
|
33
|
-
{
|
|
34
|
-
AttributeKey.LangWatchPromptId: getattr(self, "id", None),
|
|
35
|
-
AttributeKey.LangWatchPromptHandle: getattr(
|
|
36
|
-
self, "handle", None
|
|
37
|
-
),
|
|
38
|
-
AttributeKey.LangWatchPromptVersionId: getattr(
|
|
39
|
-
self, "version_id", None
|
|
40
|
-
),
|
|
41
|
-
AttributeKey.LangWatchPromptVersionNumber: getattr(
|
|
42
|
-
self, "version", None
|
|
43
|
-
),
|
|
44
|
-
}
|
|
45
|
-
)
|
|
60
|
+
# Set prompt attributes
|
|
61
|
+
PromptTracing._set_prompt_attributes(span, self)
|
|
46
62
|
|
|
47
63
|
# Create variables dict from args and kwargs
|
|
48
|
-
variables_dict:
|
|
49
|
-
if args
|
|
50
|
-
|
|
64
|
+
variables_dict: Dict[str, Any] = {}
|
|
65
|
+
if args:
|
|
66
|
+
first_arg = args[0]
|
|
67
|
+
if first_arg is not None and hasattr(first_arg, "update"):
|
|
68
|
+
variables_dict.update(first_arg)
|
|
51
69
|
variables_dict.update(kwargs)
|
|
52
70
|
|
|
53
71
|
span.set_attribute(
|
|
@@ -88,7 +106,7 @@ class PromptTracing:
|
|
|
88
106
|
@staticmethod
|
|
89
107
|
def _create_span_name(span_name: str) -> str:
|
|
90
108
|
"""Create a span name for the prompt"""
|
|
91
|
-
return "Prompt
|
|
109
|
+
return f"Prompt.{span_name}"
|
|
92
110
|
|
|
93
111
|
|
|
94
112
|
prompt_tracing = PromptTracing()
|
|
@@ -2862,7 +2862,7 @@ wheels = [
|
|
|
2862
2862
|
|
|
2863
2863
|
[[package]]
|
|
2864
2864
|
name = "langwatch"
|
|
2865
|
-
version = "0.
|
|
2865
|
+
version = "0.4.1"
|
|
2866
2866
|
source = { editable = "." }
|
|
2867
2867
|
dependencies = [
|
|
2868
2868
|
{ name = "attrs" },
|
|
@@ -2881,6 +2881,7 @@ dependencies = [
|
|
|
2881
2881
|
{ name = "pksuid" },
|
|
2882
2882
|
{ name = "pydantic" },
|
|
2883
2883
|
{ name = "python-liquid" },
|
|
2884
|
+
{ name = "pyyaml" },
|
|
2884
2885
|
{ name = "retry" },
|
|
2885
2886
|
{ name = "termcolor" },
|
|
2886
2887
|
]
|
|
@@ -2965,6 +2966,7 @@ requires-dist = [
|
|
|
2965
2966
|
{ name = "pytest", marker = "extra == 'tests'", specifier = ">=7.4.2,<8.0.0" },
|
|
2966
2967
|
{ name = "pytest-asyncio", marker = "extra == 'tests'", specifier = ">=0.21.1,<0.22.0" },
|
|
2967
2968
|
{ name = "python-liquid", specifier = ">=2.0.2" },
|
|
2969
|
+
{ name = "pyyaml", specifier = ">=6.0.2" },
|
|
2968
2970
|
{ name = "retry", specifier = ">=0.9.2" },
|
|
2969
2971
|
{ name = "ruff", marker = "extra == 'dev'", specifier = ">=0.11.1" },
|
|
2970
2972
|
{ name = "termcolor", specifier = ">=3.0.1" },
|
langwatch-0.3.1/CHANGELOG.md
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [0.3.1](https://github.com/langwatch/langwatch/compare/python-sdk@v0.3.0...python-sdk@v0.3.1) (2025-09-19)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Bug Fixes
|
|
7
|
-
|
|
8
|
-
* missing attributes on trace ([#646](https://github.com/langwatch/langwatch/issues/646)) ([ac7ea8b](https://github.com/langwatch/langwatch/commit/ac7ea8b36ce903027fa5ea1970530f2420caec18))
|
|
9
|
-
|
|
10
|
-
## [0.3.0](https://github.com/langwatch/langwatch/compare/python-sdk@0.2.19...python-sdk@v0.3.0) (2025-09-18)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Features
|
|
14
|
-
|
|
15
|
-
* bump it all from gpt-4o-mini to gpt-5 ([e2fb8bb](https://github.com/langwatch/langwatch/commit/e2fb8bb95048807b4a9d5713d41e6559e72da012))
|
|
16
|
-
* guaranteed availability python ([#633](https://github.com/langwatch/langwatch/issues/633)) ([1818542](https://github.com/langwatch/langwatch/commit/1818542bdacced509a66465c5641f33572fafe3c))
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Bug Fixes
|
|
20
|
-
|
|
21
|
-
* simplify truncation logic ([2e65ca2](https://github.com/langwatch/langwatch/commit/2e65ca2cf1dbcdf656791827f577fd5d1f44902a))
|
|
22
|
-
* span merging ([#615](https://github.com/langwatch/langwatch/issues/615)) ([e92eed0](https://github.com/langwatch/langwatch/commit/e92eed0d2fa146d4f7e53fb3ff8c416b3c7c5fa4))
|
|
23
|
-
* truncate and an utf-8 safer maner to ensure byte size limits ([3549421](https://github.com/langwatch/langwatch/commit/3549421c40c0e69de3fbdc33d45a372c8938d9fe))
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### Code Refactoring
|
|
27
|
-
|
|
28
|
-
* improved type safety and SRP services ([#611](https://github.com/langwatch/langwatch/issues/611)) ([1270e4b](https://github.com/langwatch/langwatch/commit/1270e4b1ef3447d65d2d0fb9b5264a3d5a727547))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/exporters/filterable_batch_span_exporter.py
RENAMED
|
File without changes
|
{langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/client.py
RENAMED
|
File without changes
|
{langwatch-0.3.1 → langwatch-0.4.1}/src/langwatch/generated/langwatch_rest_api_client/errors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|