Skip to content

Commit

Permalink
Bump python requests version dependency
Browse files Browse the repository at this point in the history
This library guarantees compatibility between minor version updates.
  • Loading branch information
justinvp committed Aug 26, 2020
1 parent cee2be5 commit d22611a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Add type annotations to Python SDK for API Extensions, Helm, Kustomize, and YAML. (https://github.com/pulumi/pulumi-kubernetes/pull/1259)
- Update k8s package deps to v0.18.8. (https://github.com/pulumi/pulumi-kubernetes/pull/1265)
- Move back to upstream json-patch module. (https://github.com/pulumi/pulumi-kubernetes/pull/1266)
- Bump python requests version dependency. (https://github.com/pulumi/pulumi-kubernetes/pull/1274)

## 2.4.3 (August 14, 2020)

Expand Down
2 changes: 1 addition & 1 deletion provider/pkg/gen/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Use the navigation below to see detailed documentation for each of the supported
pkg.Language["python"] = rawMessage(map[string]interface{}{
"requires": map[string]string{
"pulumi": ">=2.0.0,<3.0.0",
"requests": ">=2.21.0,<2.22.0",
"requests": ">=2.21,<3.0",
"pyyaml": ">=5.1,<5.2",
},
"moduleNameOverrides": modToPkg,
Expand Down

0 comments on commit d22611a

Please sign in to comment.