Skip to content

Commit e0e4766

Browse files
authored
freeze tsc dependency (#248) (#249)
* freeze tsc dependency to 0.25 (cherry picked from commit fc992e4)
1 parent 90a266f commit e0e4766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"types-mock",
5252
"types-requests",
5353
"types-setuptools",
54-
"tableauserverclient>=0.23",
54+
"tableauserverclient==0.25",
5555
"urllib3>=1.24.3,<2.0",
5656
]
5757
[project.optional-dependencies]

0 commit comments

Comments
 (0)