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 2b74be9 commit 8495c22Copy full SHA for 8495c22
setup.py
@@ -42,7 +42,7 @@ def find_stub_files():
42
43
44
setup(name='sqlalchemy-stubs',
45
- version='0.3',
+ version='0.4',
46
description=description,
47
long_description=install_instructions,
48
long_description_content_type='text/markdown',
@@ -52,7 +52,7 @@ def find_stub_files():
52
url="https://github.com/dropbox/sqlalchemy-stubs",
53
py_modules=['sqlmypy', 'sqltyping'],
54
install_requires=[
55
- 'mypy>=0.720',
+ 'mypy>=0.790',
56
'typing-extensions>=3.7.4'
57
],
58
packages=['sqlalchemy-stubs'],
0 commit comments