Skip to content

Commit

Permalink
chore: update packages and update to 1.0.0 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep authored Aug 7, 2023
1 parent 12e8e3f commit 4e57d87
Show file tree
Hide file tree
Showing 7 changed files with 614 additions and 525 deletions.
409 changes: 253 additions & 156 deletions docs/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scaleway-docs"
version = "0.1.0"
version = "1.0.0"
description = ""
authors = ["Scaleway <[email protected]>"]
license = "BSD"
Expand Down
358 changes: 177 additions & 181 deletions scaleway-async/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scaleway-async/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
scaleway-core = "^0"
scaleway-core = "^1"

[tool.poetry.group.dev.dependencies]
mypy = "^0"
mypy = "*"
black = "^22.10.0"
bandit = { extras = ["toml"], version = "^1.7.4" }
scaleway-core = { path = "../scaleway-core", develop = true }
Expand Down
2 changes: 1 addition & 1 deletion scaleway-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scaleway-core"
version = "0.0.1"
version = "1.0.0"
description = "Scaleway SDK for Python"
authors = ["Scaleway <[email protected]>"]
license = "BSD"
Expand Down
358 changes: 177 additions & 181 deletions scaleway/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions scaleway/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scaleway"
version = "0.0.1"
version = "1.0.0"
description = "Scaleway SDK for Python"
authors = ["Scaleway <[email protected]>"]
license = "BSD"
Expand All @@ -24,10 +24,10 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
scaleway-core = "^0"
scaleway-core = "^1"

[tool.poetry.group.dev.dependencies]
mypy = "^0"
mypy = "*"
black = "^22.10.0"
bandit = { extras = ["toml"], version = "^1.7.4" }
scaleway-core = { path = "../scaleway-core", develop = true }
Expand Down

0 comments on commit 4e57d87

Please sign in to comment.