-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release new serverless gateway integration 🎉 (#117)
* chore: update for gateway CLI changes * docs: fix typo changelog * chore: poetry lock * fix(ci): update workflow for scwgw changes * fix(test): get-endpoint deprecated * docs: typo in variable name * docs: link to readthedocs docs
- Loading branch information
Showing
7 changed files
with
45 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "scw-serverless" | ||
version = "1.1.0" | ||
version = "1.2.0" | ||
description = "Framework for writing serverless APIs in Python, using Scaleway functions and containers." | ||
authors = ["Scaleway Serverless Team <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -47,7 +47,7 @@ pytest-xdist = "^3.1.0" | |
pylint = "^2.15.10" | ||
pylint-per-file-ignores = "^1.1.0" | ||
responses = ">=0.22,<0.24" | ||
scw-gateway = "^0.3.0" | ||
scw-gateway = "^0.4.0" | ||
|
||
[tool.poetry.group.doc] | ||
optional = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters