Skip to content

Commit

Permalink
Merge pull request #30 from oliv10/renovate/fastapi-0.x
Browse files Browse the repository at this point in the history
Update dependency fastapi to ~=0.115.0
  • Loading branch information
renovate[bot] authored Sep 17, 2024
2 parents e55c00d + 054026a commit b0524c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
version='0.1.0',
packages=find_packages(),
install_requires=[
'fastapi~=0.114.0',
'fastapi~=0.115.0',
'PyJWT~=2.9.0',
'redis~=5.0.7',
'passlib~=1.7.4'
Expand Down

0 comments on commit b0524c6

Please sign in to comment.