File tree Expand file tree Collapse file tree 2 files changed +30
-23
lines changed Expand file tree Collapse file tree 2 files changed +30
-23
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies = [
1515 " watchfiles" ,
1616 " openai" ,
1717 " azure-identity" ,
18- " aiohttp" ,
18+ " aiohttp>=3.11.0 " ,
1919 " python-dotenv" ,
2020 " pyyaml"
2121 ]
Original file line number Diff line number Diff line change 1- #
2- # This file is autogenerated by pip-compile with Python 3.11
3- # by the following command:
4- #
5- # pip-compile --output-file=requirements.txt pyproject.toml
1+ #
2+ # This file is autogenerated by pip-compile with Python 3.12
3+ # by the following command:
4+ #
5+ # pip-compile --output-file=requirements.txt pyproject.toml
66#
77aiofiles == 24.1.0
88 # via quart
99aiohappyeyeballs == 2.4.3
1010 # via aiohttp
11- aiohttp == 3.10.11
11+ aiohttp == 3.11.18
1212 # via quartapp (pyproject.toml)
1313aiosignal == 1.3.1
1414 # via aiohttp
@@ -58,21 +58,21 @@ frozenlist==1.5.0
5858 # aiosignal
5959gunicorn == 23.0.0
6060 # via quartapp (pyproject.toml)
61- h11 == 0.16.0
62- # via
63- # httpcore
64- # hypercorn
65- # uvicorn
66- # wsproto
67- h2 == 4.1.0
68- # via hypercorn
69- hpack == 4.1.0
70- # via h2
71- httpcore == 1.0.9
61+ h11 == 0.16.0
62+ # via
63+ # httpcore
64+ # hypercorn
65+ # uvicorn
66+ # wsproto
67+ h2 == 4.1.0
68+ # via hypercorn
69+ hpack == 4.1.0
70+ # via h2
71+ httpcore == 1.0.9
7272 # via httpx
7373httptools == 0.6.4
7474 # via quartapp (pyproject.toml)
75- httpx == 0.27.0
75+ httpx == 0.27.0
7676 # via openai
7777hypercorn == 0.17.3
7878 # via quart
@@ -118,15 +118,19 @@ portalocker==2.10.1
118118priority == 2.0.0
119119 # via hypercorn
120120propcache == 0.2.0
121- # via yarl
121+ # via
122+ # aiohttp
123+ # yarl
122124pycparser == 2.22
123125 # via cffi
124- pydantic == 2.11.7
126+ pydantic == 2.11.7
125127 # via openai
126- pydantic-core == 2.33.2
128+ pydantic-core == 2.33.2
127129 # via pydantic
128130pyjwt [crypto ]== 2.9.0
129- # via msal
131+ # via
132+ # msal
133+ # pyjwt
130134python-dotenv == 1.0.1
131135 # via quartapp (pyproject.toml)
132136pyyaml == 6.0.2
@@ -153,6 +157,9 @@ typing-extensions==4.12.2
153157 # openai
154158 # pydantic
155159 # pydantic-core
160+ # typing-inspection
161+ typing-inspection == 0.4.1
162+ # via pydantic
156163urllib3 == 2.5.0
157164 # via requests
158165uvicorn == 0.34.3
You can’t perform that action at this time.
0 commit comments