Skip to content

Commit 726c17b

Browse files
authored
Merge pull request #306 from Azure-Samples/copilot/fix-305
Fix h2 dependency conflict by downgrading to compatible versions
2 parents 71e1a4a + 8c4dae9 commit 726c17b

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

src/requirements.txt

Lines changed: 42 additions & 42 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.12
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.11.18
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,21 +38,21 @@ 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
@@ -64,19 +64,19 @@ h11==0.16.0
6464
# hypercorn
6565
# uvicorn
6666
# wsproto
67-
h2==4.1.0
68-
# via hypercorn
69-
hpack==4.1.0
67+
h2==4.1.0
68+
# via hypercorn
69+
hpack==4.1.0
7070
# via h2
7171
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,32 +92,31 @@ 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
119+
propcache==0.3.2
121120
# via
122121
# aiohttp
123122
# yarl
@@ -127,11 +126,11 @@ pydantic==2.11.7
127126
# via openai
128127
pydantic-core==2.33.2
129128
# via pydantic
130-
pyjwt[crypto]==2.9.0
131-
# via
132-
# msal
133-
# pyjwt
134-
python-dotenv==1.0.1
129+
pyjwt[crypto]==2.10.1
130+
# via
131+
# msal
132+
# pyjwt
133+
python-dotenv==1.1.1
135134
# via quartapp (pyproject.toml)
136135
pyyaml==6.0.2
137136
# via quartapp (pyproject.toml)
@@ -141,17 +140,18 @@ requests==2.32.4
141140
# via
142141
# azure-core
143142
# msal
144-
six==1.16.0
143+
six==1.17.0
145144
# via azure-core
146145
sniffio==1.3.1
147146
# via
148147
# anyio
149-
# httpx
150148
# openai
151-
tqdm==4.66.5
149+
tqdm==4.67.1
152150
# via openai
153-
typing-extensions==4.12.2
151+
typing-extensions==4.14.1
154152
# via
153+
# aiosignal
154+
# anyio
155155
# azure-core
156156
# azure-identity
157157
# openai
@@ -162,11 +162,11 @@ typing-inspection==0.4.1
162162
# via pydantic
163163
urllib3==2.5.0
164164
# via requests
165-
uvicorn==0.34.3
165+
uvicorn==0.35.0
166166
# via quartapp (pyproject.toml)
167-
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")
168168
# via quartapp (pyproject.toml)
169-
watchfiles==0.24.0
169+
watchfiles==1.1.0
170170
# via quartapp (pyproject.toml)
171171
werkzeug==3.1.3
172172
# via
@@ -175,5 +175,5 @@ werkzeug==3.1.3
175175
# quartapp (pyproject.toml)
176176
wsproto==1.2.0
177177
# via hypercorn
178-
yarl==1.17.1
178+
yarl==1.20.1
179179
# via aiohttp

0 commit comments

Comments
 (0)