Skip to content

Commit 0b38fa1

Browse files
author
Jon
committed
update opentsdb lib version
1 parent e093035 commit 0b38fa1

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ classifiers=[
3131
[tool.poetry.dependencies]
3232
python = ">=3.11"
3333
boto3 = ">=1,<2"
34-
requests = ">=2,<3"
34+
requests = "^2"
3535
python-dateutil = ">=2,<3"
3636
astropy = ">=7,<9.0"
3737
numpy = "^2"
3838
ocs_archive = { git = "https://github.com/observatorycontrolsystem/ocs_archive.git", branch = "fix/reduction_level_parsing" }
3939
lcogt-logging = "<1.0.0"
40-
opentsdb-python-metrics = ">=0.2.0"
40+
opentsdb-python-metrics = ">=0.3.0"
4141

4242
[tool.poetry.group.dev.dependencies]
4343
pytest = ">=7,<8"

0 commit comments

Comments
 (0)