Skip to content

Commit afd4f10

Browse files
fix allocator selection in VENV
1 parent f1e6507 commit afd4f10

37 files changed

+240
-816
lines changed

.riot/requirements/1227878.txt

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,36 @@
77
absolufy-imports==0.3.1
88
alembic==1.16.5
99
annotated-types==0.7.0
10-
anyio==4.10.0
10+
anyio==4.11.0
1111
attrs==25.3.0
12-
authlib==1.6.3
12+
authlib==1.6.4
1313
cachetools==5.5.2
1414
certifi==2025.8.3
1515
cffi==2.0.0
1616
charset-normalizer==3.4.3
17-
click==8.2.1
17+
click==8.3.0
1818
cloudpickle==3.1.1
19-
coverage[toml]==7.10.6
20-
cryptography==45.0.7
19+
coverage[toml]==7.10.7
20+
cryptography==46.0.1
2121
deprecated==1.2.18
2222
docstring-parser==0.17.0
23-
fastapi==0.116.1
24-
google-adk==1.14.1
23+
fastapi==0.117.1
24+
google-adk==1.15.0
2525
google-api-core[grpc]==2.25.1
26-
google-api-python-client==2.181.0
26+
google-api-python-client==2.183.0
2727
google-auth==2.40.3
2828
google-auth-httplib2==0.2.0
29-
google-cloud-aiplatform[agent-engines]==1.113.0
29+
google-cloud-aiplatform[agent-engines]==1.115.0
3030
google-cloud-appengine-logging==1.6.2
3131
google-cloud-audit-log==0.3.2
32-
google-cloud-bigquery==3.37.0
32+
google-cloud-bigquery==3.38.0
3333
google-cloud-bigtable==2.32.0
3434
google-cloud-core==2.4.3
3535
google-cloud-logging==3.12.1
36+
google-cloud-monitoring==2.27.2
3637
google-cloud-resource-manager==1.14.2
3738
google-cloud-secret-manager==2.24.0
38-
google-cloud-spanner==3.57.0
39+
google-cloud-spanner==3.58.0
3940
google-cloud-speech==2.33.0
4041
google-cloud-storage==2.19.0
4142
google-cloud-trace==1.16.2
@@ -47,8 +48,8 @@ graphviz==0.21
4748
greenlet==3.2.4
4849
grpc-google-iam-v1==0.14.2
4950
grpc-interceptor==0.15.4
50-
grpcio==1.74.0
51-
grpcio-status==1.74.0
51+
grpcio==1.75.1
52+
grpcio-status==1.75.1
5253
h11==0.16.0
5354
httpcore==1.0.9
5455
httplib2==0.31.0
@@ -62,12 +63,17 @@ jsonschema==4.25.1
6263
jsonschema-specifications==2025.9.1
6364
mako==1.3.10
6465
markupsafe==3.0.2
65-
mcp==1.14.0
66+
mcp==1.15.0
6667
mock==5.2.0
6768
multidict==6.6.4
6869
numpy==2.3.3
6970
opentelemetry-api==1.37.0
71+
opentelemetry-exporter-gcp-logging==1.9.0a0
72+
opentelemetry-exporter-gcp-monitoring==1.9.0a0
7073
opentelemetry-exporter-gcp-trace==1.9.0
74+
opentelemetry-exporter-otlp-proto-common==1.37.0
75+
opentelemetry-exporter-otlp-proto-http==1.37.0
76+
opentelemetry-proto==1.37.0
7177
opentelemetry-resourcedetector-gcp==1.9.0a0
7278
opentelemetry-sdk==1.37.0
7379
opentelemetry-semantic-conventions==0.58b0
@@ -82,37 +88,37 @@ pyasn1-modules==0.4.2
8288
pycparser==2.23
8389
pydantic==2.11.9
8490
pydantic-core==2.33.2
85-
pydantic-settings==2.10.1
91+
pydantic-settings==2.11.0
8692
pygments==2.19.2
87-
pyparsing==3.2.4
93+
pyparsing==3.2.5
8894
pytest==8.4.2
8995
pytest-asyncio==1.2.0
9096
pytest-cov==7.0.0
91-
pytest-mock==3.15.0
97+
pytest-mock==3.15.1
9298
python-dateutil==2.9.0.post0
9399
python-dotenv==1.1.1
94100
python-multipart==0.0.20
95-
pyyaml==6.0.2
101+
pyyaml==6.0.3
96102
referencing==0.36.2
97103
requests==2.32.5
98104
rpds-py==0.27.1
99105
rsa==4.9.1
100-
shapely==2.1.1
106+
shapely==2.1.2
101107
six==1.17.0
102108
sniffio==1.3.1
103109
sortedcontainers==2.4.0
104110
sqlalchemy==2.0.43
105111
sqlalchemy-spanner==1.16.0
106112
sqlparse==0.5.3
107113
sse-starlette==3.0.2
108-
starlette==0.47.3
114+
starlette==0.48.0
109115
tenacity==8.5.0
110116
typing-extensions==4.15.0
111117
typing-inspection==0.4.1
112118
tzlocal==5.3.1
113119
uritemplate==4.2.0
114120
urllib3==2.5.0
115-
uvicorn==0.35.0
121+
uvicorn==0.37.0
116122
vcrpy==7.0.0
117123
watchdog==6.0.0
118124
websockets==15.0.1

