File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " twitter_openapi_python"
3- version = " 0.0.39 "
3+ version = " 0.0.40 "
44description = " Twitter OpenAPI"
55authors = [" fa0311 <yuki@yuki0311.com>" ]
66license = " proprietary" # or "AGPL-3.0-only"
@@ -14,6 +14,7 @@ include = ["twitter_openapi_python/py.typed"]
1414python = " ^3.7"
1515pydantic = " >=2.6"
1616urllib3 = " >= 2.1.0 < 3.0.0"
17+ xclienttransaction = " >= 1.0.0 < 2.0.0"
1718
1819twitter-openapi-python-generated = " 0.0.33"
1920
Original file line number Diff line number Diff line change 55from setuptools import find_packages , setup
66
77NAME = "twitter_openapi_python"
8- VERSION = "0.0.39 "
8+ VERSION = "0.0.40 "
99PYTHON_REQUIRES = ">=3.7"
10- REQUIRES = ["twitter_openapi_python_generated == 0.0.33" , "pydantic >= 2.6" , "urllib3 >= 2.1.0, < 3.0.0" ]
10+ REQUIRES = [
11+ "twitter_openapi_python_generated == 0.0.33" ,
12+ "pydantic >= 2.6" ,
13+ "urllib3 >= 2.1.0, < 3.0.0" ,
14+ "xclienttransaction >= 1.0.0, < 2.0.0"
15+ ]
1116GITHUB_RAW_URL = (
1217 "https://raw.githubusercontent.com/fa0311/twitter_openapi_python/refs/heads/master/twitter_openapi_python/"
1318)
You can’t perform that action at this time.
0 commit comments