We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6e2c0 commit ae1cbb6Copy full SHA for ae1cbb6
setup.cfg
@@ -53,7 +53,7 @@ ciso8601 =
53
dev =
54
allure-pytest==2.*
55
devtools==0.12.2
56
- mypy==1.*,<1.10.0
+ mypy>=1,<2
57
pre-commit==3.5.0
58
psutil==7.0.0
59
pyfakefs>=4.5.3,<=5.6.0
src/firebolt/client/auth/firebolt_core.py
@@ -65,7 +65,7 @@ def get_firebolt_version(self) -> FireboltAuthVersion:
65
"""
66
return FireboltAuthVersion.CORE
67
68
- def get_new_token_generator(self) -> Generator:
+ def get_new_token_generator(self) -> Generator[Request, Response, None]:
69
"""FireboltCore doesn't need token authentication.
70
71
Yields:
0 commit comments