.riot/requirements/134c577.txt

Lines changed: 0 additions & 31 deletions
This file was deleted.

.riot/requirements/13b7af1.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

.riot/requirements/158f80c.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

.riot/requirements/82d29ef.txt renamed to .riot/requirements/17a060e.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/82d29ef.in
5+
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/17a060e.in
66
#
77
attrs==25.3.0
88
coverage[toml]==7.10.7

.riot/requirements/18d669b.txt

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,44 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/18d669b.in
5+
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/18d669b.in
66
#
77
annotated-types==0.7.0
8-
anyio==4.10.0
8+
anyio==4.11.0
99
attrs==25.3.0
1010
authlib==1.6.4
1111
cachetools==5.5.2
1212
certifi==2025.8.3
1313
cffi==2.0.0
1414
charset-normalizer==3.4.3
15-
click==8.2.1
16-
coverage[toml]==7.10.6
15+
click==8.3.0
16+
coverage[toml]==7.10.7
1717
cryptography==46.0.1
1818
deprecated==1.2.18
1919
docstring-parser==0.17.0
20-
fastapi==0.116.2
20+
fastapi==0.117.1
2121
google-adk==1.0.0
2222
google-api-core[grpc]==2.25.1
23-
google-api-python-client==2.182.0
23+
google-api-python-client==2.183.0
2424
google-auth==2.40.3
2525
google-auth-httplib2==0.2.0
26-
google-cloud-aiplatform==1.114.0
27-
google-cloud-bigquery==3.37.0
26+
google-cloud-aiplatform==1.117.0
27+
google-cloud-bigquery==3.38.0
2828
google-cloud-core==2.4.3
2929
google-cloud-resource-manager==1.14.2
3030
google-cloud-secret-manager==2.24.0
3131
google-cloud-speech==2.33.0
3232
google-cloud-storage==2.19.0
3333
google-cloud-trace==1.16.2
3434
google-crc32c==1.7.1
35-
google-genai==1.38.0
35+
google-genai==1.39.0
3636
google-resumable-media==2.7.2
3737
googleapis-common-protos[grpc]==1.70.0
3838
graphviz==0.21
39+
greenlet==3.2.4
3940
grpc-google-iam-v1==0.14.2
40-
grpcio==1.75.0
41-
grpcio-status==1.75.0
41+
grpcio==1.75.1
42+
grpcio-status==1.75.1
4243
h11==0.16.0
4344
httpcore==1.0.9
4445
httplib2==0.31.0
@@ -50,7 +51,7 @@ importlib-metadata==8.7.0
5051
iniconfig==2.1.0
5152
jsonschema==4.25.1
5253
jsonschema-specifications==2025.9.1
53-
mcp==1.14.0
54+
mcp==1.15.0
5455
mock==5.2.0
5556
multidict==6.6.4
5657
numpy==2.3.3
@@ -70,22 +71,22 @@ pyasn1-modules==0.4.2
7071
pycparser==2.23
7172
pydantic==2.11.9
7273
pydantic-core==2.33.2
73-
pydantic-settings==2.10.1
74+
pydantic-settings==2.11.0
7475
pygments==2.19.2
75-
pyparsing==3.2.4
76+
pyparsing==3.2.5
7677
pytest==8.4.2
7778
pytest-asyncio==1.2.0
7879
pytest-cov==7.0.0
7980
pytest-mock==3.15.1
8081
python-dateutil==2.9.0.post0
8182
python-dotenv==1.1.1
8283
python-multipart==0.0.20
83-
pyyaml==6.0.2
84+
pyyaml==6.0.3
8485
referencing==0.36.2
8586
requests==2.32.5
8687
rpds-py==0.27.1
8788
rsa==4.9.1
88-
shapely==2.1.1
89+
shapely==2.1.2
8990
six==1.17.0
9091
sniffio==1.3.1
9192
sortedcontainers==2.4.0
@@ -98,7 +99,7 @@ typing-inspection==0.4.1
9899
tzlocal==5.3.1
99100
uritemplate==4.2.0
100101
urllib3==2.5.0
101-
uvicorn==0.35.0
102+
uvicorn==0.37.0
102103
vcrpy==7.0.0
103104
websockets==15.0.1
104105
wrapt==1.17.3

.riot/requirements/cae11f9.txt renamed to .riot/requirements/18fddc3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/cae11f9.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/18fddc3.in
66
#
77
attrs==25.3.0
88
coverage[toml]==7.10.7

.riot/requirements/1960684.txt

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)