Skip to content

Commit 6e2f946

Browse files
aaronsteerscoderabbitai[bot]Copilot
authored
chore(deps): remove constraint on request lib (#639)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]>
1 parent 280e172 commit 6e2f946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ python-dotenv = "^1.0.1"
3838
python-ulid = "^3.0.0"
3939
pytz = "*"
4040
pyyaml = "^6.0.2"
41-
requests = "<=2.32.2,!=3.32.0" # 3.32.0 breaks docker tests
41+
requests = "!=3.32.0" # 3.32.0 breaks docker tests
4242
rich = "^13.7.0"
4343
snowflake-connector-python = "^3.12.2"
4444
snowflake-sqlalchemy = "^1.6.1"

0 commit comments

Comments
 (0)