René's URL Explorer Experiment


Title: Bump fastapi from 0.88.0 to 0.109.1 in /backend by dependabot[bot] · Pull Request #13 · TestOrgForGitSec/gitsecurity-python · GitHub

Open Graph Title: Bump fastapi from 0.88.0 to 0.109.1 in /backend by dependabot[bot] · Pull Request #13 · TestOrgForGitSec/gitsecurity-python

X Title: Bump fastapi from 0.88.0 to 0.109.1 in /backend by dependabot[bot] · Pull Request #13 · TestOrgForGitSec/gitsecurity-python

Description: Bumps fastapi from 0.88.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade python-multipart. Read more in the advisory: Content-Type Header ReDoS. Features ✨ Include HTTP 205 in status codes with no body. PR #10969 by @​tiangolo. Refactors ✅ Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR #10876 by @​emmettbutler. ♻️ Simplify string format with f-strings in fastapi/utils.py. PR #10576 by @​eukub. 🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR #10893 by @​jiridanek. ✅ Re-enable test in tests/test_tutorial/test_header_params/test_tutorial003.py after fix in Starlette. PR #10904 by @​ooknimm. Docs 📝 Tweak wording in help-fastapi.md. PR #11040 by @​tiangolo. 📝 Tweak docs for Behind a Proxy. PR #11038 by @​tiangolo. 📝 Add External Link: 10 Tips for adding SQLAlchemy to FastAPI. PR #11036 by @​Donnype. 📝 Add External Link: Tips on migrating from Flask to FastAPI and vice-versa. PR #11029 by @​jtemporal. 📝 Deprecate old tutorials: Peewee, Couchbase, encode/databases. PR #10979 by @​tiangolo. ✏️ Fix typo in fastapi/security/oauth2.py. PR #10972 by @​RafalSkolasinski. 📝 Update HTTPException details in docs/en/docs/tutorial/handling-errors.md. PR #5418 by @​papb. ✏️ A few tweaks in docs/de/docs/tutorial/first-steps.md. PR #10959 by @​nilslindemann. ✏️ Fix link in docs/en/docs/advanced/async-tests.md. PR #10960 by @​nilslindemann. ✏️ Fix typos for Spanish documentation. PR #10957 by @​jlopezlira. 📝 Add warning about lifespan functions and backwards compatibility with events. PR #10734 by @​jacob-indigo. ✏️ Fix broken link in docs/tutorial/sql-databases.md in several languages. PR #10716 by @​theoohoho. ✏️ Remove broken links from external_links.yml. PR #10943 by @​Torabek. 📝 Update template docs with more info about url_for. PR #5937 by @​EzzEddin. 📝 Update usage of Token model in security docs. PR #9313 by @​piotrszacilowski. ✏️ Update highlighted line in docs/en/docs/tutorial/bigger-applications.md. PR #5490 by @​papb. 📝 Add External Link: Explore How to Effectively Use JWT With FastAPI. PR #10212 by @​aanchlia. 📝 Add hyperlink to docs/en/docs/tutorial/static-files.md. PR #10243 by @​hungtsetse. 📝 Add External Link: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo. PR #9440 by @​softwarebloat. 📝 Review and rewording of en/docs/contributing.md. PR #10480 by @​nilslindemann. 📝 Add External Link: ML serving and monitoring with FastAPI and Evidently. PR #9701 by @​mnrozhkov. 📝 Reword in docs, from "have in mind" to "keep in mind". PR #10376 by @​malicious. 📝 Add External Link: Talk by Jeny Sadadia. PR #10265 by @​JenySadadia. 📝 Add location info to tutorial/bigger-applications.md. PR #10552 by @​nilslindemann. ✏️ Fix Pydantic method name in docs/en/docs/advanced/path-operation-advanced-configuration.md. PR #10826 by @​ahmedabdou14. Translations 🌐 Add Spanish translation for docs/es/docs/external-links.md. PR #10933 by @​pablocm83. 🌐 Update Korean translation for docs/ko/docs/tutorial/first-steps.md, docs/ko/docs/tutorial/index.md, docs/ko/docs/tutorial/path-params.md, and docs/ko/docs/tutorial/query-params.md. PR #4218 by @​SnowSuno. ... (truncated) Commits 7633d15 🔖 Release version 0.109.1 a4de147 📝 Update release notes 9d34ad0 Merge pull request from GHSA-qf9m-vfgh-m389 ebf9723 📝 Update release notes 8590d0c 👥 Update FastAPI People (#11074) 063d7ff 📝 Update release notes 3c81e62 🌐 Add Spanish translation for docs/es/docs/external-links.md (#10933) 6c4a143 📝 Update release notes d254e2f 🌐 Update Korean translation for docs/ko/docs/tutorial/first-steps.md, `docs... 6f6e786 📝 Update release notes 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 show ignore conditions will show all of the ignore conditions of the specified dependency @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 fastapi from 0.88.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerabilit...

X Description: Bumps fastapi from 0.88.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vuln...

