We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4752d6 commit 6488e17Copy full SHA for 6488e17
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@v4
23
with:
24
- python-version: '3.11'
+ python-version: '3.12'
25
- name: Install dependencies
26
id: set-version
27
run: |
setup.py
@@ -6,7 +6,7 @@
6
packages=find_namespace_packages(),
7
description=description,
8
install_requires=[
9
- "testcontainers-core",
+ "testcontainers",
10
"sqlalchemy",
11
"sqlalchemy-iris",
12
"requests<2.32.0"
0 commit comments