Skip to content

Commit 1c37b9c

Browse files
committed
Bump ty from 0.0.11 to 0.0.26 to fix false-positive type errors
ty==0.0.11 incorrectly rejects valid openai SDK usage (union type mismatch with EasyInputMessageParam). The newer version resolves this. Co-authored-by: Isaac
1 parent 3f84612 commit 1c37b9c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

databricks_mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dev = [
2020
"typing_extensions==4.15.0",
2121
"databricks-sdk==0.77.0",
2222
"ruff==0.14.10",
23-
"ty==0.0.11",
23+
"ty==0.0.26",
2424
{ include-group = "tests" },
2525
]
2626

integrations/dspy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
[dependency-groups]
1919
dev = [
2020
"ruff==0.14.10",
21-
"ty==0.0.11",
21+
"ty==0.0.26",
2222
{ include-group = "tests" },
2323
]
2424
tests = [

integrations/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ memory = [
3232
dev = [
3333
"typing_extensions==4.15.0",
3434
"ruff==0.14.10",
35-
"ty==0.0.11",
35+
"ty==0.0.26",
3636
{ include-group = "tests" },
3737
]
3838

integrations/llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dev = [
2020
"typing_extensions==4.15.0",
2121
"databricks-sdk==0.77.0",
2222
"ruff==0.14.10",
23-
"ty==0.0.11",
23+
"ty==0.0.26",
2424
{ include-group = "tests" },
2525
]
2626

integrations/openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = [
2929
"typing_extensions==4.15.0",
3030
"databricks-sdk==0.77.0",
3131
"ruff==0.14.10",
32-
"ty==0.0.11",
32+
"ty==0.0.26",
3333
{ include-group = "tests" },
3434
]
3535

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ memory = [
3030
[dependency-groups]
3131
dev = [
3232
"hatch==1.16.2",
33-
"ty==0.0.11",
33+
"ty==0.0.26",
3434
{ include-group = "tests" },
3535
{ include-group = "lint" },
3636
]

0 commit comments

Comments
 (0)