Skip to content
Open
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
2 changes: 1 addition & 1 deletion baml_language/integ_tests/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Integration tests for baml_language Python codegen"
requires-python = ">=3.9"
dependencies = [
"baml-py",
"pydantic>=2.0",
"pydantic>=2.13.3",
"pytest",
"pytest-asyncio",
"pytest-timeout",
Expand Down
254 changes: 125 additions & 129 deletions baml_language/integ_tests/python/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integ-tests/python-v1/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = "~=3.8"
dependencies = [
"maturin>=1.8.6",
"pydantic==1",
"pydantic==1.10.13",
"pytest-asyncio>=0.24.0",
"pytest>=8.3.5",
]
162 changes: 97 additions & 65 deletions integ-tests/python-v1/uv.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions integ-tests/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ requires-python = "~=3.9"
readme = "README.md"
dependencies = [
"flask-httpauth>=4.8.0",
"flask>=3.0.3",
"flask>=3.1.3",
"maturin",
"openai>=1.93.0",
"psutil",
"pydantic>=2.10.6",
"pydantic>=2.13.3",
"pytest",
"pytest-asyncio",
"python-dotenv",
Expand All @@ -20,7 +20,7 @@ dependencies = [
"anthropic (>=0.49.0,<0.50.0)",
"google-genai (>=1.5.0,<2.0.0)",
"boto3>=1.37.37",
"pip>=25.1.1",
"pip>=26.0.1",
"pyhamcrest>=2.1.0",
"assertpy>=1.1",
]
Expand Down
Loading
Loading