build: Downgrade protobuf to before breaking change

This commit is contained in:
Vikash Kothary 2022-10-13 19:54:52 +01:00
parent a8c485f838
commit 6ca2af3b7e
4 changed files with 649 additions and 1057 deletions

1437
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,7 @@ decorator = "^4.4.2"
psutil = "^5.7.2" psutil = "^5.7.2"
distro = "^1.5.0" distro = "^1.5.0"
webob = "^1.8.6" webob = "^1.8.6"
protobuf = "3.20.2"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mkdocs = "^1.1.2" mkdocs = "^1.1.2"

View File

@ -1,119 +1,117 @@
# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT! # THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
anki==2.1.49 ; python_version >= "3.8" and python_version < "4.0" anki==2.1.49
anyio==3.6.1 ; python_version >= "3.8" and python_version < "4.0" anyio==3.6.1
appnope==0.1.3 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Darwin" or python_version >= "3.8" and python_version < "4.0" and sys_platform == "darwin" appnope==0.1.3; platform_system == "Darwin" or sys_platform == "darwin"
argon2-cffi-bindings==21.2.0 ; python_version >= "3.8" and python_version < "4.0" argon2-cffi==21.3.0
argon2-cffi==21.3.0 ; python_version >= "3.8" and python_version < "4.0" argon2-cffi-bindings==21.2.0
asttokens==2.0.8 ; python_version >= "3.8" and python_version < "4.0" asttokens==2.0.8
attrs==22.1.0 ; python_version >= "3.8" and python_version < "4.0" attrs==22.1.0
backcall==0.2.0 ; python_version >= "3.8" and python_version < "4.0" backcall==0.2.0
beautifulsoup4==4.11.1 ; python_version >= "3.8" and python_version < "4.0" beautifulsoup4==4.11.1
bleach==5.0.1 ; python_version >= "3.8" and python_version < "4.0" bleach==5.0.1
certifi==2022.9.24 ; python_version >= "3.8" and python_version < "4" certifi==2022.9.24
cffi==1.15.1 ; python_version >= "3.8" and python_version < "4.0" cffi==1.15.1
charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "4" charset-normalizer==2.1.1
click==8.1.3 ; python_version >= "3.8" and python_version < "4.0" click==8.1.3
colorama==0.4.5 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" colorama==0.4.5; platform_system == "Windows" or sys_platform == "win32"
debugpy==1.6.3 ; python_version >= "3.8" and python_version < "4.0" debugpy==1.6.3
decorator==4.4.2 ; python_version >= "3.8" and python_version < "4.0" decorator==4.4.2
defusedxml==0.7.1 ; python_version >= "3.8" and python_version < "4.0" defusedxml==0.7.1
distro==1.8.0 ; python_version >= "3.8" and python_version < "4.0" distro==1.8.0
entrypoints==0.4 ; python_version >= "3.8" and python_version < "4.0" entrypoints==0.4
executing==1.1.1 ; python_version >= "3.8" and python_version < "4.0" executing==1.1.1
fastjsonschema==2.16.2 ; python_version >= "3.8" and python_version < "4.0" fastjsonschema==2.16.2
ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "4.0" ghp-import==2.1.0
idna==3.4 ; python_version >= "3.8" and python_version < "4" idna==3.4
importlib-metadata==5.0.0 ; python_version >= "3.8" and python_version < "3.10" importlib-metadata==5.0.0; python_version < "3.10"
importlib-resources==5.10.0 ; python_version >= "3.8" and python_version < "3.9" importlib-resources==5.10.0; python_version < "3.9"
ipykernel==6.16.0 ; python_version >= "3.8" and python_version < "4.0" ipykernel==6.16.0
ipython-genutils==0.2.0 ; python_version >= "3.8" and python_version < "4.0" ipython==8.5.0
ipython==8.5.0 ; python_version >= "3.8" and python_version < "4.0" ipython-genutils==0.2.0
ipywidgets==8.0.2 ; python_version >= "3.8" and python_version < "4.0" ipywidgets==8.0.2
jedi==0.18.1 ; python_version >= "3.8" and python_version < "4.0" jedi==0.18.1
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "4.0" jinja2==3.1.2
json5==0.9.10 ; python_version >= "3.8" and python_version < "4.0" json5==0.9.10
jsonschema==4.16.0 ; python_version >= "3.8" and python_version < "4.0" jsonschema==4.16.0
jupyter-client==7.4.2 ; python_version >= "3.8" and python_version < "4.0" jupyter==1.0.0
jupyter-console==6.4.4 ; python_version >= "3.8" and python_version < "4.0" jupyter-client==7.4.2
jupyter-core==4.11.1 ; python_version >= "3.8" and python_version < "4.0" jupyter-console==6.4.4
jupyter-server==1.21.0 ; python_version >= "3.8" and python_version < "4.0" jupyter-core==4.11.1
jupyter==1.0.0 ; python_version >= "3.8" and python_version < "4.0" jupyter-server==1.21.0
jupyterlab-pygments==0.2.2 ; python_version >= "3.8" and python_version < "4.0" jupyterlab==2.3.2
jupyterlab-server==1.2.0 ; python_version >= "3.8" and python_version < "4.0" jupyterlab-pygments==0.2.2
jupyterlab-widgets==3.0.3 ; python_version >= "3.8" and python_version < "4.0" jupyterlab-server==1.2.0
jupyterlab==2.3.2 ; python_version >= "3.8" and python_version < "4.0" jupyterlab-widgets==3.0.3
jupytext==1.14.1 ; python_version >= "3.8" and python_version < "4.0" jupytext==1.14.1
lxml==4.9.1 ; python_version >= "3.8" and python_version < "4.0" lxml==4.9.1
markdown-it-py==2.1.0 ; python_version >= "3.8" and python_version < "4.0" markdown==3.3.7
markdown==3.3.7 ; python_version >= "3.8" and python_version < "4.0" markdown-it-py==2.1.0
markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "4.0" markupsafe==2.1.1
matplotlib-inline==0.1.6 ; python_version >= "3.8" and python_version < "4.0" matplotlib-inline==0.1.6
mdit-py-plugins==0.3.1 ; python_version >= "3.8" and python_version < "4.0" mdit-py-plugins==0.3.1
mdurl==0.1.2 ; python_version >= "3.8" and python_version < "4.0" mdurl==0.1.2
mergedeep==1.3.4 ; python_version >= "3.8" and python_version < "4.0" mergedeep==1.3.4
mistune==0.8.4 ; python_version >= "3.8" and python_version < "4.0" mistune==0.8.4
mkdocs-jupyter==0.19.0 ; python_version >= "3.8" and python_version < "4" mkdocs==1.4.0
mkdocs-material-extensions==1.0.3 ; python_version >= "3.8" and python_version < "4" mkdocs-jupyter==0.19.0
mkdocs-material==8.5.6 ; python_version >= "3.8" and python_version < "4" mkdocs-material==8.5.6
mkdocs==1.4.0 ; python_version >= "3.8" and python_version < "4.0" mkdocs-material-extensions==1.0.3
nbclassic==0.4.5 ; python_version >= "3.8" and python_version < "4.0" nbclassic==0.4.5
nbclient==0.7.0 ; python_version >= "3.8" and python_version < "4.0" nbclient==0.7.0
nbconvert==6.5.4 ; python_version >= "3.8" and python_version < "4.0" nbconvert==6.5.4
nbformat==5.7.0 ; python_version >= "3.8" and python_version < "4.0" nbformat==5.7.0
nest-asyncio==1.5.6 ; python_version >= "3.8" and python_version < "4.0" nest-asyncio==1.5.6
notebook-shim==0.1.0 ; python_version >= "3.8" and python_version < "4.0" notebook==6.5.1
notebook==6.5.1 ; python_version >= "3.8" and python_version < "4.0" notebook-shim==0.1.0
orjson==3.8.0 ; python_version >= "3.8" and python_version < "4.0" and platform_machine == "x86_64" orjson==3.8.0; platform_machine == "x86_64"
packaging==21.3 ; python_version >= "3.8" and python_version < "4.0" packaging==21.3
pandocfilters==1.5.0 ; python_version >= "3.8" and python_version < "4.0" pandocfilters==1.5.0
parso==0.8.3 ; python_version >= "3.8" and python_version < "4.0" parso==0.8.3
pexpect==4.8.0 ; python_version >= "3.8" and python_version < "4.0" and sys_platform != "win32" pexpect==4.8.0; sys_platform != "win32"
pickleshare==0.7.5 ; python_version >= "3.8" and python_version < "4.0" pickleshare==0.7.5
pkgutil-resolve-name==1.3.10 ; python_version >= "3.8" and python_version < "3.9" pkgutil-resolve-name==1.3.10; python_version < "3.9"
prometheus-client==0.15.0 ; python_version >= "3.8" and python_version < "4.0" prometheus-client==0.15.0
prompt-toolkit==3.0.31 ; python_version >= "3.8" and python_version < "4.0" prompt-toolkit==3.0.31
protobuf==4.21.7 ; python_version >= "3.8" and python_version < "4.0" protobuf==3.20.2
psutil==5.9.2 ; python_version >= "3.8" and python_version < "4.0" psutil==5.9.2
ptyprocess==0.7.0 ; python_version >= "3.8" and python_version < "4.0" and os_name != "nt" or python_version >= "3.8" and python_version < "4.0" and sys_platform != "win32" ptyprocess==0.7.0; sys_platform != "win32" or os_name != "nt"
pure-eval==0.2.2 ; python_version >= "3.8" and python_version < "4.0" pure-eval==0.2.2
py==1.11.0 ; python_version >= "3.8" and python_version < "4.0" and implementation_name == "pypy" py==1.11.0; implementation_name == "pypy"
pycparser==2.21 ; python_version >= "3.8" and python_version < "4.0" pycparser==2.21
pygments==2.13.0 ; python_version >= "3.8" and python_version < "4.0" pygments==2.13.0
pymdown-extensions==9.6 ; python_version >= "3.8" and python_version < "4" pymdown-extensions==9.6
pyparsing==3.0.9 ; python_version >= "3.8" and python_version < "4.0" pyparsing==3.0.9
pyrsistent==0.18.1 ; python_version >= "3.8" and python_version < "4.0" pyrsistent==0.18.1
pysocks==1.7.1 ; python_version >= "3.8" and python_version < "4" python-dateutil==2.8.2
python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "4.0" pywin32==304; sys_platform == "win32" and platform_python_implementation != "PyPy"
pywin32==304 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.8" and python_version < "4.0" pywinpty==2.0.8; os_name == "nt"
pywinpty==2.0.8 ; python_version >= "3.8" and python_version < "4.0" and os_name == "nt" pyyaml==6.0
pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "4.0" pyyaml-env-tag==0.1
pyyaml==6.0 ; python_version >= "3.8" and python_version < "4.0" pyzmq==24.0.1
pyzmq==24.0.1 ; python_version >= "3.8" and python_version < "4.0" qtconsole==5.3.2
qtconsole==5.3.2 ; python_version >= "3.8" and python_version < "4.0" qtpy==2.2.1
qtpy==2.2.1 ; python_version >= "3.8" and python_version < "4.0" requests==2.28.1
requests==2.28.1 ; python_version >= "3.8" and python_version < "4" send2trash==1.8.0
requests[socks]==2.28.1 ; python_version >= "3.8" and python_version < "4" six==1.16.0
send2trash==1.8.0 ; python_version >= "3.8" and python_version < "4.0" sniffio==1.3.0
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" soupsieve==2.3.2.post1
sniffio==1.3.0 ; python_version >= "3.8" and python_version < "4.0" stack-data==0.5.1
soupsieve==2.3.2.post1 ; python_version >= "3.8" and python_version < "4.0" stringcase==1.2.0
stack-data==0.5.1 ; python_version >= "3.8" and python_version < "4.0" terminado==0.16.0
stringcase==1.2.0 ; python_version >= "3.8" and python_version < "4.0" tinycss2==1.1.1
terminado==0.16.0 ; python_version >= "3.8" and python_version < "4.0" toml==0.10.2
tinycss2==1.1.1 ; python_version >= "3.8" and python_version < "4.0" tornado==6.2
toml==0.10.2 ; python_version >= "3.8" and python_version < "4.0" traitlets==5.4.0
tornado==6.2 ; python_version >= "3.8" and python_version < "4.0" urllib3==1.26.12
traitlets==5.4.0 ; python_version >= "3.8" and python_version < "4.0" waitress==2.1.2
urllib3==1.26.12 ; python_version >= "3.8" and python_version < "4" watchdog==2.1.9
waitress==2.1.2 ; python_version >= "3.8" and python_version < "4.0" wcwidth==0.2.5
watchdog==2.1.9 ; python_version >= "3.8" and python_version < "4.0" webencodings==0.5.1
wcwidth==0.2.5 ; python_version >= "3.8" and python_version < "4.0" webob==1.8.7
webencodings==0.5.1 ; python_version >= "3.8" and python_version < "4.0" websocket-client==1.4.1
webob==1.8.7 ; python_version >= "3.8" and python_version < "4.0" webtest==2.0.35
websocket-client==1.4.1 ; python_version >= "3.8" and python_version < "4.0" widgetsnbextension==4.0.3
webtest==2.0.35 ; python_version >= "3.8" and python_version < "4.0" zipp==3.9.0; python_version < "3.10"
widgetsnbextension==4.0.3 ; python_version >= "3.8" and python_version < "4.0"
zipp==3.9.0 ; python_version >= "3.8" and python_version < "3.10"
-e src/. -e src/.

View File

@ -1,24 +1,22 @@
# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT! # THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
anki==2.1.49 ; python_version >= "3.8" and python_version < "4.0" anki==2.1.49
beautifulsoup4==4.11.1 ; python_version >= "3.8" and python_version < "4.0" beautifulsoup4==4.11.1
certifi==2022.9.24 ; python_version >= "3.8" and python_version < "4" certifi==2022.9.24
charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "4" charset-normalizer==2.1.1
decorator==4.4.2 ; python_version >= "3.8" and python_version < "4.0" decorator==4.4.2
distro==1.8.0 ; python_version >= "3.8" and python_version < "4.0" distro==1.8.0
idna==3.4 ; python_version >= "3.8" and python_version < "4" idna==3.4
importlib-metadata==5.0.0 ; python_version >= "3.8" and python_version < "3.10" importlib-metadata==5.0.0; python_version < "3.10"
markdown==3.3.7 ; python_version >= "3.8" and python_version < "4.0" markdown==3.3.7
orjson==3.8.0 ; python_version >= "3.8" and python_version < "4.0" and platform_machine == "x86_64" orjson==3.8.0; platform_machine == "x86_64"
protobuf==4.21.7 ; python_version >= "3.8" and python_version < "4.0" protobuf==3.20.2
psutil==5.9.2 ; python_version >= "3.8" and python_version < "4.0" psutil==5.9.2
pysocks==1.7.1 ; python_version >= "3.8" and python_version < "4" requests==2.28.1
requests==2.28.1 ; python_version >= "3.8" and python_version < "4" send2trash==1.8.0
requests[socks]==2.28.1 ; python_version >= "3.8" and python_version < "4" soupsieve==2.3.2.post1
send2trash==1.8.0 ; python_version >= "3.8" and python_version < "4.0" stringcase==1.2.0
soupsieve==2.3.2.post1 ; python_version >= "3.8" and python_version < "4.0" urllib3==1.26.12
stringcase==1.2.0 ; python_version >= "3.8" and python_version < "4.0" webob==1.8.7
urllib3==1.26.12 ; python_version >= "3.8" and python_version < "4" zipp==3.9.0; python_version < "3.10"
webob==1.8.7 ; python_version >= "3.8" and python_version < "4.0"
zipp==3.9.0 ; python_version >= "3.8" and python_version < "3.10"