We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d4187 commit 8cacf23Copy full SHA for 8cacf23
pyproject.toml
@@ -11,12 +11,12 @@ requires-python = ">=3.11"
11
dependencies = [
12
"minio~=7.2.16",
13
"setuptools~=80.9.0",
14
- "requests~=2.31.0",
+ "requests>=2.33.0",
15
"requests-oauthlib~=2.0.0",
16
"pydantic~=2.12.3",
17
"hatchling~=1.27.0",
18
- "opentelemetry-exporter-otlp-proto-grpc~=1.38.0",
19
- "opentelemetry-exporter-otlp-proto-http~=1.38.0",
+ "opentelemetry-exporter-otlp-proto-grpc~=1.41.0",
+ "opentelemetry-exporter-otlp-proto-http~=1.41.0",
20
"opentelemetry-processor-baggage~=0.61b0",
21
"traceloop-sdk~=0.52.0",
22
"PyJWT~=2.10.1",
0 commit comments