From 6e34a8c24d632663992e71420ef9f62b94602333 Mon Sep 17 00:00:00 2001 From: Daniel Bernstein Date: Wed, 23 Oct 2024 15:29:58 -0700 Subject: [PATCH] Downgrade to requests 2.31.0 due to build failure --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 32bb7aa..a398729 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1881,13 +1881,13 @@ full = ["numpy"] [[package]] name = "requests" -version = "2.32.3" +version = "2.31.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.8" +python-versions = ">=3.7" files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] @@ -2360,4 +2360,4 @@ pg-binary = [] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "f3c371f6b83339c9b3140975a9c6ccd8c01bc668126be1c54ff301efc66ebd28" +content-hash = "e6d1c8bab4c1740b60bbea77949e02c94ddbeb8133ddaeb93969ff18c65b0d83" diff --git a/pyproject.toml b/pyproject.toml index d3585b7..db7a3d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pycryptodome = "*" PyJWT = "*" python = ">=3.8,<4" pyyaml = ">=6.0.2" -requests = "*" +requests = "2.31.0" SQLAlchemy = "^1.4" uszipcode = "==1.0.1"