Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"httpx>=0.27.0",
"rx>=3.2.0",
"python-dateutil>=2.9.0.post0",
"pydantic-settings>=2.9.1",
"pydantic-settings>=2.14.2",
# Pin <0.3 — 0.22.0 imports pandas at module load (via langwatch.evaluation),
# which breaks `test (3.12)` CI since pandas is in the [report] extra not
# installed by default. Reverting an unbounded floor that surfaced on rebase.
Expand Down Expand Up @@ -74,7 +74,7 @@ dev = [
"pytest-cov",
"pre-commit",
"pyright",
"pydantic-ai-slim[openai]>=1.56.0",
"pydantic-ai-slim[openai]>=1.102.0,<2.0.0",
"function-schema",
"pdoc3",
"respx",
Expand Down Expand Up @@ -112,7 +112,7 @@ markers = ["agent_test: marks tests as agent scenario tests"]
[tool.uv]
constraint-dependencies = [
"urllib3>=2.7.0",
"python-liquid>=2.2.0",
"python-liquid>=2.2.1",
"filelock>=3.20.3",
"virtualenv>=20.36.1",
]
Expand All @@ -122,7 +122,7 @@ constraint-dependencies = [
dev = [
"function-schema>=0.4.5",
"pre-commit>=4.2.0",
"pydantic-ai-slim[openai]>=1.56.0",
"pydantic-ai-slim[openai]>=1.102.0,<2.0.0",
"pyright>=1.1.405",
"pytest-asyncio-concurrent>=0.4.1",
"pdoc3>=0.11.6",
Expand Down
Loading
Loading