Skip to content

Commit

Permalink
Update to Thrift 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ckwang8128 committed Sep 26, 2023
1 parent 1142489 commit 16addef
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 16addef

Please sign in to comment.