new release is out today, fix a very small number of new
issues.
Change-Id: I443c78f3384319d56deb2c9309118ffb750bbf41
creator: _CreatorProtocol[Any],
value_attr: str,
parent: AssociationProxyInstance[Any],
- ) -> _T:
+ ) -> Any:
...
...
def throw(self, *arg: Any) -> Any:
- ...
+ return None
def switch(self, value: Any) -> Any:
- ...
+ return None
def getcurrent() -> greenlet:
...
deps=
greenlet != 0.4.17
importlib_metadata; python_version < '3.8'
- mypy >= 0.971
+ mypy >= 0.981
commands =
mypy ./lib/sqlalchemy
# pyright changes too often with not-exactly-correct errors
pytest-xdist
greenlet != 0.4.17
importlib_metadata; python_version < '3.8'
- mypy
+ mypy >= 0.981
patch==1.*
commands =