Skip to content

Commit

Permalink
use aiohttp 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spicy-sauce committed Oct 29, 2023
1 parent 1d55e4d commit 08572f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Build and Install CLI
run: |
cd cli
pip install --upgrade pip
pip install poetry
poetry build
pip install dist/*.whl
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Install dependencies
run: |
cd core
pip install --upgrade pip
pip install wheel
CASS_DRIVER_NO_CYTHON=1 pip install cassandra-driver
pip install .
Expand Down
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ testcontainers = { version = "^3.7.0", optional = true }

azure-eventhub = { version = "^5.11.2", optional= true }
azure-eventhub-checkpointstoreblob-aio = { version = "^1.1.4", optional = true }
aiohttp = { version = "^3.8.6", optional = true }
aiohttp = { version = "3.8.4", optional = true }
cassandra-driver = { version = "^3.25.0", optional = true }
fastparquet = { version = "^2023.2.0", optional = true, platform = "python>=3.8" }
oracledb = { version="^1.2.2", optional = true}
Expand Down

0 comments on commit 08572f6

Please sign in to comment.