-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ➕ Add ddtrace to waypoint * Update poetry project versions * ⬆️ Update lock files
- Loading branch information
Showing
9 changed files
with
1,134 additions
and
797 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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 = "cloudapi-app" | ||
version = "3.4.0" | ||
version = "4.0.0" | ||
description = "Main app submodule for cloudapi" | ||
authors = ["Mourits de Beer <[email protected]>"] | ||
package-mode = false | ||
|
Large diffs are not rendered by default.
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 = "cloudapi-endorser" | ||
version = "3.4.0" | ||
version = "4.0.0" | ||
description = "Endorser submodule for cloudapi" | ||
authors = ["Mourits de Beer <[email protected]>"] | ||
package-mode = false | ||
|
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 = "cloudapi" | ||
version = "3.4.0" | ||
version = "4.0.0" | ||
description = "Main project configuration for cloudapi" | ||
authors = ["Mourits de Beer <[email protected]>"] | ||
package-mode = false | ||
|
Large diffs are not rendered by default.
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 = "cloudapi-trust-registry" | ||
version = "3.4.0" | ||
version = "4.0.0" | ||
description = "Trust Registry submodule for cloudapi" | ||
authors = ["Mourits de Beer <[email protected]>"] | ||
package-mode = false | ||
|
Large diffs are not rendered by default.
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 = "cloudapi-waypoint" | ||
version = "3.4.0" | ||
version = "4.0.0" | ||
description = "End state service for cloudapi" | ||
authors = ["cl0ete <[email protected]>"] | ||
package-mode = false | ||
|
@@ -19,6 +19,7 @@ pydantic = "~2.9.0" | |
typing-extensions = "~4.12.0" | ||
uvicorn = "~0.32.0" | ||
sse-starlette = "~=2.1.3" | ||
ddtrace = "^2.14.0" | ||
scalar-fastapi = "^1.0.3" | ||
|
||
[tool.poetry.dev-dependencies] | ||
|