Dependencies update

This commit is contained in:
Joshua Carroll
2023-07-11 09:50:01 -07:00
parent df2c0c2f60
commit 1d0fb1df36
2 changed files with 21 additions and 18 deletions
Generated
+20 -17
View File
@@ -2359,8 +2359,7 @@ description = "A faster way to build and share data apps"
optional = false
python-versions = ">=3.8, !=3.9.7"
files = [
{file = "streamlit-1.24.1-py2.py3-none-any.whl", hash = "sha256:569211b426ca078c0c2959a6c9a1413c2e81eca23e769fbf12308ba5bffd1f49"},
{file = "streamlit-1.24.1.tar.gz", hash = "sha256:fd5f0b64798e9706364408fb589b77595314a6315d13b2d750b963c7ae97f362"},
{file = "streamlit-1.24.1-py2.py3-none-any.whl", hash = "sha256:efd7b1273f9960d65e5ebf5534244cd1f8f98d6c2c72f19d6e2be31ea8c8a274"},
]
[package.dependencies]
@@ -2368,30 +2367,34 @@ altair = ">=4.0,<6"
blinker = ">=1.0.0,<2"
cachetools = ">=4.0,<6"
click = ">=7.0,<9"
gitpython = ">=3,<3.1.19 || >3.1.19,<4"
gitpython = ">=3.0.7,<3.1.19 || >3.1.19,<4"
importlib-metadata = ">=1.4,<7"
numpy = ">=1,<2"
packaging = ">=14.1,<24"
pandas = ">=0.25,<3"
pillow = ">=6.2.0,<10"
numpy = ">=1.19.3,<2"
packaging = ">=16.8,<24"
pandas = ">=1.3.0,<3"
pillow = ">=7.1.0,<10"
protobuf = ">=3.20,<5"
pyarrow = ">=4.0"
pydeck = ">=0.1.dev5,<1"
pyarrow = ">=6.0"
pydeck = ">=0.8,<1"
pympler = ">=0.9,<2"
python-dateutil = ">=2,<3"
requests = ">=2.4,<3"
rich = ">=10.11.0,<14"
tenacity = ">=8.0.0,<9"
toml = "<2"
python-dateutil = ">=2.7.3,<3"
requests = ">=2.18,<3"
rich = ">=10.14.0,<14"
tenacity = ">=8.1.0,<9"
toml = ">=0.10.1,<2"
tornado = ">=6.0.3,<7"
typing-extensions = ">=4.0.1,<5"
typing-extensions = ">=4.1.0,<5"
tzlocal = ">=1.1,<5"
validators = ">=0.2,<1"
watchdog = {version = "*", markers = "platform_system != \"Darwin\""}
watchdog = {version = ">=2.1.5", markers = "platform_system != \"Darwin\""}
[package.extras]
snowflake = ["snowflake-snowpark-python"]
[package.source]
type = "url"
url = "https://core-previews.s3-us-west-2.amazonaws.com/develop-preview/streamlit-1.24.1-py2.py3-none-any.whl"
[[package]]
name = "tenacity"
version = "8.2.2"
@@ -2720,4 +2723,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "29a73cb59ecef2ca83401e5d5371c62354311c0bc412d78d3cd31854ca52d068"
content-hash = "8eb453fcdf38993bfd1a1adf676ede51c208404be7af71411344d3c295957e73"
+1 -1
View File
@@ -12,7 +12,7 @@ python = "^3.11"
langchain = ">=0.0.216"
openai = "^0.27.8"
duckduckgo-search = "^3.8.3"
streamlit = ">=1.24.1"
streamlit = {url = "https://core-previews.s3-us-west-2.amazonaws.com/develop-preview/streamlit-1.24.1-py2.py3-none-any.whl"}
[tool.poetry.group.dev.dependencies]