Skip to content

Commit

Permalink
loosen requests requirements to be compatible with our development de…
Browse files Browse the repository at this point in the history
…pendency (responses) but less than 3. These are looser but better defined than we had before (#1631)

increment patch version
  • Loading branch information
dpgraham4401 authored Oct 4, 2024
1 parent da29233 commit 8a77f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions emanifest-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "emanifest"
version = "4.1.3"
version = "4.1.4"
description = "An API utility wrapper for accessing the e-Manifest hazardous waste tracking system maintained by the US Environmental Protection Agency"
readme = "README.md"
authors = [
Expand All @@ -16,7 +16,7 @@ maintainers = [
license = { text = "CCO 1.0" }
requires-python = ">=3.10"
dependencies = [
"requests<=2.27.0",
"requests~=2.0.0, <3.0.0",
"requests-toolbelt<=1.0.0",
]

Expand Down
2 changes: 1 addition & 1 deletion emanifest-py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.32.3
requests~=2.30.0
requests-toolbelt==1.0.0

0 comments on commit 8a77f65

Please sign in to comment.