Skip to content

Commit

Permalink
fix: remove frozen requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah authored Jun 10, 2024
1 parent 6ac58c6 commit 2740476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ getStudies = "nbiatoolkit.nbia_cli:getStudies_cli"
getSeries = "nbiatoolkit.nbia_cli:getSeries_cli"
getNewSeries = "nbiatoolkit.nbia_cli:getNewSeries_cli"


# setting requests to min 2.31 instead of hard lock
[tool.poetry.dependencies]
python = ">=3.09 || 3.12"
requests = "^2.31.0"
Expand Down

0 comments on commit 2740476

Please sign in to comment.