1 Commits

Author SHA1 Message Date
Tristan Lee
6369e9579a used updated Playwright error module in import 2023-12-08 05:13:03 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ from tenacity import (
TryAgain,
wait_exponential,
)
from playwright._impl._api_types import Error
from playwright._impl._errors import Error
from TikTokApi import TikTokApi

View File

@@ -2,7 +2,7 @@ _MAJOR = "2"
_MINOR = "0"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "2"
_PATCH = "3"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""