File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ managed = true
5454# version pins are in requirements-dev.lock
5555dev-dependencies = [
5656 " pyright==1.1.399" ,
57- " mypy" ,
57+ " mypy==1.17 " ,
5858 " respx" ,
5959 " pytest" ,
6060 " pytest-asyncio" ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ msal-extensions==1.2.0
105105multidict==6.5.0
106106 # via aiohttp
107107 # via yarl
108- mypy==1.14.1
108+ mypy==1.17.0
109109mypy-extensions==1.0.0
110110 # via mypy
111111nest-asyncio==1.6.0
@@ -125,6 +125,8 @@ pandas==2.2.3
125125 # via openai
126126pandas-stubs==2.1.4.231227
127127 # via openai
128+ pathspec==0.12.1
129+ # via mypy
128130platformdirs==3.11.0
129131 # via virtualenv
130132pluggy==1.5.0
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ propcache==0.3.2
6969 # via yarl
7070pycparser==2.23
7171 # via cffi
72- pydantic==2.11.9
72+ pydantic==2.12.5
7373 # via openai
74- pydantic-core==2.33.2
74+ pydantic-core==2.41.5
7575 # via pydantic
7676python-dateutil==2.9.0.post0
7777 # via pandas
@@ -88,13 +88,14 @@ tqdm==4.66.5
8888 # via openai
8989types-pytz==2024.2.0.20241003
9090 # via pandas-stubs
91- typing-extensions==4.12.2
91+ typing-extensions==4.15.0
92+ # via anyio
9293 # via multidict
9394 # via openai
9495 # via pydantic
9596 # via pydantic-core
9697 # via typing-inspection
97- typing-inspection==0.4.1
98+ typing-inspection==0.4.2
9899 # via pydantic
99100tzdata==2025.2
100101 # via pandas
You can’t perform that action at this time.
0 commit comments