Skip to content

Commit a6fdbb1

Browse files
committed
Use compatible release pinning
1 parent e4f69ed commit a6fdbb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
license = { text = "BSD-3-Clause" }
2222
requires-python = ">=3.10"
23-
dependencies = ["bidict", "pika", "setuptools", "stomp-py>=7", "opentelemetry-api==1.20.0", "opentelemetry-sdk==1.20.0", "opentelemetry-exporter-otlp-proto-http==1.20.0" ]
23+
dependencies = ["bidict", "pika", "setuptools", "stomp-py>=7", "opentelemetry-api~=1.20.0", "opentelemetry-sdk~=1.20.0", "opentelemetry-exporter-otlp-proto-http~=1.20.0" ]
2424

2525
[project.urls]
2626
Download = "https://github.com/DiamondLightSource/python-workflows/releases"

0 commit comments

Comments
 (0)