Skip to content

Commit 49da0a0

Browse files
authored
build: pin runtime dependencies to patch versions only (#53)
1 parent c84cecc commit 49da0a0

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ authors = [
99
]
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"minio>=7.2.16",
13-
"setuptools>=80.9.0",
14-
"requests>=2.31.0",
15-
"requests-oauthlib>=1.4.0",
16-
"pydantic>=2.12.3",
17-
"hatchling>=1.27.0",
18-
"opentelemetry-exporter-otlp-proto-grpc>=1.20.0",
19-
"traceloop-sdk>=0.52.0,<0.53.0"
12+
"minio~=7.2.16",
13+
"setuptools~=80.9.0",
14+
"requests~=2.31.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+
"traceloop-sdk~=0.52.0"
2020
]
2121

2222
[build-system]

uv.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)