Skip to content

Commit

Permalink
update to panel==1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blakerosenthal committed Jul 19, 2024
1 parent 55f7fc5 commit 5afe69e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"httpx",
"importlib_metadata>=4.6; python_version<'3.10'",
"packaging",
"panel==1.4.2",
"panel==1.4.4",
"pydantic>=2",
"pydantic-core",
"pydantic-settings>=2",
Expand Down
28 changes: 22 additions & 6 deletions requirements-docker.lock
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.9
# by the following command:
#
# pip-compile --extra=all --output-file=requirements-docker.lock --strip-extras pyproject.toml
Expand Down Expand Up @@ -66,6 +66,8 @@ deprecation==2.1.0
# via lancedb
emoji==2.9.0
# via Ragna (pyproject.toml)
exceptiongroup==1.2.2
# via anyio
fastapi==0.109.0
# via
# Ragna (pyproject.toml)
Expand Down Expand Up @@ -109,8 +111,12 @@ idna==3.6
# requests
ijson==3.2.3
# via Ragna (pyproject.toml)
importlib-metadata==6.11.0
# via opentelemetry-api
importlib-metadata==6.11.0 ; python_version < "3.10"
# via
# Ragna (pyproject.toml)
# build
# markdown
# opentelemetry-api
importlib-resources==6.1.1
# via chromadb
jinja2==3.1.3
Expand Down Expand Up @@ -213,9 +219,9 @@ pandas==2.1.4
# via
# bokeh
# panel
panel==1.4.2
panel==1.4.4
# via Ragna (pyproject.toml)
param==2.0.1
param==2.1.1
# via
# panel
# pyviz-comms
Expand Down Expand Up @@ -350,6 +356,10 @@ tiktoken==0.5.2
# via Ragna (pyproject.toml)
tokenizers==0.15.0
# via chromadb
tomli==2.0.1
# via
# build
# pyproject-hooks
tomlkit==0.12.3
# via Ragna (pyproject.toml)
tornado==6.4
Expand All @@ -366,6 +376,8 @@ typer==0.9.0
# chromadb
typing-extensions==4.9.0
# via
# anyio
# asgiref
# chromadb
# fastapi
# huggingface-hub
Expand All @@ -375,7 +387,9 @@ typing-extensions==4.9.0
# pydantic-core
# python-docx
# sqlalchemy
# starlette
# typer
# uvicorn
tzdata==2023.4
# via pandas
uc-micro-py==1.0.2
Expand Down Expand Up @@ -411,7 +425,9 @@ xyzservices==2023.10.1
# bokeh
# panel
zipp==3.17.0
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 5afe69e

Please sign in to comment.