Skip to content

Commit

Permalink
fix: pinned praw to 7.7.1 due to token_manager missing in 7.8.1
Browse files Browse the repository at this point in the history
ver(platform): 2024.10.7
  • Loading branch information
toddrob99 committed Oct 27, 2024
1 parent f4d52e5 commit ac8c52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion redball/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python

VERSION = "2024.10.6"
VERSION = "2024.10.7"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requests
apscheduler
pytz
tzlocal<3
praw
praw<=7.7.1
mlb-statsapi
pyOpenSSL
mako
Expand Down

0 comments on commit ac8c52d

Please sign in to comment.