Skip to content

Commit 0bd8584

Browse files
author
Antoine Toussaint
committed
Update version to 0.0.16
1 parent 4c65d0f commit 0bd8584

File tree

5 files changed

+3
-382
lines changed

5 files changed

+3
-382
lines changed

agent.codefly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
publisher: codefly.dev
22
kind: codefly:service
33
name: python-fastapi
4-
version: 0.0.15
4+
version: 0.0.16

base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Your Name <you@example.com>"]
88
python = "^3.10"
99
fastapi = "^0.109.0"
1010
uvicorn = "^0.25.0"
11-
codefly-sdk = "0.0.3"
11+
codefly-sdk = "^0.0.3"
1212

1313
[tool.poetry.dev-dependencies]
1414

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqy
2020
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
2121
github.com/cheggaaa/pb/v3 v3.1.5 h1:QuuUzeM2WsAqG2gMqtzaWithDJv0i+i6UlnwSCI4QLk=
2222
github.com/cheggaaa/pb/v3 v3.1.5/go.mod h1:CrxkeghYTXi1lQBEI7jSn+3svI3cuc19haAj6jM60XI=
23-
github.com/codefly-dev/core v0.1.29 h1:xCGc1OrnHckQUjb/XLpTIVMTGx4yfOiPki2Cvj69NBI=
24-
github.com/codefly-dev/core v0.1.29/go.mod h1:0IB0qDZzhBq/zAeHY3iz8hij5SQeCUnrjbws6odmoKM=
2523
github.com/codefly-dev/core v0.1.30 h1:B7fdn1c1fB9UV79JcrzB98gk/OfxYpjjsrawPMUW4KU=
2624
github.com/codefly-dev/core v0.1.30/go.mod h1:0IB0qDZzhBq/zAeHY3iz8hij5SQeCUnrjbws6odmoKM=
2725
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=

0 commit comments

Comments
 (0)