Skip to content

Commit 0c70b89

Browse files
committed
Update dependencies
1 parent 903e171 commit 0c70b89

File tree

3 files changed

+276
-241
lines changed

3 files changed

+276
-241
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Finally, the LLM can generate SQL queries based on the data contracts data model
2424

2525
![](docs/architecture.svg)
2626

27-
2827
Steps:
2928
1. **Discovery:** Find relevant data products for task in the data product marketplace
3029
2. **Governance:** Check and request access to data products

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
88
"httpx>=0.28.1",
9-
"mcp[cli]>=1.12.0",
10-
"PyYAML>=6.0",
9+
"mcp[cli]>=1.13.0",
10+
"PyYAML>=6.0.2",
1111
"python-dotenv>=1.1.1",
12-
"pydantic>=2.0.0",
12+
"pydantic>=2.11.7",
1313
"snowflake-connector-python>=3.0.0",
1414
"databricks-sql-connector>=3.0.0",
1515
"databricks-sdk>=0.59.0",
16-
"google-cloud-bigquery>=3.35.0",
16+
"google-cloud-bigquery>=3.36.0",
1717
]
1818

1919
[project.optional-dependencies]
2020
dev = [
21-
"pytest>=7.0.0",
22-
"pytest-asyncio>=0.21.0",
21+
"pytest>=8.4.1",
22+
"pytest-asyncio>=1.1.0",
2323
]
2424

2525
[project.scripts]

0 commit comments

Comments
 (0)