Skip to content

Commit

Permalink
Update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Dec 18, 2024
1 parent f825835 commit f912283
Showing 1 changed file with 31 additions and 29 deletions.
60 changes: 31 additions & 29 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
#
aiofiles==24.1.0
# via quart
aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.10
aiohttp==3.11.10
# via quartapp (pyproject.toml)
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
anyio==4.7.0
# via
# httpx
# openai
# watchfiles
attrs==24.2.0
attrs==24.3.0
# via aiohttp
azure-core==1.32.0
# via azure-identity
azure-identity==1.19.0
# via quartapp (pyproject.toml)
blinker==1.8.2
blinker==1.9.0
# via
# flask
# quart
certifi==2024.8.30
certifi==2024.12.14
# via
# httpcore
# httpx
Expand All @@ -43,14 +43,14 @@ click==8.1.7
# flask
# quart
# uvicorn
cryptography==43.0.3
cryptography==44.0.0
# via
# azure-identity
# msal
# pyjwt
distro==1.9.0
# via openai
flask==3.0.3
flask==3.1.0
# via quart
frozenlist==1.5.0
# via
Expand All @@ -68,11 +68,11 @@ h2==4.1.0
# via hypercorn
hpack==4.0.0
# via h2
httpcore==1.0.6
httpcore==1.0.7
# via httpx
httptools==0.6.4
# via uvicorn
httpx==0.27.2
httpx==0.28.1
# via openai
hypercorn==0.17.3
# via quart
Expand All @@ -92,14 +92,14 @@ jinja2==3.1.4
# via
# flask
# quart
jiter==0.7.0
jiter==0.8.2
# via openai
markupsafe==3.0.2
# via
# jinja2
# quart
# werkzeug
msal==1.31.0
msal==1.31.1
# via
# azure-identity
# msal-extensions
Expand All @@ -109,23 +109,25 @@ multidict==6.1.0
# via
# aiohttp
# yarl
openai==1.54.3
openai==1.58.1
# via quartapp (pyproject.toml)
packaging==24.1
packaging==24.2
# via gunicorn
portalocker==2.10.1
# via msal-extensions
priority==2.0.0
# via hypercorn
propcache==0.2.0
# via yarl
propcache==0.2.1
# via
# aiohttp
# yarl
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.4
# via openai
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# msal
# pyjwt
Expand All @@ -137,44 +139,44 @@ pyyaml==6.0.2
# via
# quartapp (pyproject.toml)
# uvicorn
quart==0.19.8
quart==0.19.9
# via quartapp (pyproject.toml)
requests==2.32.3
# via
# azure-core
# msal
six==1.16.0
six==1.17.0
# via azure-core
sniffio==1.3.1
# via
# anyio
# httpx
# openai
tqdm==4.67.0
tqdm==4.67.1
# via openai
typing-extensions==4.12.2
# via
# anyio
# azure-core
# azure-identity
# openai
# pydantic
# pydantic-core
urllib3==2.2.3
# via requests
uvicorn[standard]==0.32.0
uvicorn[standard]==0.34.0
# via quartapp (pyproject.toml)
uvloop==0.21.0
# via uvicorn
watchfiles==0.24.0
watchfiles==1.0.3
# via uvicorn
websockets==13.1
websockets==14.1
# via uvicorn
werkzeug==3.1.2
werkzeug==3.1.3
# via
# flask
# quart
# quartapp (pyproject.toml)
wsproto==1.2.0
# via hypercorn
yarl==1.17.1
yarl==1.18.3
# via aiohttp

0 comments on commit f912283

Please sign in to comment.