pydantic-evals 0.7.1__tar.gz → 0.7.2__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.
Potentially problematic release.
This version of pydantic-evals might be problematic. Click here for more details.
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/PKG-INFO +2 -2
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/otel/_context_in_memory_span_exporter.py +1 -1
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/.gitignore +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/LICENSE +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/README.md +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/__init__.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/_utils.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/dataset.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/evaluators/__init__.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/evaluators/_run_evaluator.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/evaluators/common.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/evaluators/context.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/evaluators/evaluator.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/evaluators/llm_as_a_judge.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/evaluators/spec.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/generation.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/otel/__init__.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/otel/_context_subtree.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/otel/_errors.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/otel/span_tree.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/py.typed +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/reporting/__init__.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pydantic_evals/reporting/render_numbers.py +0 -0
- {pydantic_evals-0.7.1 → pydantic_evals-0.7.2}/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pydantic-evals
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Framework for evaluating stochastic code execution, especially code making use of LLMs
|
|
5
5
|
Project-URL: Homepage, https://ai.pydantic.dev/evals
|
|
6
6
|
Project-URL: Source, https://github.com/pydantic/pydantic-ai
|
|
@@ -32,7 +32,7 @@ Requires-Python: >=3.9
|
|
|
32
32
|
Requires-Dist: anyio>=0
|
|
33
33
|
Requires-Dist: eval-type-backport>=0; python_version < '3.11'
|
|
34
34
|
Requires-Dist: logfire-api>=3.14.1
|
|
35
|
-
Requires-Dist: pydantic-ai-slim==0.7.
|
|
35
|
+
Requires-Dist: pydantic-ai-slim==0.7.2
|
|
36
36
|
Requires-Dist: pydantic>=2.10
|
|
37
37
|
Requires-Dist: pyyaml>=6.0.2
|
|
38
38
|
Requires-Dist: rich>=13.9.4
|
|
@@ -109,7 +109,7 @@ class _ContextInMemorySpanExporter(SpanExporter):
|
|
|
109
109
|
|
|
110
110
|
def export(self, spans: typing.Sequence[ReadableSpan]) -> SpanExportResult:
|
|
111
111
|
"""Stores a list of spans in memory."""
|
|
112
|
-
if self._stopped:
|
|
112
|
+
if self._stopped:
|
|
113
113
|
return SpanExportResult.FAILURE
|
|
114
114
|
with self._lock:
|
|
115
115
|
context_id = _EXPORTER_CONTEXT_ID.get()
|
|
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
|