Skip to content

Commit

Permalink
Update setup.py to use the latest generated client (#135)
Browse files Browse the repository at this point in the history
* Update setup.py to use the latest generated client

We upgraded the python client but missed the requirement in setup

* update sdk version

---------

Co-authored-by: dfana <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
t20 and dfana authored Aug 29, 2024
1 parent df252c8 commit 72f3c2a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pinterest/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Pinterest SDK Packages Version
"""
__version__ = '0.2.2'
__version__ = '0.2.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ def _get_prod_version():
"python-dateutil",
"python-dotenv==0.20.0",
"six==1.16.0",
"Pinterest-Generated-Client==0.1.7"
"Pinterest-Generated-Client==0.1.9"
]

long_description = (Path(__file__).parent / "README.md").read_text()

0 comments on commit 72f3c2a

Please sign in to comment.