Skip to content

Commit

Permalink
chore(deps): update dependency kserve to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 78510f8 commit f72843e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/notebooks/kserve/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pinning for kserve sdk in 1.9
kserve==0.13.0
kserve==0.13.1
# Pining because kserve 0.13 needs to import RootModel which only exists in >= 2.0
pydantic>=2.0
kubernetes
Expand Down
23 changes: 19 additions & 4 deletions tests/notebooks/kserve/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements.in
Expand All @@ -21,6 +21,8 @@ anyio==4.4.0
# httpx
# starlette
# watchfiles
async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
# via
# aiohttp
Expand Down Expand Up @@ -48,6 +50,8 @@ deprecation==2.1.0
# via cloudevents
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.2
# via anyio
fastapi==0.109.2
# via
# kserve
Expand Down Expand Up @@ -89,11 +93,15 @@ idna==3.7
# httpx
# requests
# yarl
importlib-resources==6.4.5
# via
# jsonschema
# jsonschema-specifications
jsonschema==4.23.0
# via ray
jsonschema-specifications==2023.12.1
# via jsonschema
kserve==0.13.0
kserve==0.13.1
# via -r requirements.in
kubernetes==30.1.0
# via
Expand All @@ -105,7 +113,7 @@ multidict==6.0.5
# via
# aiohttp
# yarl
numpy==1.26.4
numpy==1.24.4
# via
# kserve
# pandas
Expand All @@ -123,8 +131,10 @@ packaging==24.1
# via
# deprecation
# ray
pandas==2.2.2
pandas==2.0.3
# via kserve
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.11.0
# via virtualenv
prometheus-client==0.20.0
Expand Down Expand Up @@ -218,9 +228,12 @@ timing-asgi==0.3.1
# via kserve
typing-extensions==4.12.2
# via
# annotated-types
# anyio
# fastapi
# pydantic
# pydantic-core
# starlette
tzdata==2024.1
# via pandas
urllib3==2.2.2
Expand All @@ -247,3 +260,5 @@ wrapt==1.16.0
# via smart-open
yarl==1.9.4
# via aiohttp
zipp==3.20.2
# via importlib-resources

0 comments on commit f72843e

Please sign in to comment.