File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " viam-sdk"
3- version = " 0.8.1 "
3+ version = " 0.9.0rc1 "
44description = " Viam Robotics Python SDK"
55authors = [
" Naveed <[email protected] >" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 44
55from viam import logging
66from viam .proto .app .billing import (
7- BillingServiceStub ,
8- GetCurrentMonthUsageRequest ,
9- GetCurrentMonthUsageResponse ,
10- GetInvoicePdfRequest ,
11- GetInvoicePdfResponse ,
12- GetInvoicesSummaryRequest ,
13- GetInvoicesSummaryResponse ,
14- GetOrgBillingInformationRequest ,
15- GetOrgBillingInformationResponse ,
7+ BillingServiceStub ,
8+ GetCurrentMonthUsageRequest ,
9+ GetCurrentMonthUsageResponse ,
10+ GetInvoicePdfRequest ,
11+ GetInvoicePdfResponse ,
12+ GetInvoicesSummaryRequest ,
13+ GetInvoicesSummaryResponse ,
14+ GetOrgBillingInformationRequest ,
15+ GetOrgBillingInformationResponse ,
1616)
1717
1818LOGGER = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments