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 a9eb0bf commit d72c6ccCopy full SHA for d72c6cc
requirements.txt
@@ -1,7 +1,7 @@
1
dataclasses-json>=0.6.4
2
dataclasses>=0.6
3
-randomname==0.2.1
+randomname>=0.2.1
4
httpx>=0.27.0
5
-pytimeparse==1.1.8
6
-attrs==22.2.0
7
-python-dateutil==2.8.0
+pytimeparse>=1.1.8
+attrs>=22.2.0
+python-dateutil>=2.8.0
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name="scaleway_qaas_client",
25
- version="0.1.12",
+ version="0.1.13",
26
project_urls={
27
"Documentation": "https://www.scaleway.com/en/quantum-as-a-service/",
28
"Source": "https://github.com/scaleway/scaleway-qaas-client-pythom",
0 commit comments