Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions requirements/unit-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ grpc-interceptor[testing]
httpx
litellm>=1.83.14; python_version < '3.14'
nest-asyncio # for executor testing
# The vendored data-stream protocol types in src/phoenix/db/types are at
# pydantic-ai 2.33 parity; test_data_stream_protocol_compatibility fails on
# newer releases. Re-sync the vendored types before lifting this cap.
pydantic-ai-slim<2.34
numpy
pandas-stubs==2.0.3.230814
pandas>=1.0
Expand Down
Loading