René's URL Explorer Experiment


Title: Issue · GitHub

Open Graph Title: Issue · parallel-web/parallel-sdk-python

X Title: Issue · parallel-web/parallel-sdk-python

Description: Contribute to parallel-web/parallel-sdk-python development by creating an account on GitHub.

Open Graph Description: Contribute to parallel-web/parallel-sdk-python development by creating an account on GitHub.

X Description: Contribute to parallel-web/parallel-sdk-python development by creating an account on GitHub.

Opengraph URL: https://github.com/parallel-web/parallel-sdk-python

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Error for template code in Task Group API (with python 3.12)","articleBody":"```python\n# Stream all results from the group\nasync def get_all_results(client: parallel.AsyncParallel, taskgroup_id: str):\n    results = []\n\n    path = f\"/v1beta/tasks/groups/{taskgroup_id}/runs\"\n    path += \"?include_input=true\u0026include_output=true\"\n\n    result_stream = await client.get(\n        path=path,\n        cast_to=TaskRunEvent | ErrorResponse | None,\n        stream=True,\n        stream_cls=parallel.AsyncStream[TaskRunEvent | ErrorResponse],\n    )\n\n    async for event in result_stream:\n        if isinstance(event, TaskRunEvent) and event.output:\n            company_input = CompanyInput.model_validate(event.input.input)\n            company_output = CompanyOutput.model_validate(event.output.content)\n\n            results.append(\n                {\n                    \"company\": company_input.company_name,\n                    \"insights\": company_output.key_insights,\n                    \"market_position\": company_output.market_position,\n                }\n            )\n\n    return results\n\nresults = await get_all_results(client, taskgroup_id)\nprint(f\"Processed {len(results)} companies successfully\")\n```\n\nThis code doesnt work for python 3.12 as this line `cast_to=TaskRunEvent | ErrorResponse | None` use weak ref type so it raised Error as `TypeError: cannot create weak reference to 'types.UnionType' object`. \n\n\nCode fix: using strong UNION type to resolve this issue\n\n```python\nfrom typing import Union\n\nasync def get_all_results(client: parallel.AsyncParallel, taskgroup_id: str):\n    results = []\n\n    path = f\"/v1beta/tasks/groups/{taskgroup_id}/runs\"\n    path += \"?include_input=true\u0026include_output=true\"\n\n    result_stream = await client.get(\n        path=path,\n        cast_to=Union[TaskRunEvent, ErrorResponse, None],  # Use typing.Union instead of |\n        stream=True,\n        stream_cls=parallel.AsyncStream[Union[TaskRunEvent, ErrorResponse]],  # Also update this\n    )\n\n    async for event in result_stream:\n          if isinstance(event, TaskRunEvent) and event.output:\n              company_input = CompanyInput.model_validate(event.input.input)\n              company_output = CompanyOutput.model_validate(event.output.content)\n\n              results.append(\n                  {\n                      \"vendor_gold_key\": company_input.vendor_gold_key,\n                      \"vendor_name\": company_input.company_name,\n                      \"tax_code\": company_input.tax_code,\n                      \"country_code\": company_input.country_code,\n                      \"research_summary\": company_output.company_research_summary,\n                      \"is_exclusion\": company_output.is_exclusion,\n                  }\n              )\n          return results\n\nresults = await get_all_results(client, taskgroup_id)\nprint(f\"Processed {len(results)} companies successfully\")\n```","author":{"url":"https://github.com/Hazzng","@type":"Person","name":"Hazzng"},"datePublished":"2025-11-18T00:42:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/20/parallel-sdk-python/issues/20"}

