Skip to content

Commit

Permalink
#52 - Pin pydantic>=2
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell-Newton committed Jul 7, 2023
1 parent 98cdd36 commit 01067f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tiktokapipy"
version = "0.2.0post1"
version = "0.2.0post2"
authors = [
{ name="Russell Newton", email="[email protected]" },
]
Expand Down Expand Up @@ -32,7 +32,7 @@ classifiers = [

dependencies = [
"playwright~=1.29",
"pydantic",
"pydantic>=2",
"requests",
]

Expand Down

0 comments on commit 01067f8

Please sign in to comment.