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.
requests
docker
1 parent 9924042 commit 6f5894dCopy full SHA for 6f5894d
pyproject.toml
@@ -122,13 +122,17 @@ release = [
122
"twine<6",
123
]
124
test = [
125
+ # Problem: Breaks with requests 2.32.0: Not supported URL scheme http+docker.
126
+ # Solution: Pin `docker` and `requests` packages.
127
+ # https://github.com/docker/docker-py/issues/3256#issuecomment-2126888985
128
"cratedb-toolkit[testing]==0.0.15",
129
"docker<7",
130
"pytest<9",
131
"pytest-asyncio-cooperative<0.30",
132
"pytest-cov<6",
133
"pytest-mock<4",
134
"pytest-mqtt<0.5",
135
+ "requests==2.28.1",
136
"testcontainer-python-rabbitmq==0.4.*",
137
138
[project.urls]
0 commit comments