Opengraph URL: https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:864c4a2b-127d-1b31-cbdf-7fa0184ca651
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9FFE:12F35E:81DD24:B37894:6A4F3EF4
html-safe-nonceee5e6d288cc7c2864f02037924fa988762721f3963543d818602767ceb1efbe6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RkZFOjEyRjM1RTo4MUREMjQ6QjM3ODk0OjZBNEYzRUY0IiwidmlzaXRvcl9pZCI6IjczMTI2NTYxMDM1NzcxNzM3NDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac642378789cca8361c4602f63aaf9a4f258e84fe5f885624b8dbe086f1b82c0cf
hovercard-subject-tagpull_request:1730508226
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/TestOrgForGitSec/gitsecurity-python/pull/13/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 fastapi from 0.88.0 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerabilit...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/TestOrgForGitSec/gitsecurity-python git https://github.com/TestOrgForGitSec/gitsecurity-python.git
octolytics-dimension-user_id139981999
octolytics-dimension-user_loginTestOrgForGitSec
octolytics-dimension-repository_id753517181
octolytics-dimension-repository_nwoTestOrgForGitSec/gitsecurity-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id753481735
octolytics-dimension-repository_parent_nwocbc-GithubSecurity/gitsecurity-python
octolytics-dimension-repository_network_root_id577603990
octolytics-dimension-repository_network_root_nwoLAION-AI/Open-Assistant
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
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FTestOrgForGitSec%2Fgitsecurity-python%2Fpull%2F13%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%2FTestOrgForGitSec%2Fgitsecurity-python%2Fpull%2F13%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=TestOrgForGitSec%2Fgitsecurity-python
Reloadhttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
Reloadhttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
Reloadhttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
Please reload this pagehttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
TestOrgForGitSec https://github.com/TestOrgForGitSec
gitsecurity-pythonhttps://github.com/TestOrgForGitSec/gitsecurity-python
cbc-GithubSecurity/gitsecurity-pythonhttps://github.com/cbc-GithubSecurity/gitsecurity-python
Notifications https://github.com/login?return_to=%2FTestOrgForGitSec%2Fgitsecurity-python
Fork 1 https://github.com/login?return_to=%2FTestOrgForGitSec%2Fgitsecurity-python
Star 0 https://github.com/login?return_to=%2FTestOrgForGitSec%2Fgitsecurity-python
Code https://github.com/TestOrgForGitSec/gitsecurity-python
Pull requests 12 https://github.com/TestOrgForGitSec/gitsecurity-python/pulls
Actions https://github.com/TestOrgForGitSec/gitsecurity-python/actions
Projects https://github.com/TestOrgForGitSec/gitsecurity-python/projects
Security and quality 0 https://github.com/TestOrgForGitSec/gitsecurity-python/security
Insights https://github.com/TestOrgForGitSec/gitsecurity-python/pulse
Code https://github.com/TestOrgForGitSec/gitsecurity-python
Pull requests https://github.com/TestOrgForGitSec/gitsecurity-python/pulls
Actions https://github.com/TestOrgForGitSec/gitsecurity-python/actions
Projects https://github.com/TestOrgForGitSec/gitsecurity-python/projects
Security and quality https://github.com/TestOrgForGitSec/gitsecurity-python/security
Insights https://github.com/TestOrgForGitSec/gitsecurity-python/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FTestOrgForGitSec%2Fgitsecurity-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FTestOrgForGitSec%2Fgitsecurity-python%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/TestOrgForGitSec/gitsecurity-python/tree/main
dependabot/pip/backend/fastapi-0.109.1https://github.com/TestOrgForGitSec/gitsecurity-python/tree/dependabot/pip/backend/fastapi-0.109.1
Conversation 0 https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13
Commits 1 https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/commits
Checks 0 https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/checks
Files changed https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
Please reload this pagehttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
Bump fastapi from 0.88.0 to 0.109.1 in /backend https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#top
Show all changes 1 commit https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
6bec3df Bump fastapi from 0.88.0 to 0.109.1 in /backend dependabot[bot] Feb 17, 2024 https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/commits/6bec3df1b4dbf8118af54d800ef475280e9fc853
Clear filters https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
Please reload this pagehttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
Please reload this pagehttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files
requirements.txt https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#diff-a780f027052bed3bff6ce9850db4a0e66358b86503cf4586e846ce88afa2e9bc
requirements_worker.txt https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#diff-2a07261db265a8aa09dd69596b239c03d18797e0a162dad3e617190c6a59d252
backend/requirements.txthttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#diff-a780f027052bed3bff6ce9850db4a0e66358b86503cf4586e846ce88afa2e9bc
View file https://github.com/TestOrgForGitSec/gitsecurity-python/blob/6bec3df1b4dbf8118af54d800ef475280e9fc853/backend/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/{{ revealButtonHref }}
https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#diff-a780f027052bed3bff6ce9850db4a0e66358b86503cf4586e846ce88afa2e9bc
https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#diff-a780f027052bed3bff6ce9850db4a0e66358b86503cf4586e846ce88afa2e9bc
backend/requirements_worker.txthttps://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#diff-2a07261db265a8aa09dd69596b239c03d18797e0a162dad3e617190c6a59d252
View file https://github.com/TestOrgForGitSec/gitsecurity-python/blob/6bec3df1b4dbf8118af54d800ef475280e9fc853/backend/requirements_worker.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/{{ revealButtonHref }}
https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#diff-2a07261db265a8aa09dd69596b239c03d18797e0a162dad3e617190c6a59d252
https://github.com/TestOrgForGitSec/gitsecurity-python/pull/13/files#diff-2a07261db265a8aa09dd69596b239c03d18797e0a162dad3e617190c6a59d252
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.