Skip to content

update python deps #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
#
aiofiles==23.2.1
# via quart
aiohttp==3.9.4
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.11
# via semantic-kernel
aiosignal==1.3.1
# via aiohttp
Expand All @@ -33,7 +35,7 @@ blinker==1.7.0
# via
# flask
# quart
certifi==2024.2.2
certifi==2024.7.4
# via
# httpcore
# httpx
Expand Down Expand Up @@ -93,7 +95,7 @@ httpx==0.27.0
# via openai
hypercorn==0.17.3
# via
# -r src/requirements.in
# -r requirements.in
# quart
hyperframe==6.0.1
# via h2
Expand All @@ -111,7 +113,7 @@ itsdangerous==2.1.2
# via
# flask
# quart
jinja2==3.1.3
jinja2==3.1.5
# via
# flask
# quart
Expand Down Expand Up @@ -141,7 +143,7 @@ markupsafe==2.1.5
more-itertools==10.2.0
# via openapi-core
motor==3.6.0
# via -r src/requirements.in
# via -r requirements.in
msal==1.31.1
# via
# azure-identity
Expand Down Expand Up @@ -191,6 +193,8 @@ prance==23.6.21.0
# via semantic-kernel
priority==2.0.0
# via hypercorn
propcache==0.2.1
# via yarl
pybars4==0.9.13
# via semantic-kernel
pycparser==2.22
Expand All @@ -212,25 +216,25 @@ pymeta3==0.5.1
# via pybars4
pymongo==4.9.2
# via
# -r src/requirements.in
# -r requirements.in
# motor
python-dotenv==1.0.1
# via
# -r src/requirements.in
# -r requirements.in
# pydantic-settings
pyyaml==6.0.1
# via
# jsonschema-path
# jsonschema-spec
quart==0.19.6
# via -r src/requirements.in
quart==0.20.0
# via -r requirements.in
referencing==0.30.2
# via
# jsonschema
# jsonschema-path
# jsonschema-spec
# jsonschema-specifications
requests==2.31.0
requests==2.32.2
# via
# azure-core
# jsonschema-path
Expand All @@ -248,7 +252,7 @@ ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
semantic-kernel==1.18.0
# via -r src/requirements.in
# via -r requirements.in
six==1.16.0
# via
# azure-core
Expand All @@ -264,7 +268,7 @@ taskgroup==0.2.1
# via hypercorn
tomli==2.2.1
# via hypercorn
tqdm==4.66.2
tqdm==4.66.3
# via openai
typing-extensions==4.12.2
# via
Expand All @@ -278,9 +282,9 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# taskgroup
urllib3==2.2.1
urllib3==2.2.2
# via requests
werkzeug==3.0.2
werkzeug==3.0.6
# via
# flask
# openapi-core
Expand All @@ -289,7 +293,7 @@ wrapt==1.17.0
# via deprecated
wsproto==1.2.0
# via hypercorn
yarl==1.9.4
yarl==1.18.3
# via aiohttp
zipp==3.21.0
# via importlib-metadata
Loading