WIP: Add some train searches.

This commit is contained in:
Rob Holland
2025-02-11 16:49:33 +00:00
parent 34924e8008
commit ab47ca206b
11 changed files with 977 additions and 373 deletions

View File

@@ -16,7 +16,7 @@ packages = [
"Bug Tracker" = "https://github.com/temporalio/samples-python/issues"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.10,<4.0"
temporalio = "^1.8.0"
# Standard library modules (e.g. asyncio, collections) don't need to be added
@@ -32,6 +32,8 @@ google-generativeai = "^0.8.4"
anthropic = "^0.45.0"
deepseek = "^1.0.0"
requests = "^2.32.3"
pandas = "^2.2.3"
gtfs-kit = "^10.1.1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.3"