We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71e83d commit 6135899Copy full SHA for 6135899
2 files changed
twitter_openapi_python/pyproject.toml
@@ -14,7 +14,7 @@ include = ["twitter_openapi_python/py.typed"]
14
python = "^3.7"
15
pydantic = ">=2.6"
16
17
-twitter-openapi-python-generated = "0.0.7"
+twitter-openapi-python-generated = "0.0.9"
18
19
[tool.poetry.dev-dependencies]
20
twitter_openapi_python/setup.py
@@ -3,10 +3,10 @@
3
from setuptools import find_packages, setup
4
5
NAME = "twitter_openapi_python"
6
-VERSION = "0.0.12"
+VERSION = "0.0.13"
7
PYTHON_REQUIRES = ">=3.7"
8
REQUIRES = [
9
- "twitter_openapi_python_generated == 0.0.6",
+ "twitter_openapi_python_generated == 0.0.9",
10
"pydantic >= 2.6",
11
]
12
0 commit comments