Skip to content

Commit

Permalink
Update to version 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdholtz committed Mar 5, 2024
1 parent 60e6f77 commit 32cdbed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ When upgrading to a new version, make sure to follow the directions under the "U
If there is no "Upgrading" header for that version, no post-upgrade actions need to be performed.


## Upcoming
## 7.3 (2024-03-04)
**Note**: It seems that Southwest has been refactoring their API, so updating to this
version is necessary for the script to adapt to these changes (and expect more potential issues!).

**Note 2**: Due to [#230](https://github.com/jdholtz/auto-southwest-check-in/issues/230) and
[#201](https://github.com/jdholtz/auto-southwest-check-in/issues/201), you may still run into issues when
running this script in Docker (although, some people have ran into this issue outside of Docker as well).

### New Features
- An official ARMv7 Docker image is now supported ([#77](https://github.com/jdholtz/auto-southwest-check-in/issues/77))
- Healthchecks.io integration is added to monitor for successes and failures during fare checking
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apprise==1.7.2
apprise==1.7.3
pytz==2024.1 # Remove when this script only supports Python 3.9+
requests==2.31.0
seleniumbase==4.23.4
seleniumbase==4.24.3
2 changes: 1 addition & 1 deletion southwest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
from typing import List

__version__ = "v7.2"
__version__ = "v7.3"

__doc__ = """
Schedule a check-in:
Expand Down

0 comments on commit 32cdbed

Please sign in to comment.