Merge branch 'master' into go_release_1.62.2

pull/36251/head
Arvind Bright 8 months ago committed by GitHub
commit 470fb3752a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/internal_ci/helper_scripts/requirements.linux_perf.txt
  2. 2
      tools/internal_ci/helper_scripts/requirements.macos.txt
  3. 1
      tools/interop_matrix/client_matrix.py

@ -1,4 +1,4 @@
cryptography==3.4.6
cryptography==42.0.4
PyJWT==2.0.1
requests==2.25.1
scipy==1.5.4

@ -1,5 +1,5 @@
cython<3.0.0rc1
cryptography==3.4.6
cryptography==42.0.4
PyJWT==2.0.1
pyOpenSSL==20.0.1
PyYAML==6.0

@ -298,6 +298,7 @@ LANG_RELEASE_MATRIX = {
("v1.60.1", ReleaseInfo(runtimes=["go1.19"])),
("v1.61.0", ReleaseInfo(runtimes=["go1.19"])),
("v1.62.2", ReleaseInfo(runtimes=["go1.19"])),
("v1.63.0", ReleaseInfo(runtimes=["go1.19"])),
]
),
"java": OrderedDict(

Loading…
Cancel
Save