Skip to content

Commit d72c6cc

Browse files
committed
fix(ver): try fix req
1 parent a9eb0bf commit d72c6cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dataclasses-json>=0.6.4
22
dataclasses>=0.6
3-
randomname==0.2.1
3+
randomname>=0.2.1
44
httpx>=0.27.0
5-
pytimeparse==1.1.8
6-
attrs==22.2.0
7-
python-dateutil==2.8.0
5+
pytimeparse>=1.1.8
6+
attrs>=22.2.0
7+
python-dateutil>=2.8.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="scaleway_qaas_client",
25-
version="0.1.12",
25+
version="0.1.13",
2626
project_urls={
2727
"Documentation": "https://www.scaleway.com/en/quantum-as-a-service/",
2828
"Source": "https://github.com/scaleway/scaleway-qaas-client-pythom",

0 commit comments

Comments
 (0)