Skip to content

Commit

Permalink
fix: Bump up caraml auth google (#461)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:
This PR is a fix to PR #407 which updated the `caraml-auth-google`
package to use an older version of `urlllib3`. Previously, the
`caraml-auth-google` package had an incorrect version of `urllib3`
pinned; this PR thus updates the version of `caraml-auth-google` from
`0.0.0.post6` to `0.0.0.post7`.

**Which issue(s) this PR fixes**:
Fixes #

**Does this PR introduce a user-facing change?**:
```release-note
NO
```

**Checklist**

- [ ] Added unit test, integration, and/or e2e tests
- [ ] Tested locally
- [ ] Updated documentation
- [ ] Update Swagger spec if the PR introduce API changes
- [ ] Regenerated Golang and Python client if the PR introduce API
changes
  • Loading branch information
deadlycoconuts authored Sep 8, 2023
1 parent 9bde690 commit 813431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"six>=1.10",
"urllib3>=1.23",
"numpy<=1.23.5", # Temporary pin numpy due to https://numpy.org/doc/stable/release/1.20.0-notes.html#numpy-1-20-0-release-notes
"caraml-auth-google==0.0.0.post6",
"caraml-auth-google==0.0.0.post7",
]

TEST_REQUIRES = [
Expand Down

0 comments on commit 813431a

Please sign in to comment.