You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please do not use Flask-SQLAlchemy or any other third-party extensions or dependencies in test cases. The test case must illustrate the problem without using any third party SQLAlchemy extensions. Otherwise, please report the bug to those projects first.
# Insert code here
Error
# Copy error here. Please include the full stack trace.
Versions.
OS: ubuntu 20.04 lts
Python: 3.9.4
SQLAlchemy:
mypy: 1.4.29
SQLAlchemy2-stubs: 0.0.2a20
Additional context
Have a nice day!
The text was updated successfully, but these errors were encountered:
Describe the bug
mypy gives me,
has no attribute "any"
above error on column "User.addresses" attribute. also, "has" vise versa
Expected behavior
No errors
To Reproduce
Please try to provide a Minimal, Complete, and Verifiable example.
See also Reporting Bugs on the website, and some example issues.
see below example on document
https://docs.sqlalchemy.org/en/14/tutorial/orm_related_objects.html#exists-forms-has-any
Please do not use Flask-SQLAlchemy or any other third-party extensions or dependencies in test cases. The test case must illustrate the problem without using any third party SQLAlchemy extensions. Otherwise, please report the bug to those projects first.
# Insert code here
Error
Versions.
Additional context
Have a nice day!
The text was updated successfully, but these errors were encountered: