From 3e4a4eb8a3715a624c8b6b2c6911e0b96833ecb4 Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Sun, 13 Oct 2024 19:09:56 +0200 Subject: [PATCH] poetry lock --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index d0e05300d8b..c1e6ed07fd3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -9706,4 +9706,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "034a79a8486501d95e5cd6e35565d78c27b148bd45c89b88c598ae4c2b26732b" +content-hash = "237ed603512f81229dd0e6550ef4ac480bc47e1969081aaa078acd154cd0a384" diff --git a/pyproject.toml b/pyproject.toml index 448aa56448b..ef064728dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ python-pptx = "*" pylatexenc = "*" tornado = "*" python-dotenv = "*" -protobuf = "^4.21.6" # chromadb currently fails on 5.0+ +protobuf = "^4.21.6,<5.0.0" # chromadb currently fails on 5.0+ opentelemetry-api = "1.25.0" opentelemetry-exporter-otlp-proto-grpc = "1.25.0"