Skip to content

Commit 27c5bac

Browse files
author
Toni Reina
authored
Update dependencies (#230)
1 parent 65983aa commit 27c5bac

151 files changed

Lines changed: 864 additions & 833 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

buf.gen.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ managed:
1212

1313
plugins:
1414
# Generate base types for Go
15-
- remote: buf.build/protocolbuffers/go:v1.36.9
15+
- remote: buf.build/protocolbuffers/go:v1.36.10
1616
out: gen/go
1717
opt:
1818
- paths=source_relative
@@ -24,35 +24,35 @@ plugins:
2424
- paths=source_relative
2525

2626
# Generate Python client and server stubs
27-
- remote: buf.build/grpc/python:v1.75.0
27+
- remote: buf.build/grpc/python:v1.76.0
2828
include_imports: true
2929
out: gen/python
3030

3131
# Generate base types for Python(message and enum).
32-
- remote: buf.build/protocolbuffers/python:v32.1
32+
- remote: buf.build/protocolbuffers/python:v33.0
3333
include_imports: true
3434
out: gen/python
3535

3636
# Generate Python type hints
37-
- remote: buf.build/protocolbuffers/pyi:v32.1
37+
- remote: buf.build/protocolbuffers/pyi:v33.0
3838
include_imports: true
3939
out: gen/python
4040

4141
# Generate bindings for gRPC-Gateway
4242
# We don't need the output (the api-gateway is building this dynamically), however
4343
# we still want to run the validation logic inside this plugin
44-
- remote: buf.build/grpc-ecosystem/gateway:v2.27.2
44+
- remote: buf.build/grpc-ecosystem/gateway:v2.27.3
4545
out: gen-dummy/go
4646
opt:
4747
- paths=source_relative
4848
- generate_unbound_methods=true
4949

5050
# Generate OpenAPI definitions for Protobuf services
51-
- remote: buf.build/grpc-ecosystem/openapiv2:v2.27.2
51+
- remote: buf.build/grpc-ecosystem/openapiv2:v2.27.3
5252
out: gen/openapiv2
5353

5454
# Generate base types and services for Typescript
55-
- remote: buf.build/bufbuild/es:v2.9.0
55+
- remote: buf.build/bufbuild/es:v2.10.0
5656
include_imports: true
5757
opt:
5858
- target=js+dts

gen/go/qdrant/cloud/account/v1/account.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/auth/v1/auth.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/billing/v1/billing.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/booking/v1/booking.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/cluster/auth/v1/database_api_key.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/cluster/auth/v1/ephemeral_dashboard_token.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/cluster/auth/v2/database_api_key.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/cluster/backup/v1/backup.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/cluster/v1/cluster.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)