Skip to content

Commit 0dff80f

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#1158)
1 parent d73518c commit 0dff80f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dev-dependencies = [
5858
"nox",
5959
"dirty-equals>=0.6.0",
6060
"importlib-metadata>=6.7.0",
61+
"rich>=13.7.1",
6162

6263
]
6364

requirements-dev.lock

+7
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ idna==3.4
4444
importlib-metadata==7.0.0
4545
iniconfig==2.0.0
4646
# via pytest
47+
markdown-it-py==3.0.0
48+
# via rich
49+
mdurl==0.1.2
50+
# via markdown-it-py
4751
mypy==1.7.1
4852
mypy-extensions==1.0.0
4953
# via mypy
@@ -63,6 +67,8 @@ pydantic==2.7.1
6367
# via cloudflare
6468
pydantic-core==2.18.2
6569
# via pydantic
70+
pygments==2.18.0
71+
# via rich
6672
pyright==1.1.364
6773
pytest==7.1.1
6874
# via pytest-asyncio
@@ -72,6 +78,7 @@ python-dateutil==2.8.2
7278
pytz==2023.3.post1
7379
# via dirty-equals
7480
respx==0.20.2
81+
rich==13.7.1
7582
ruff==0.1.9
7683
setuptools==68.2.2
7784
# via nodeenv

0 commit comments

Comments
 (0)