Skip to content

Commit 3a376f9

Browse files
authored
Bump version and dependencies (#129)
1 parent d6cf578 commit 3a376f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def find_stub_files():
4242

4343

4444
setup(name='sqlalchemy-stubs',
45-
version='0.2',
45+
version='0.3',
4646
description=description,
4747
long_description=install_instructions,
4848
long_description_content_type='text/markdown',
@@ -52,8 +52,8 @@ def find_stub_files():
5252
url="https://github.com/dropbox/sqlalchemy-stubs",
5353
py_modules=['sqlmypy', 'sqltyping'],
5454
install_requires=[
55-
'mypy>=0.660',
56-
'typing-extensions>=3.6.5'
55+
'mypy>=0.720',
56+
'typing-extensions>=3.7.4'
5757
],
5858
packages=['sqlalchemy-stubs'],
5959
package_data={'sqlalchemy-stubs': find_stub_files()},

0 commit comments

Comments
 (0)