René's URL Explorer Experiment


Title: Bump grpcio from 1.13.0 to 1.53.0 by dependabot[bot] · Pull Request #53 · SEERNET/deepaffects-python · GitHub

Open Graph Title: Bump grpcio from 1.13.0 to 1.53.0 by dependabot[bot] · Pull Request #53 · SEERNET/deepaffects-python

X Title: Bump grpcio from 1.13.0 to 1.53.0 by dependabot[bot] · Pull Request #53 · SEERNET/deepaffects-python

Description: Bumps grpcio from 1.13.0 to 1.53.0. Release notes Sourced from grpcio's releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases, see Releases. This release contains refinements, improvements, and bug fixes, with highlights listed below. Core xDS: fix crash when removing the last endpoint from the last locality in weighted_target. (#32592) filter stack: pass peer name up via recv_initial_metadata batch. (#31933) [EventEngine] Add advice against blocking work in callbacks. (#32397) [http2] Dont drop connections on metadata limit exceeded. (#32309) xDS: reject aggregate cluster with empty cluster list. (#32238) Fix Python epoll1 Fork Support. (#32196) server: introduce ServerMetricRecorder API and move per-call reporting from a C++ interceptor to a C-core filter. (#32106) [EventEngine] Add invalid handle types to the public API. (#32202) [EventEngine] Refactoring the EventEngine Test Suite: Part 1. (#32127) xDS: fix WeightedClusters total weight handling. (#32134) C++ Update minimum MSVC version to 2019. (#32615) Use CMake variables for paths in pkg-config files. (#31671) C# Grpc.Tools: Use x86 protoc binaries on arm64 Windows. (#32017) Python Support python 3.11 on aarch64. (#32270) Include .pyi file. (#32268) De-experimentalize wait-for-ready. (#32143) De-experimentalize compression. (#32138) Ruby [ruby]: add pre-compiled binaries for ruby 3.2; drop them for ruby 2.6. (#32089) Release v1.53.0-pre2 This is a prerelease of gRPC Core 1.53.0 (glockenspiel). For gRPC documentation, see grpc.io. For previous releases, see Releases. ... (truncated) Changelog Sourced from grpcio's changelog. gRPC Release Schedule Below is the release schedule for gRPC Java, Go and Core and its dependent languages C++, C#, Objective-C, PHP, Python and Ruby. Releases are scheduled every six weeks on Tuesdays on a best effort basis. In some unavoidable situations a release may be delayed or released early or a language may skip a release altogether and do the next release to catch up with other languages. See the past releases in the links above. A six-week cycle gives us a good balance between delivering new features/fixes quickly and keeping the release overhead low. The gRPC release support policy can be found here. Releases are cut from release branches. For Core and Java repos, the release branch is cut two weeks before the scheduled release date. For Go, the branch is cut just before the release. An RC (release candidate) is published for Core and its dependent languages just after the branch cut. This RC is later promoted to release version if no further changes are made to the release branch. We do our best to keep head of master branch stable at all times regardless of release schedule. Daily build packages from master branch for C#, PHP, Python, Ruby and Protoc plugins are published on packages.grpc.io. If you depend on gRPC in production we recommend to set up your CI system to test the RCs and, if possible, the daily builds. Names of gRPC releases are here. Release Scheduled Branch Cut Scheduled Release Date v1.17.0 Nov 19, 2018 Dec 4, 2018 v1.18.0 Jan 2, 2019 Jan 15, 2019 v1.19.0 Feb 12, 2019 Feb 26, 2019 v1.20.0 Mar 26, 2019 Apr 9, 2019 v1.21.0 May 7, 2019 May 21, 2019 v1.22.0 Jun 18, 2019 Jul 2, 2019 v1.23.0 Jul 30, 2019 Aug 13, 2019 v1.24.0 Sept 10, 2019 Sept 24, 2019 v1.25.0 Oct 22, 2019 Nov 5, 2019 v1.26.0 Dec 3, 2019 Dec 17, 2019 v1.27.0 Jan 14, 2020 Jan 28, 2020 v1.28.0 Feb 25, 2020 Mar 10, 2020 v1.29.0 Apr 7, 2020 Apr 21, 2020 v1.30.0 May 19, 2020 Jun 2, 2020 v1.31.0 Jul 14, 2020 Jul 28, 2020 v1.32.0 Aug 25, 2020 Sep 8, 2020 v1.33.0 Oct 6, 2020 Oct 20, 2020 v1.34.0 Nov 17, 2020 Dec 1, 2020 v1.35.0 Dec 29, 2020 Jan 12, 2021 v1.36.0 Feb 9, 2021 Feb 23, 2021 v1.37.0 Mar 23, 2021 Apr 6, 2021 v1.38.0 May 4, 2021 May 18, 2021 v1.39.0 Jun 15, 2021 Jun 29, 2021 v1.40.0 Jul 27, 2021 Aug 10, 2021 v1.41.0 Sep 7, 2021 Sep 21, 2021 v1.42.0 Oct 19, 2021 Nov 2, 2021 v1.43.0 Nov 30, 2021 Dec 14, 2021 v1.44.0 Jan 11, 2022 Jan 25, 2022 v1.45.0 Feb 22, 2022 Mar 8, 2022 Commits 358bfb5 Bump version to 1.53.0 (#32685) 6e1ebe7 Backport: Ensure compatibility with the new custom kokoro win2019 image (#326... 44a77f6 Backport 1.53: Update minimum MSVC version to 2019 (#32615) c11153c backport to 1.53: xDS: fix crash when removing the last endpoint from the las... 7c7712a Bump version to 1.53.0-pre2. (#32545) a4017dc backport to 1.53: [promises] Make Poll its own type, not a variant<> (#32540) 3f93c16 Fuzzer fix backport to v1.53 (#32511) 5b244b2 Bump release version to 1.53.0-pre1 (#32428) 6589340 Bump core version 202302161703 (#32416) d49e151 [backoff] Add random early detection classifier (#32354) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps grpcio from 1.13.0 to 1.53.0. Release notes Sourced from grpcio's releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. For ...

