Skip to content

Commit

Permalink
Upgrade to Thrift 0.19.0 (#807)
Browse files Browse the repository at this point in the history
Update to Thrift 0.19

Co-authored-by: Courtney Wang <[email protected]>
Co-authored-by: Katie Atkinson <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2023
1 parent c132681 commit 39a8c2e
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/reddit/thrift-compiler:0.14.1 AS thrift
FROM ghcr.io/reddit/thrift-compiler:0.19.0 AS thrift

FROM python:3.9

Expand Down
2 changes: 1 addition & 1 deletion baseplate/thrift/BaseplateService.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion baseplate/thrift/BaseplateServiceV2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion baseplate/thrift/constants.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion baseplate/thrift/ttypes.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements-transitive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
SQLAlchemy==1.4.12
thrift==0.14.1
thrift-unofficial==0.19.0
toml==0.10.2
tomli==1.2.2
translationstring==1.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"posix_ipc>=1.0.0,<2.0",
"python-json-logger>=2.0,<3.0",
"requests>=2.21.0,<3.0",
"thrift>=0.14.1,<1.0",
"thrift-unofficial>=0.19.0,<1.0",
"gevent>=20.5.0",
"prometheus-client>=0.12.0",
],
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_thrift/TestService.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/integration/test_thrift/constants.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion tests/integration/test_thrift/ttypes.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39a8c2e

Please sign in to comment.