diff --git a/poetry.lock b/poetry.lock index b96126aa..03e018a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4353,4 +4353,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "bd087e5bb861f7b6c9d627945c328800ee6b3954bafcbb3eac93519fa8a95c09" +content-hash = "158a6fdedd286e935b616f99bc485295ff8f30b1d59275522174e5575aa620f2" diff --git a/pyproject.toml b/pyproject.toml index 4d7120fe..e92901be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ python-dotenv = "^1.0.1" python-ulid = "^3.0.0" pytz = "*" pyyaml = "^6.0.2" -requests = "<=2.32.2,!=3.32.0" # 3.32.0 breaks docker tests +requests = "!=3.32.0" # 3.32.0 breaks docker tests rich = "^13.7.0" snowflake-connector-python = "^3.12.2" snowflake-sqlalchemy = "^1.6.1"