Skip to content

Commit 05e1266

Browse files
authored
chore: upgrade langsmith to >=0.8.18 (#352)
* chore: remove temporary seed and DDL extraction files These files (seed_tdml_summaries.py and extracted DDL scripts) were created during development for testing database connectivity and seeding teradataml summaries. They are no longer needed and should not be version-controlled. * chore: upgrade langsmith to >=0.8.18 Add explicit langsmith dependency with minimum version 0.8.18. Updates lock file to 0.9.1, the latest compatible version. * chore: upgrade pydantic-settings to >=2.14.2 Add explicit pydantic-settings dependency with minimum version 2.14.2. Updates lock file to 2.14.2.
1 parent 9a1b522 commit 05e1266

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"pydantic>=2.8.0,<3.0.0",
27+
"pydantic-settings>=2.14.2",
2728
"fastmcp>=3.2.0,<3.4.2",
2829
"mcp[cli]>=1.0.0,<2.0.0",
2930
"teradatasqlalchemy>=20.0.0.0",
3031
"python-dotenv>=1.0.0",
3132
"PyYAML>=6.0.0",
3233
"sqlalchemy>=2.0.0,<3.0.0",
3334
"starlette>=1.3.1",
35+
"langsmith>=0.8.18",
3436
]
3537

3638
[project.optional-dependencies]

uv.lock

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)