-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from RhetTbull/bug_ventura_account_26
Bug ventura account 26
- Loading branch information
Showing
9 changed files
with
1,078 additions
and
992 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
""" version info """ | ||
|
||
__version__ = "0.5.1" | ||
__version__ = "0.5.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "macnotesapp" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
description = "Work with Apple MacOS Notes.app from the command line. Also includes python interface for scripting Notes.app from your own python code." | ||
authors = ["Rhet Turnbull <[email protected]>"] | ||
license = "MIT License" | ||
|
@@ -10,7 +10,7 @@ repository = "https://github.com/RhetTbull/macnotesapp" | |
keywords = ["cli", "mac", "macos"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
python = ">=3.9,<3.12" # pyinstaller requires python < 3.12 | ||
py-applescript = "^1.0.3" | ||
click = "^8.1.2" | ||
rich = "^12.4.4" | ||
|
@@ -21,7 +21,6 @@ wheel = "^0.37.1" | |
readability-lxml = "^0.8.1" | ||
requests = "^2.28.1" | ||
validators = "^0.20.0" | ||
textual = "^0.8.1" | ||
markdownify = "^0.11.6" | ||
pyobjc-framework-ScriptingBridge = "^9.0.1" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.