Skip to content

Commit

Permalink
Merge branch 'master' into add_index
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek authored Sep 13, 2021
2 parents 896829f + 476a853 commit 8ff85fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
databases>=0.3.2,<0.5.2
databases>=0.3.2,<0.5.3

pydantic >=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.8.2
sqlalchemy>=1.3.18,<=1.4.23
typing_extensions>=3.7,<3.10.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_packages(package):
python_requires=">=3.6",
data_files=[("", ["LICENSE.md"])],
install_requires=[
"databases>=0.3.2,<0.5.2",
"databases>=0.3.2,<0.5.3",
"pydantic>=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.8.2",
"sqlalchemy>=1.3.18,<=1.4.23",
"typing_extensions>=3.7,<3.10.0.3",
Expand Down

0 comments on commit 8ff85fd

Please sign in to comment.