8000 Security Patch for h11 by dvlpjrs · Pull Request #120 · gumloop/guMCP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Security Patch for h11 #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Sign up for GitHub

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ twilio
python-docx
mailchimp_marketing
mailerlite
atproto
atproto
httpcore>=1.0.9
h11>=0.16.0
21 changes: 9 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -29,8 +29,6 @@ anyio==4.9.0
# starlette
asn1crypto==1.5.1
# via snowflake-connector-python
async-timeout==5.0.1
# via aiohttp
atproto==0.0.61
# via -r requirements.in
attrs==25.3.0
Expand Down Expand Up @@ -83,8 +81,6 @@ dropbox==12.0.2
# via -r requirements.in
enum-compat==0.0.3
# via intuit-oauth
exceptiongroup==1.2.2
# via anyio
filelock==3.18.0
# via snowflake-connector-python
frozenlist==1.5.0
Expand Down Expand Up @@ -116,12 +112,15 @@ googlemaps==4.10.0
# via -r requirements.in
greenlet==3.1.1
# via playwright
h11==0.14.0
h11==0.16.0
# via
# -r requirements.in
# httpcore
# uvicorn
httpcore==1.0.7
# via httpx
httpcore==1.0.9
# via
# -r requirements.in
# httpx
httplib2==0.22.0
# via
# google-api-python-client
Expand Down Expand Up @@ -154,10 +153,10 @@ lxml==5.3.2
# via
# python-docx
# zeep
mailerlite==0.1.10
# via -r requirements.in
mailchimp-marketing==3.0.80
# via -r requirements.in
mailerlite==0.1.10
# via -r requirements.in
mcp==1.4.1
# via -r requirements.in
more-itertools==10.6.0
Expand Down Expand Up @@ -319,7 +318,6 @@ typing-extensions==4.13.0
# atproto
# beautifulsoup4
# browserbase
# multidict
# pydantic
# pydantic-core
# pyee
Expand All @@ -330,7 +328,6 @@ typing-extensions==4.13.0
# snowflake-connector-python
# stripe
# typing-inspection
# uvicorn
typing-inspection==0.4.0
# via pydantic
uritemplate==4.1.1
Expand Down
0