Skip to content

Bump the python-requirements group across 1 directory with 4 updates #62

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
semantic-kernel==1.18.0
semantic-kernel==1.26.1
pymongo
motor
python-dotenv
Expand Down
59 changes: 45 additions & 14 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.11
# via semantic-kernel
aioice==0.9.0
# via aiortc
aiortc==1.11.0
# via semantic-kernel
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
Expand All @@ -27,6 +31,8 @@ attrs==23.2.0
# aiohttp
# jsonschema
# referencing
av==14.2.0
# via aiortc
azure-core==1.32.0
# via azure-identity
azure-identity==1.19.0
Expand All @@ -41,7 +47,10 @@ certifi==2024.7.4
# httpx
# requests
cffi==1.17.1
# via cryptography
# via
# aiortc
# cryptography
# pylibsrtp
chardet==5.2.0
# via prance
charset-normalizer==3.3.2
Expand All @@ -54,9 +63,11 @@ cloudevents==1.11.0
# via semantic-kernel
cryptography==44.0.0
# via
# aiortc
# azure-identity
# msal
# pyjwt
# pyopenssl
defusedxml==0.7.1
# via semantic-kernel
deprecated==1.2.15
Expand All @@ -68,7 +79,9 @@ deprecation==2.1.0
distro==1.9.0
# via openai
dnspython==2.7.0
# via pymongo
# via
# aioice
# pymongo
exceptiongroup==1.2.2
# via
# anyio
Expand All @@ -80,6 +93,8 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
google-crc32c==1.7.1
# via aiortc
h11==0.14.0
# via
# httpcore
Expand All @@ -95,7 +110,7 @@ httpx==0.27.0
# via openai
hypercorn==0.17.3
# via
# -r requirements.in
# -r src/requirements.in
# quart
hyperframe==6.0.1
# via h2
Expand All @@ -105,6 +120,8 @@ idna==3.7
# httpx
# requests
# yarl
ifaddr==0.2.0
# via aioice
importlib-metadata==8.5.0
# via opentelemetry-api
isodate==0.6.1
Expand Down Expand Up @@ -142,8 +159,8 @@ markupsafe==2.1.5
# werkzeug
more-itertools==10.2.0
# via openapi-core
motor==3.6.0
# via -r requirements.in
motor==3.7.0
# via -r src/requirements.in
msal==1.31.1
# via
# azure-identity
Expand All @@ -157,8 +174,10 @@ multidict==6.0.5
nest-asyncio==1.6.0
# via semantic-kernel
numpy==1.26.4
# via semantic-kernel
openai==1.58.1
# via
# scipy
# semantic-kernel
openai==1.69.0
# via semantic-kernel
openapi-core==0.18.2
# via semantic-kernel
Expand Down Expand Up @@ -208,26 +227,32 @@ pydantic-core==2.18.1
# via pydantic
pydantic-settings==2.2.1
# via semantic-kernel
pyee==13.0.0
# via aiortc
pyjwt[crypto]==2.10.1
# via
# msal
# pyjwt
pylibsrtp==0.11.0
# via aiortc
pymeta3==0.5.1
# via pybars4
pymongo==4.9.2
pymongo==4.11.3
# via
# -r requirements.in
# -r src/requirements.in
# motor
python-dotenv==1.0.1
pyopenssl==25.0.0
# via aiortc
python-dotenv==1.1.0
# via
# -r requirements.in
# -r src/requirements.in
# pydantic-settings
pyyaml==6.0.1
# via
# jsonschema-path
# jsonschema-spec
quart==0.20.0
# via -r requirements.in
# via -r src/requirements.in
referencing==0.30.2
# via
# jsonschema
Expand All @@ -251,8 +276,10 @@ ruamel-yaml==0.18.6
# via prance
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
semantic-kernel==1.18.0
# via -r requirements.in
scipy==1.15.2
# via semantic-kernel
semantic-kernel==1.26.1
# via -r src/requirements.in
six==1.16.0
# via
# azure-core
Expand Down Expand Up @@ -281,9 +308,13 @@ typing-extensions==4.12.2
# opentelemetry-sdk
# pydantic
# pydantic-core
# pyee
# pyopenssl
# taskgroup
urllib3==2.2.2
# via requests
websockets==14.2
# via semantic-kernel
werkzeug==3.0.6
# via
# flask
Expand Down
Loading