Skip to content

Bump the python-requirements group across 1 directory with 3 updates #60

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

Closed
Closed
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.21.3
pymongo
motor
python-dotenv
Expand Down
26 changes: 15 additions & 11 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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 Down Expand Up @@ -142,8 +142,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 +157,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.64.0
# via semantic-kernel
openapi-core==0.18.2
# via semantic-kernel
Expand Down Expand Up @@ -214,20 +216,20 @@ pyjwt[crypto]==2.10.1
# pyjwt
pymeta3==0.5.1
# via pybars4
pymongo==4.9.2
pymongo==4.11.1
# via
# -r requirements.in
# -r src/requirements.in
# motor
python-dotenv==1.0.1
# 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 +253,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.21.3
# via -r src/requirements.in
six==1.16.0
# via
# azure-core
Expand Down
Loading