route-pattern/:user_id/:repository/issues/:id(.:format)
route-controllerissues
route-actionshow
fetch-noncev2:638d8b56-d358-daf7-b420-c83ea92b383a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBF7C:1E4E:1F335B:292560:6A4C5E3A
html-safe-nonce8d918c40d749b3b287fec5d48045ccdcb410b8fe2d942096ab26bd945ad845f3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRjdDOjFFNEU6MUYzMzVCOjI5MjU2MDo2QTRDNUUzQSIsInZpc2l0b3JfaWQiOiI2NTY2NDU4NjI1OTg3NzMxMDAyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac186d06eea92a5402ae77a61b6a8bb9d8158001530dc09bf091c256a9645171aa
hovercard-subject-tagrepository:1005819284
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///issues/show
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/parallel-web/parallel-sdk-python/issues/20
twitter:imagehttps://opengraph.githubassets.com/c7f808f31aff8e92eb815a5397b6536dfde46185a9bf9b79edb4afef26bddd10/parallel-web/parallel-sdk-python
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c7f808f31aff8e92eb815a5397b6536dfde46185a9bf9b79edb4afef26bddd10/parallel-web/parallel-sdk-python
og:image:altContribute to parallel-web/parallel-sdk-python development by creating an account on GitHub.
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-cache
go-importgithub.com/parallel-web/parallel-sdk-python git https://github.com/parallel-web/parallel-sdk-python.git
octolytics-dimension-user_id210743255
octolytics-dimension-user_loginparallel-web
octolytics-dimension-repository_id1005819284
octolytics-dimension-repository_nwoparallel-web/parallel-sdk-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1005819284
octolytics-dimension-repository_network_root_nwoparallel-web/parallel-sdk-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release14099438da5379150f15a2892474c7c7e6c0e55e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/parallel-web/parallel-sdk-python/issues/20#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fparallel-web%2Fparallel-sdk-python%2Fissues%2F20
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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2Fparallel-web%2Fparallel-sdk-python%2Fissues%2F20
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%2Fissues%2Fshow&source=header-repo&source_repo=parallel-web%2Fparallel-sdk-python
Reloadhttps://github.com/parallel-web/parallel-sdk-python/issues/20
Reloadhttps://github.com/parallel-web/parallel-sdk-python/issues/20
Reloadhttps://github.com/parallel-web/parallel-sdk-python/issues/20
Please reload this pagehttps://github.com/parallel-web/parallel-sdk-python/issues/20
parallel-web https://github.com/parallel-web
parallel-sdk-pythonhttps://github.com/parallel-web/parallel-sdk-python
Notifications https://github.com/login?return_to=%2Fparallel-web%2Fparallel-sdk-python
Fork 5 https://github.com/login?return_to=%2Fparallel-web%2Fparallel-sdk-python
Star 26 https://github.com/login?return_to=%2Fparallel-web%2Fparallel-sdk-python
Code https://github.com/parallel-web/parallel-sdk-python
Issues 3 https://github.com/parallel-web/parallel-sdk-python/issues
Pull requests 1 https://github.com/parallel-web/parallel-sdk-python/pulls
Actions https://github.com/parallel-web/parallel-sdk-python/actions
Projects https://github.com/parallel-web/parallel-sdk-python/projects
Security and quality 0 https://github.com/parallel-web/parallel-sdk-python/security
Insights https://github.com/parallel-web/parallel-sdk-python/pulse
Code https://github.com/parallel-web/parallel-sdk-python
Issues https://github.com/parallel-web/parallel-sdk-python/issues
Pull requests https://github.com/parallel-web/parallel-sdk-python/pulls
Actions https://github.com/parallel-web/parallel-sdk-python/actions
Projects https://github.com/parallel-web/parallel-sdk-python/projects
Security and quality https://github.com/parallel-web/parallel-sdk-python/security
Insights https://github.com/parallel-web/parallel-sdk-python/pulse
Error for template code in Task Group API (with python 3.12)https://github.com/parallel-web/parallel-sdk-python/issues/20#top
https://github.com/Hazzng
Hazznghttps://github.com/Hazzng
on Nov 18, 2025https://github.com/parallel-web/parallel-sdk-python/issues/20#issue-3635609825
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.