Skip to content

Commit

Permalink
Relax prometheus_client version (#3161) (#3163)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstinus authored May 12, 2022
1 parent 90a8295 commit 62d1672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_static_files(path):
},
install_requires=install_requires,
extras_require={
'prometheus': ['prometheus-client==0.5.0'],
'prometheus': ['prometheus-client>=0.5,<0.15'],
'toml': ['toml<2.0.0'],
},
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ deps =
responses<1.0.0
azure-storage<=0.36
datadog==0.22.0
prometheus-client==0.5.0
prometheus-client>=0.5.0<0.15
dropbox: dropbox>=9.3.0<10.0
passenv =
USER JAVA_HOME POSTGRES_USER DATAPROC_TEST_PROJECT_ID GCS_TEST_PROJECT_ID GCS_TEST_BUCKET GOOGLE_APPLICATION_CREDENTIALS TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT CI DROPBOX_APP_TOKEN DOCKERHUB_TOKEN GITHUB_ACTIONS OVERRIDE_SKIP_CI_TESTS
Expand Down

0 comments on commit 62d1672

Please sign in to comment.