mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-13 16:49:07 +00:00
Update plugin boilerplate dependencies
This commit is contained in:
parent
e902852c13
commit
fcf098e3d7
2 changed files with 55 additions and 10 deletions
plugin-boilerplate/{{ cookiecutter.project_slug }}/plugins/{{ cookiecutter.project_module }}
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile with Python 3.11
|
# This file is autogenerated by pip-compile with Python 3.11
|
||||||
# by the following command:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile dev.in
|
# pip-compile --output-file=dev.txt dev.in
|
||||||
#
|
#
|
||||||
-e file:///baserow/backend
|
-e file:///baserow/backend
|
||||||
# via -r base.in
|
# via -r base.in
|
||||||
|
@ -20,10 +20,13 @@ amqp==5.2.0
|
||||||
# via kombu
|
# via kombu
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
# via pydantic
|
# via pydantic
|
||||||
|
anthropic==0.37.1
|
||||||
|
# via -r /baserow/backend/requirements/base.in
|
||||||
antlr4-python3-runtime==4.9.3
|
antlr4-python3-runtime==4.9.3
|
||||||
# via -r /baserow/backend/requirements/base.in
|
# via -r /baserow/backend/requirements/base.in
|
||||||
anyio==4.4.0
|
anyio==4.4.0
|
||||||
# via
|
# via
|
||||||
|
# anthropic
|
||||||
# httpx
|
# httpx
|
||||||
# openai
|
# openai
|
||||||
# watchfiles
|
# watchfiles
|
||||||
|
@ -44,7 +47,7 @@ asttokens==2.0.5
|
||||||
# stack-data
|
# stack-data
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
# via redis
|
# via redis
|
||||||
attrs==21.4.0
|
attrs==23.2.0
|
||||||
# via
|
# via
|
||||||
# aiohttp
|
# aiohttp
|
||||||
# automat
|
# automat
|
||||||
|
@ -168,10 +171,12 @@ deprecated==1.2.14
|
||||||
# opentelemetry-api
|
# opentelemetry-api
|
||||||
# opentelemetry-exporter-otlp-proto-http
|
# opentelemetry-exporter-otlp-proto-http
|
||||||
distro==1.9.0
|
distro==1.9.0
|
||||||
# via openai
|
# via
|
||||||
|
# anthropic
|
||||||
|
# openai
|
||||||
dj-database-url==2.1.0
|
dj-database-url==2.1.0
|
||||||
# via -r /baserow/backend/requirements/base.in
|
# via -r /baserow/backend/requirements/base.in
|
||||||
django==4.2.13
|
django==5.0.9
|
||||||
# via
|
# via
|
||||||
# -r /baserow/backend/requirements/base.in
|
# -r /baserow/backend/requirements/base.in
|
||||||
# channels
|
# channels
|
||||||
|
@ -231,6 +236,10 @@ drf-spectacular==0.27.2
|
||||||
# via -r /baserow/backend/requirements/base.in
|
# via -r /baserow/backend/requirements/base.in
|
||||||
elementpath==4.4.0
|
elementpath==4.4.0
|
||||||
# via xmlschema
|
# via xmlschema
|
||||||
|
et-xmlfile==2.0.0
|
||||||
|
# via openpyxl
|
||||||
|
eval-type-backport==0.2.0
|
||||||
|
# via mistralai
|
||||||
execnet==2.1.1
|
execnet==2.1.1
|
||||||
# via pytest-xdist
|
# via pytest-xdist
|
||||||
executing==0.8.3
|
executing==0.8.3
|
||||||
|
@ -241,6 +250,8 @@ faker==25.0.1
|
||||||
# via -r /baserow/backend/requirements/base.in
|
# via -r /baserow/backend/requirements/base.in
|
||||||
fakeredis[lua]==2.23.2
|
fakeredis[lua]==2.23.2
|
||||||
# via -r dev.in
|
# via -r dev.in
|
||||||
|
filelock==3.16.1
|
||||||
|
# via huggingface-hub
|
||||||
flake8==7.0.0
|
flake8==7.0.0
|
||||||
# via -r dev.in
|
# via -r dev.in
|
||||||
flower==2.0.1
|
flower==2.0.1
|
||||||
|
@ -251,6 +262,8 @@ frozenlist==1.4.1
|
||||||
# via
|
# via
|
||||||
# aiohttp
|
# aiohttp
|
||||||
# aiosignal
|
# aiosignal
|
||||||
|
fsspec==2024.10.0
|
||||||
|
# via huggingface-hub
|
||||||
google-api-core==2.19.1
|
google-api-core==2.19.1
|
||||||
# via
|
# via
|
||||||
# google-cloud-core
|
# google-cloud-core
|
||||||
|
@ -294,8 +307,12 @@ httptools==0.6.1
|
||||||
# via uvicorn
|
# via uvicorn
|
||||||
httpx==0.27.0
|
httpx==0.27.0
|
||||||
# via
|
# via
|
||||||
|
# anthropic
|
||||||
|
# mistralai
|
||||||
# ollama
|
# ollama
|
||||||
# openai
|
# openai
|
||||||
|
huggingface-hub==0.26.2
|
||||||
|
# via tokenizers
|
||||||
humanize==4.10.0
|
humanize==4.10.0
|
||||||
# via flower
|
# via flower
|
||||||
hyperlink==21.0.0
|
hyperlink==21.0.0
|
||||||
|
@ -338,6 +355,10 @@ jedi==0.19.1
|
||||||
# via ipython
|
# via ipython
|
||||||
jinja2==3.0.3
|
jinja2==3.0.3
|
||||||
# via pytest-html
|
# via pytest-html
|
||||||
|
jira2markdown==0.3.7
|
||||||
|
# via -r /baserow/backend/requirements/base.in
|
||||||
|
jiter==0.7.1
|
||||||
|
# via anthropic
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
|
@ -346,6 +367,8 @@ jsonpatch==1.33
|
||||||
# via
|
# via
|
||||||
# langchain
|
# langchain
|
||||||
# langchain-core
|
# langchain-core
|
||||||
|
jsonpath-python==1.0.6
|
||||||
|
# via mistralai
|
||||||
jsonpointer==3.0.0
|
jsonpointer==3.0.0
|
||||||
# via jsonpatch
|
# via jsonpatch
|
||||||
jsonschema==4.17.3
|
jsonschema==4.17.3
|
||||||
|
@ -393,6 +416,8 @@ mccabe==0.7.0
|
||||||
# via flake8
|
# via flake8
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
# via markdown-it-py
|
# via markdown-it-py
|
||||||
|
mistralai==1.1.0
|
||||||
|
# via -r /baserow/backend/requirements/base.in
|
||||||
monotonic==1.6
|
monotonic==1.6
|
||||||
# via posthog
|
# via posthog
|
||||||
msgpack==1.0.8
|
msgpack==1.0.8
|
||||||
|
@ -429,6 +454,8 @@ openapi-schema-validator==0.4.4
|
||||||
# via openapi-spec-validator
|
# via openapi-spec-validator
|
||||||
openapi-spec-validator==0.5.6
|
openapi-spec-validator==0.5.6
|
||||||
# via -r dev.in
|
# via -r dev.in
|
||||||
|
openpyxl==3.1.5
|
||||||
|
# via -r /baserow/backend/requirements/base.in
|
||||||
opentelemetry-api==1.24.0
|
opentelemetry-api==1.24.0
|
||||||
# via
|
# via
|
||||||
# -r /baserow/backend/requirements/base.in
|
# -r /baserow/backend/requirements/base.in
|
||||||
|
@ -536,6 +563,7 @@ packaging==23.2
|
||||||
# black
|
# black
|
||||||
# build
|
# build
|
||||||
# gunicorn
|
# gunicorn
|
||||||
|
# huggingface-hub
|
||||||
# langchain-core
|
# langchain-core
|
||||||
# marshmallow
|
# marshmallow
|
||||||
# pytest
|
# pytest
|
||||||
|
@ -602,13 +630,15 @@ pycodestyle==2.11.1
|
||||||
# flake8
|
# flake8
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
# via cffi
|
# via cffi
|
||||||
pydantic==2.8.2
|
pydantic==2.9.2
|
||||||
# via
|
# via
|
||||||
|
# anthropic
|
||||||
# langchain
|
# langchain
|
||||||
# langchain-core
|
# langchain-core
|
||||||
# langsmith
|
# langsmith
|
||||||
|
# mistralai
|
||||||
# openai
|
# openai
|
||||||
pydantic-core==2.20.1
|
pydantic-core==2.23.4
|
||||||
# via pydantic
|
# via pydantic
|
||||||
pyfakefs==5.4.1
|
pyfakefs==5.4.1
|
||||||
# via -r dev.in
|
# via -r dev.in
|
||||||
|
@ -629,6 +659,8 @@ pyopenssl==24.2.1
|
||||||
# ndg-httpsclient
|
# ndg-httpsclient
|
||||||
# pysaml2
|
# pysaml2
|
||||||
# twisted
|
# twisted
|
||||||
|
pyparsing==3.2.0
|
||||||
|
# via jira2markdown
|
||||||
pyproject-hooks==1.1.0
|
pyproject-hooks==1.1.0
|
||||||
# via
|
# via
|
||||||
# build
|
# build
|
||||||
|
@ -686,6 +718,7 @@ python-dateutil==2.8.2
|
||||||
# faker
|
# faker
|
||||||
# freezegun
|
# freezegun
|
||||||
# icalendar
|
# icalendar
|
||||||
|
# mistralai
|
||||||
# posthog
|
# posthog
|
||||||
# pysaml2
|
# pysaml2
|
||||||
# python-crontab
|
# python-crontab
|
||||||
|
@ -700,6 +733,7 @@ pyyaml==6.0
|
||||||
# via
|
# via
|
||||||
# bandit
|
# bandit
|
||||||
# drf-spectacular
|
# drf-spectacular
|
||||||
|
# huggingface-hub
|
||||||
# jsonschema-spec
|
# jsonschema-spec
|
||||||
# langchain
|
# langchain
|
||||||
# langchain-community
|
# langchain-community
|
||||||
|
@ -724,6 +758,7 @@ requests==2.31.0
|
||||||
# azure-core
|
# azure-core
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# google-cloud-storage
|
# google-cloud-storage
|
||||||
|
# huggingface-hub
|
||||||
# jsonschema-spec
|
# jsonschema-spec
|
||||||
# langchain
|
# langchain
|
||||||
# langchain-community
|
# langchain-community
|
||||||
|
@ -766,6 +801,7 @@ six==1.16.0
|
||||||
# snoop
|
# snoop
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
# via
|
# via
|
||||||
|
# anthropic
|
||||||
# anyio
|
# anyio
|
||||||
# httpx
|
# httpx
|
||||||
# openai
|
# openai
|
||||||
|
@ -791,6 +827,8 @@ tenacity==8.5.0
|
||||||
# langchain
|
# langchain
|
||||||
# langchain-community
|
# langchain-community
|
||||||
# langchain-core
|
# langchain-core
|
||||||
|
tokenizers==0.20.3
|
||||||
|
# via anthropic
|
||||||
tomli==1.2.3
|
tomli==1.2.3
|
||||||
# via django-stubs
|
# via django-stubs
|
||||||
tornado==6.4.1
|
tornado==6.4.1
|
||||||
|
@ -798,6 +836,7 @@ tornado==6.4.1
|
||||||
tqdm==4.66.4
|
tqdm==4.66.4
|
||||||
# via
|
# via
|
||||||
# -r /baserow/backend/requirements/base.in
|
# -r /baserow/backend/requirements/base.in
|
||||||
|
# huggingface-hub
|
||||||
# openai
|
# openai
|
||||||
traitlets==5.14.3
|
traitlets==5.14.3
|
||||||
# via
|
# via
|
||||||
|
@ -816,11 +855,13 @@ types-pyyaml==6.0.12.20240724
|
||||||
typing-extensions==4.11.0
|
typing-extensions==4.11.0
|
||||||
# via
|
# via
|
||||||
# -r /baserow/backend/requirements/base.in
|
# -r /baserow/backend/requirements/base.in
|
||||||
|
# anthropic
|
||||||
# azure-core
|
# azure-core
|
||||||
# azure-storage-blob
|
# azure-storage-blob
|
||||||
# dj-database-url
|
# dj-database-url
|
||||||
# django-stubs
|
# django-stubs
|
||||||
# django-stubs-ext
|
# django-stubs-ext
|
||||||
|
# huggingface-hub
|
||||||
# ipython
|
# ipython
|
||||||
# mypy
|
# mypy
|
||||||
# openai
|
# openai
|
||||||
|
@ -832,7 +873,9 @@ typing-extensions==4.11.0
|
||||||
# twisted
|
# twisted
|
||||||
# typing-inspect
|
# typing-inspect
|
||||||
typing-inspect==0.9.0
|
typing-inspect==0.9.0
|
||||||
# via dataclasses-json
|
# via
|
||||||
|
# dataclasses-json
|
||||||
|
# mistralai
|
||||||
tzdata==2024.1
|
tzdata==2024.1
|
||||||
# via
|
# via
|
||||||
# -r /baserow/backend/requirements/base.in
|
# -r /baserow/backend/requirements/base.in
|
||||||
|
@ -888,6 +931,8 @@ zipp==3.18.1
|
||||||
# via
|
# via
|
||||||
# -r /baserow/backend/requirements/base.in
|
# -r /baserow/backend/requirements/base.in
|
||||||
# importlib-metadata
|
# importlib-metadata
|
||||||
|
zipstream-ng==1.8.0
|
||||||
|
# via -r /baserow/backend/requirements/base.in
|
||||||
zope-interface==6.4.post2
|
zope-interface==6.4.post2
|
||||||
# via twisted
|
# via twisted
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,9 @@
|
||||||
"node-fetch-native": "1.1.0"
|
"node-fetch-native": "1.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.21.4",
|
"@babel/core": "7.23.6",
|
||||||
"@babel/eslint-parser": "7.21.3",
|
"@babel/eslint-parser": "7.23.3",
|
||||||
"@babel/preset-env": "^7.21.4",
|
"@babel/preset-env": "7.23.6",
|
||||||
"@nuxtjs/eslint-config": "12.0.0",
|
"@nuxtjs/eslint-config": "12.0.0",
|
||||||
"@vue/test-utils": "1.3.4",
|
"@vue/test-utils": "1.3.4",
|
||||||
"@vue/vue2-jest": "29.2.3",
|
"@vue/vue2-jest": "29.2.3",
|
||||||
|
|
Loading…
Add table
Reference in a new issue