X Description: Bumps grpcio from 1.13.0 to 1.53.0. Release notes Sourced from grpcio&#39;s releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. ...

Opengraph URL: https://github.com/SEERNET/deepaffects-python/pull/53

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:c440c7ab-733a-fd9b-e5de-5655f4d58ecf
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCAF8:726BD:C2F099:10CA419:6A50915E
html-safe-noncefdf5f6aabc097a4d3d1923a77241d8d069c91524b91f88eabcdec43b1caca57b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQUY4OjcyNkJEOkMyRjA5OToxMENBNDE5OjZBNTA5MTVFIiwidmlzaXRvcl9pZCI6IjE2MDExNTAzNzA3Nzk3OTU4MDYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac02b4c8b7f28e3a208b050850c50bd15f1fba1df7eab28b8680a03fb1f81ec996
hovercard-subject-tagpull_request:1421755887
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/SEERNET/deepaffects-python/pull/53/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps grpcio from 1.13.0 to 1.53.0. Release notes Sourced from grpcio's releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. For ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noned6dc8294eb500fa36bbc57472d61fe87c522f9c3c1d64f70f4926f66a66a7efb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/SEERNET/deepaffects-python git https://github.com/SEERNET/deepaffects-python.git
octolytics-dimension-user_id26055859
octolytics-dimension-user_loginSEERNET
octolytics-dimension-repository_id87926541
octolytics-dimension-repository_nwoSEERNET/deepaffects-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id87926541
octolytics-dimension-repository_network_root_nwoSEERNET/deepaffects-python
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7ac0ad2f2c7e4b9056617355fd9e33e22b0c8df9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/SEERNET/deepaffects-python/pull/53/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSEERNET%2Fdeepaffects-python%2Fpull%2F53%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSEERNET%2Fdeepaffects-python%2Fpull%2F53%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=SEERNET%2Fdeepaffects-python
Reloadhttps://github.com/SEERNET/deepaffects-python/pull/53/files
Reloadhttps://github.com/SEERNET/deepaffects-python/pull/53/files
Reloadhttps://github.com/SEERNET/deepaffects-python/pull/53/files
Please reload this pagehttps://github.com/SEERNET/deepaffects-python/pull/53/files
SEERNET https://github.com/SEERNET
deepaffects-pythonhttps://github.com/SEERNET/deepaffects-python
Notifications https://github.com/login?return_to=%2FSEERNET%2Fdeepaffects-python
Fork 9 https://github.com/login?return_to=%2FSEERNET%2Fdeepaffects-python
Star 11 https://github.com/login?return_to=%2FSEERNET%2Fdeepaffects-python
Code https://github.com/SEERNET/deepaffects-python
Issues 8 https://github.com/SEERNET/deepaffects-python/issues
Pull requests 4 https://github.com/SEERNET/deepaffects-python/pulls
Actions https://github.com/SEERNET/deepaffects-python/actions
Projects https://github.com/SEERNET/deepaffects-python/projects
Security and quality 0 https://github.com/SEERNET/deepaffects-python/security
Insights https://github.com/SEERNET/deepaffects-python/pulse
Code https://github.com/SEERNET/deepaffects-python
Issues https://github.com/SEERNET/deepaffects-python/issues
Pull requests https://github.com/SEERNET/deepaffects-python/pulls
Actions https://github.com/SEERNET/deepaffects-python/actions
Projects https://github.com/SEERNET/deepaffects-python/projects
Security and quality https://github.com/SEERNET/deepaffects-python/security
Insights https://github.com/SEERNET/deepaffects-python/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FSEERNET%2Fdeepaffects-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FSEERNET%2Fdeepaffects-python%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/SEERNET/deepaffects-python/tree/master
dependabot/pip/grpcio-1.53.0https://github.com/SEERNET/deepaffects-python/tree/dependabot/pip/grpcio-1.53.0
Conversation 0 https://github.com/SEERNET/deepaffects-python/pull/53
Commits 1 https://github.com/SEERNET/deepaffects-python/pull/53/commits
Checks 0 https://github.com/SEERNET/deepaffects-python/pull/53/checks
Files changed https://github.com/SEERNET/deepaffects-python/pull/53/files
Please reload this pagehttps://github.com/SEERNET/deepaffects-python/pull/53/files
Bump grpcio from 1.13.0 to 1.53.0 https://github.com/SEERNET/deepaffects-python/pull/53/files#top
Show all changes 1 commit https://github.com/SEERNET/deepaffects-python/pull/53/files
3514fa8 Bump grpcio from 1.13.0 to 1.53.0 dependabot[bot] Jul 5, 2023 https://github.com/SEERNET/deepaffects-python/pull/53/commits/3514fa87d7a2fedbfabf8cfdc2cb90f74d21df9f
Clear filters https://github.com/SEERNET/deepaffects-python/pull/53/files
Please reload this pagehttps://github.com/SEERNET/deepaffects-python/pull/53/files
Please reload this pagehttps://github.com/SEERNET/deepaffects-python/pull/53/files
requirements.txt https://github.com/SEERNET/deepaffects-python/pull/53/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
setup.py https://github.com/SEERNET/deepaffects-python/pull/53/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
requirements.txthttps://github.com/SEERNET/deepaffects-python/pull/53/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
View file https://github.com/SEERNET/deepaffects-python/blob/3514fa87d7a2fedbfabf8cfdc2cb90f74d21df9f/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SEERNET/deepaffects-python/pull/53/{{ revealButtonHref }}
https://github.com/SEERNET/deepaffects-python/pull/53/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
https://github.com/SEERNET/deepaffects-python/pull/53/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
setup.pyhttps://github.com/SEERNET/deepaffects-python/pull/53/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
View file https://github.com/SEERNET/deepaffects-python/blob/3514fa87d7a2fedbfabf8cfdc2cb90f74d21df9f/setup.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SEERNET/deepaffects-python/pull/53/{{ revealButtonHref }}
https://github.com/SEERNET/deepaffects-python/pull/53/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
https://github.com/SEERNET/deepaffects-python/pull/53/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.