Skip to content

Commit a6c2e83

Browse files
Copilotpamelafox
andcommitted
Fix h2 dependency conflict by downgrading to compatible versions
Co-authored-by: pamelafox <[email protected]>
1 parent 6c99758 commit a6c2e83

File tree

1 file changed

+55
-48
lines changed

1 file changed

+55
-48
lines changed

src/requirements.txt

Lines changed: 55 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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 pyproject.toml
66
#
77
aiofiles==24.1.0
88
# via quart
9-
aiohappyeyeballs==2.4.3
9+
aiohappyeyeballs==2.6.1
1010
# via aiohttp
11-
aiohttp==3.10.11
11+
aiohttp==3.12.14
1212
# via quartapp (pyproject.toml)
13-
aiosignal==1.3.1
13+
aiosignal==1.4.0
1414
# via aiohttp
1515
annotated-types==0.7.0
1616
# via pydantic
17-
anyio==4.6.0
17+
anyio==4.9.0
1818
# via
1919
# httpx
2020
# openai
2121
# watchfiles
22-
attrs==24.2.0
22+
attrs==25.3.0
2323
# via aiohttp
24-
azure-core==1.31.0
24+
azure-core==1.35.0
2525
# via azure-identity
26-
azure-identity==1.19.0
26+
azure-identity==1.23.1
2727
# via quartapp (pyproject.toml)
2828
blinker==1.9.0
2929
# via
@@ -38,45 +38,45 @@ cffi==1.17.1
3838
# via cryptography
3939
charset-normalizer==3.4.2
4040
# via requests
41-
click==8.1.7
41+
click==8.2.1
4242
# via
4343
# flask
4444
# quart
4545
# uvicorn
46-
cryptography==44.0.1
46+
cryptography==45.0.5
4747
# via
4848
# azure-identity
4949
# msal
5050
# pyjwt
5151
distro==1.9.0
5252
# via openai
53-
flask==3.0.3
53+
flask==3.1.1
5454
# via quart
55-
frozenlist==1.5.0
55+
frozenlist==1.7.0
5656
# via
5757
# aiohttp
5858
# aiosignal
5959
gunicorn==23.0.0
6060
# via quartapp (pyproject.toml)
61-
h11==0.16.0
62-
# via
63-
# httpcore
64-
# hypercorn
65-
# uvicorn
66-
# wsproto
61+
h11==0.16.0
62+
# via
63+
# httpcore
64+
# hypercorn
65+
# uvicorn
66+
# wsproto
6767
h2==4.1.0
6868
# via hypercorn
6969
hpack==4.1.0
70-
# via h2
71-
httpcore==1.0.9
70+
# via h2
71+
httpcore==1.0.9
7272
# via httpx
7373
httptools==0.6.4
7474
# via quartapp (pyproject.toml)
75-
httpx==0.27.0
75+
httpx==0.28.1
7676
# via openai
7777
hypercorn==0.17.3
7878
# via quart
79-
hyperframe==6.0.1
79+
hyperframe==6.0.1
8080
# via h2
8181
idna==3.10
8282
# via
@@ -92,42 +92,45 @@ jinja2==3.1.6
9292
# via
9393
# flask
9494
# quart
95-
jiter==0.8.2
95+
jiter==0.10.0
9696
# via openai
97-
markupsafe==3.0.1
97+
markupsafe==3.0.2
9898
# via
99+
# flask
99100
# jinja2
100101
# quart
101102
# werkzeug
102-
msal==1.31.0
103+
msal==1.33.0
103104
# via
104105
# azure-identity
105106
# msal-extensions
106-
msal-extensions==1.2.0
107+
msal-extensions==1.3.1
107108
# via azure-identity
108-
multidict==6.1.0
109+
multidict==6.6.3
109110
# via
110111
# aiohttp
111112
# yarl
112113
openai==1.97.1
113114
# via quartapp (pyproject.toml)
114115
packaging==25.0
115116
# via gunicorn
116-
portalocker==2.10.1
117-
# via msal-extensions
118117
priority==2.0.0
119118
# via hypercorn
120-
propcache==0.2.0
121-
# via yarl
119+
propcache==0.3.2
120+
# via
121+
# aiohttp
122+
# yarl
122123
pycparser==2.22
123124
# via cffi
124-
pydantic==2.11.7
125+
pydantic==2.11.7
125126
# via openai
126-
pydantic-core==2.33.2
127+
pydantic-core==2.33.2
127128
# via pydantic
128-
pyjwt[crypto]==2.9.0
129-
# via msal
130-
python-dotenv==1.0.1
129+
pyjwt[crypto]==2.10.1
130+
# via
131+
# msal
132+
# pyjwt
133+
python-dotenv==1.1.1
131134
# via quartapp (pyproject.toml)
132135
pyyaml==6.0.2
133136
# via quartapp (pyproject.toml)
@@ -137,29 +140,33 @@ requests==2.32.4
137140
# via
138141
# azure-core
139142
# msal
140-
six==1.16.0
143+
six==1.17.0
141144
# via azure-core
142145
sniffio==1.3.1
143146
# via
144147
# anyio
145-
# httpx
146148
# openai
147-
tqdm==4.66.5
149+
tqdm==4.67.1
148150
# via openai
149-
typing-extensions==4.12.2
151+
typing-extensions==4.14.1
150152
# via
153+
# aiosignal
154+
# anyio
151155
# azure-core
152156
# azure-identity
153157
# openai
154158
# pydantic
155159
# pydantic-core
160+
# typing-inspection
161+
typing-inspection==0.4.1
162+
# via pydantic
156163
urllib3==2.5.0
157164
# via requests
158-
uvicorn==0.34.3
165+
uvicorn==0.35.0
159166
# via quartapp (pyproject.toml)
160-
uvloop==0.20.0 ; sys_platform != "win32" and (sys_platform != "cygwin" and platform_python_implementation != "PyPy")
167+
uvloop==0.21.0 ; sys_platform != "win32" and (sys_platform != "cygwin" and platform_python_implementation != "PyPy")
161168
# via quartapp (pyproject.toml)
162-
watchfiles==0.24.0
169+
watchfiles==1.1.0
163170
# via quartapp (pyproject.toml)
164171
werkzeug==3.1.3
165172
# via
@@ -168,5 +175,5 @@ werkzeug==3.1.3
168175
# quartapp (pyproject.toml)
169176
wsproto==1.2.0
170177
# via hypercorn
171-
yarl==1.17.1
178+
yarl==1.20.1
172179
# via aiohttp

0 commit comments

Comments
 (0)