[{"id":14933072,"name":"github.com/sqlalchemy/sqlalchemy","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-08-11T19:07:26.000Z","latest_release_published_at":"2026-08-11T19:07:26.000Z","latest_release_number":"v0.0.0-20260811190726-7cc0cead13e8","last_synced_at":"2026-09-01T06:23:25.158Z","created_at":"2026-08-12T00:33:09.789Z","updated_at":"2026-09-01T06:23:25.158Z","registry_url":"https://pkg.go.dev/github.com/sqlalchemy/sqlalchemy","install_command":"go get github.com/sqlalchemy/sqlalchemy","documentation_url":"https://pkg.go.dev/github.com/sqlalchemy/sqlalchemy#section-documentation","metadata":{},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T12:36:59.766Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.796011385411047,"dependent_packages_count":4.494101325906062,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.6450563556585545},"purl":"pkg:golang/github.com/sqlalchemy/sqlalchemy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/sqlalchemy/sqlalchemy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/sqlalchemy/sqlalchemy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/sqlalchemy/sqlalchemy/dependencies","status":"removed","funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T00:02:50.494Z","issues_count":955,"pull_requests_count":738,"avg_time_to_close_issue":11981979.454272864,"avg_time_to_close_pull_request":2534687.53078203,"issues_closed_count":667,"pull_requests_closed_count":600,"pull_request_authors_count":317,"issue_authors_count":507,"avg_comments_per_issue":4.689005235602094,"avg_comments_per_pull_request":4.6653116531165315,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":166,"past_year_pull_requests_count":185,"past_year_avg_time_to_close_issue":1072144.6393442622,"past_year_avg_time_to_close_pull_request":662888.4471544715,"past_year_issues_closed_count":122,"past_year_pull_requests_closed_count":123,"past_year_pull_request_authors_count":122,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.596385542168675,"past_year_avg_comments_per_pull_request":3.8378378378378377,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":199,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":49,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsqlalchemy%2Fsqlalchemy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsqlalchemy%2Fsqlalchemy/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsqlalchemy%2Fsqlalchemy/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsqlalchemy%2Fsqlalchemy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsqlalchemy%2Fsqlalchemy/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsqlalchemy%2Fsqlalchemy/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13089816,"name":"python312Packages.sqlalchemy_1_4","ecosystem":"nixpkgs","description":"Database Toolkit for Python","homepage":"https://github.com/sqlalchemy/sqlalchemy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T18:14:12.839Z","latest_release_published_at":"2026-02-01T18:14:12.839Z","latest_release_number":"1.4.54","last_synced_at":"2026-03-09T06:18:43.305Z","created_at":"2026-02-01T18:14:10.421Z","updated_at":"2026-08-25T21:37:10.659Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python312Packages.sqlalchemy_1_4","install_command":"nix-env -iA nixpkgs.python312Packages.sqlalchemy_1_4","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/sqlalchemy/1_4.nix#L105","metadata":{"nix_attribute":"python3.12-sqlalchemy-1.4.54","position":"pkgs/development/python-modules/sqlalchemy/1_4.nix:105","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sqlalchemy_1_4","upstream_purl":"pkg:pypi/sqlalchemy_1_4"},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-25T21:37:10.659Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python312Packages.sqlalchemy_1_4?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.sqlalchemy_1_4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.sqlalchemy_1_4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.sqlalchemy_1_4/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T00:11:20.290Z","issues_count":958,"pull_requests_count":741,"avg_time_to_close_issue":11946231.348281017,"avg_time_to_close_pull_request":2632701.300492611,"issues_closed_count":669,"pull_requests_closed_count":608,"pull_request_authors_count":318,"issue_authors_count":508,"avg_comments_per_issue":4.68580375782881,"avg_comments_per_pull_request":4.666666666666667,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":169,"past_year_pull_requests_count":188,"past_year_avg_time_to_close_issue":1055242.9193548388,"past_year_avg_time_to_close_pull_request":971926.8153846153,"past_year_issues_closed_count":124,"past_year_pull_requests_closed_count":130,"past_year_pull_request_authors_count":123,"past_year_issue_authors_count":67,"past_year_avg_comments_per_issue":4.579881656804734,"past_year_avg_comments_per_pull_request":3.851063829787234,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":200,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sqlalchemy_1_4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sqlalchemy_1_4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sqlalchemy_1_4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sqlalchemy_1_4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sqlalchemy_1_4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.sqlalchemy_1_4/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":3735},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-09-01T05:05:03.491Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":14108988,"name":"python314Packages.sqlalchemy_1_3","ecosystem":"nixpkgs","description":"Database Toolkit for Python","homepage":"https://github.com/sqlalchemy/sqlalchemy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-24T00:44:36.910Z","latest_release_published_at":"2026-03-24T00:44:36.910Z","latest_release_number":"1.3.24","last_synced_at":"2026-03-24T00:44:37.188Z","created_at":"2026-03-24T00:44:36.728Z","updated_at":"2026-08-28T09:16:16.677Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python314Packages.sqlalchemy_1_3","install_command":"nix-env -iA nixpkgs.python314Packages.sqlalchemy_1_3","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/sqlalchemy/1_3.nix#L80","metadata":{"nix_attribute":"python3.14-sqlalchemy-1.3.24","position":"pkgs/development/python-modules/sqlalchemy/1_3.nix:80","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sqlalchemy_1_3","upstream_purl":"pkg:pypi/sqlalchemy_1_3"},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-28T09:16:16.676Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":0.2346293481052639,"forks_count":0.19020248929243286,"docker_downloads_count":null,"average":0.10620795934942419},"purl":"pkg:nix/python314Packages.sqlalchemy_1_3?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python314Packages.sqlalchemy_1_3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python314Packages.sqlalchemy_1_3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python314Packages.sqlalchemy_1_3/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T00:21:53.837Z","issues_count":960,"pull_requests_count":743,"avg_time_to_close_issue":11946231.348281017,"avg_time_to_close_pull_request":2632701.300492611,"issues_closed_count":669,"pull_requests_closed_count":608,"pull_request_authors_count":318,"issue_authors_count":509,"avg_comments_per_issue":4.682291666666667,"avg_comments_per_pull_request":4.667563930013459,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":169,"past_year_pull_requests_count":190,"past_year_avg_time_to_close_issue":1056036.0650406503,"past_year_avg_time_to_close_pull_request":971926.8153846153,"past_year_issues_closed_count":123,"past_year_pull_requests_closed_count":130,"past_year_pull_request_authors_count":123,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.4733727810650885,"past_year_avg_comments_per_pull_request":3.863157894736842,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":201,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_3/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":154149,"maintainers_count":4919,"namespaces_count":0,"keywords_count":3244,"github":"NixOS","metadata":{"funded_packages_count":6418},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-09-01T05:03:32.585Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13207995,"name":"python312Packages.sqlalchemy_1_4","ecosystem":"nixpkgs","description":"The Database Toolkit for Python","homepage":"https://github.com/sqlalchemy/sqlalchemy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T01:12:35.668Z","latest_release_published_at":"2026-02-02T01:12:35.668Z","latest_release_number":"1.4.52","last_synced_at":"2026-05-13T08:03:19.904Z","created_at":"2026-02-02T01:12:23.251Z","updated_at":"2026-08-16T19:37:44.626Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python312Packages.sqlalchemy_1_4","install_command":"nix-env -iA nixpkgs.python312Packages.sqlalchemy_1_4","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/sqlalchemy/1_4.nix#L105","metadata":{"nix_attribute":"python3.12-sqlalchemy-1.4.52","position":"pkgs/development/python-modules/sqlalchemy/1_4.nix:105","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sqlalchemy_1_4","upstream_purl":"pkg:pypi/sqlalchemy_1_4"},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-07T19:23:40.000Z","size":101409,"stargazers_count":12056,"open_issues_count":218,"forks_count":1741,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-09T06:29:43.782Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-08T23:38:02.000Z","dependencies_parsed_at":"2026-03-28T00:01:37.898Z","dependency_job_id":"19f7d427-8a10-4980-a3f2-30477a65fece","html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36453457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T19:37:44.626Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python312Packages.sqlalchemy_1_4?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.sqlalchemy_1_4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.sqlalchemy_1_4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.sqlalchemy_1_4/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T19:02:38.720Z","issues_count":948,"pull_requests_count":733,"avg_time_to_close_issue":11966512.764079148,"avg_time_to_close_pull_request":2546736.390284757,"issues_closed_count":657,"pull_requests_closed_count":596,"pull_request_authors_count":313,"issue_authors_count":504,"avg_comments_per_issue":4.689873417721519,"avg_comments_per_pull_request":4.679399727148704,"merged_pull_requests_count":190,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":163,"past_year_pull_requests_count":184,"past_year_avg_time_to_close_issue":1121377.608695652,"past_year_avg_time_to_close_pull_request":687659.1475409836,"past_year_issues_closed_count":115,"past_year_pull_requests_closed_count":122,"past_year_pull_request_authors_count":120,"past_year_issue_authors_count":65,"past_year_avg_comments_per_issue":4.521472392638037,"past_year_avg_comments_per_pull_request":3.9456521739130435,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":195,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":160,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sqlalchemy_1_4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sqlalchemy_1_4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sqlalchemy_1_4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sqlalchemy_1_4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sqlalchemy_1_4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.sqlalchemy_1_4/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":3581},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-09-01T05:03:04.490Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":14108974,"name":"python313Packages.sqlalchemy_1_3","ecosystem":"nixpkgs","description":"Database Toolkit for Python","homepage":"https://github.com/sqlalchemy/sqlalchemy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-24T00:44:19.252Z","latest_release_published_at":"2026-03-24T00:44:19.252Z","latest_release_number":"1.3.24","last_synced_at":"2026-03-24T00:44:19.695Z","created_at":"2026-03-24T00:44:19.045Z","updated_at":"2026-08-24T21:47:23.437Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python313Packages.sqlalchemy_1_3","install_command":"nix-env -iA nixpkgs.python313Packages.sqlalchemy_1_3","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/sqlalchemy/1_3.nix#L80","metadata":{"nix_attribute":"python3.13-sqlalchemy-1.3.24","position":"pkgs/development/python-modules/sqlalchemy/1_3.nix:80","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sqlalchemy_1_3","upstream_purl":"pkg:pypi/sqlalchemy_1_3"},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T21:47:23.437Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python313Packages.sqlalchemy_1_3?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python313Packages.sqlalchemy_1_3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python313Packages.sqlalchemy_1_3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python313Packages.sqlalchemy_1_3/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T00:02:50.494Z","issues_count":955,"pull_requests_count":738,"avg_time_to_close_issue":11981979.454272864,"avg_time_to_close_pull_request":2534687.53078203,"issues_closed_count":667,"pull_requests_closed_count":600,"pull_request_authors_count":317,"issue_authors_count":507,"avg_comments_per_issue":4.689005235602094,"avg_comments_per_pull_request":4.6653116531165315,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":166,"past_year_pull_requests_count":185,"past_year_avg_time_to_close_issue":1072144.6393442622,"past_year_avg_time_to_close_pull_request":662888.4471544715,"past_year_issues_closed_count":122,"past_year_pull_requests_closed_count":123,"past_year_pull_request_authors_count":122,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.596385542168675,"past_year_avg_comments_per_pull_request":3.8378378378378377,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":199,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":49,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_3/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":154149,"maintainers_count":4919,"namespaces_count":0,"keywords_count":3244,"github":"NixOS","metadata":{"funded_packages_count":6418},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-09-01T05:03:32.585Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":5293639,"name":"sqlalchemy","ecosystem":"conda","description":"SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.","homepage":"https://www.sqlalchemy.org/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":[],"namespace":null,"versions_count":93,"first_release_published_at":"2018-09-19T19:28:14.000Z","latest_release_published_at":"2022-11-12T18:25:16.000Z","latest_release_number":"1.4.44","last_synced_at":"2026-07-24T20:55:39.552Z","created_at":"2022-10-03T15:55:34.256Z","updated_at":"2026-08-16T19:37:44.744Z","registry_url":"https://anaconda.org/conda-forge/sqlalchemy","install_command":"conda install -c conda-forge sqlalchemy","documentation_url":null,"metadata":{},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-07T19:23:40.000Z","size":101409,"stargazers_count":12056,"open_issues_count":218,"forks_count":1741,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-09T06:29:43.782Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-08T23:38:02.000Z","dependencies_parsed_at":"2026-03-28T00:01:37.898Z","dependency_job_id":"19f7d427-8a10-4980-a3f2-30477a65fece","html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36453457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T19:37:44.743Z","dependent_packages_count":269,"downloads":null,"downloads_period":null,"dependent_repos_count":648,"rankings":{"downloads":null,"dependent_repos_count":1.0531569752932368,"dependent_packages_count":0.23958073371599697,"stargazers_count":3.7234839031694533,"forks_count":4.527077614175194,"docker_downloads_count":null,"average":2.38582480658847},"purl":"pkg:conda/sqlalchemy?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/sqlalchemy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/sqlalchemy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/sqlalchemy/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-15T19:02:38.720Z","issues_count":948,"pull_requests_count":733,"avg_time_to_close_issue":11966512.764079148,"avg_time_to_close_pull_request":2546736.390284757,"issues_closed_count":657,"pull_requests_closed_count":596,"pull_request_authors_count":313,"issue_authors_count":504,"avg_comments_per_issue":4.689873417721519,"avg_comments_per_pull_request":4.679399727148704,"merged_pull_requests_count":190,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":163,"past_year_pull_requests_count":184,"past_year_avg_time_to_close_issue":1121377.608695652,"past_year_avg_time_to_close_pull_request":687659.1475409836,"past_year_issues_closed_count":115,"past_year_pull_requests_closed_count":122,"past_year_pull_request_authors_count":120,"past_year_issue_authors_count":65,"past_year_avg_comments_per_issue":4.521472392638037,"past_year_avg_comments_per_pull_request":3.9456521739130435,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":195,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":160,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqlalchemy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqlalchemy/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqlalchemy/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqlalchemy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqlalchemy/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/sqlalchemy/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2368},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-09-01T05:06:11.122Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":5284927,"name":"sqlalchemy","ecosystem":"conda","description":"SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.","homepage":"https://www.sqlalchemy.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":[],"namespace":null,"versions_count":59,"first_release_published_at":"2017-09-21T00:10:16.000Z","latest_release_published_at":"2026-03-17T13:44:48.000Z","latest_release_number":"2.0.48","last_synced_at":"2026-03-17T15:20:57.194Z","created_at":"2022-10-03T15:41:35.809Z","updated_at":"2026-08-16T19:37:44.764Z","registry_url":"https://anaconda.org/anaconda/sqlalchemy","install_command":"conda install -c anaconda sqlalchemy","documentation_url":null,"metadata":{},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-07T19:23:40.000Z","size":101409,"stargazers_count":12056,"open_issues_count":218,"forks_count":1741,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-09T06:29:43.782Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-08T23:38:02.000Z","dependencies_parsed_at":"2026-03-28T00:01:37.898Z","dependency_job_id":"19f7d427-8a10-4980-a3f2-30477a65fece","html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36453457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T19:37:44.764Z","dependent_packages_count":32,"downloads":602025,"downloads_period":"total","dependent_repos_count":648,"rankings":{"downloads":null,"dependent_repos_count":6.36140135218193,"dependent_packages_count":0.8912108174554395,"stargazers_count":9.834050399508296,"forks_count":10.694529809465275,"docker_downloads_count":null,"average":6.945298094652735},"purl":"pkg:conda/sqlalchemy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/sqlalchemy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/sqlalchemy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/sqlalchemy/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":false,"issue_metadata":{"last_synced_at":"2026-08-15T19:02:38.720Z","issues_count":948,"pull_requests_count":733,"avg_time_to_close_issue":11966512.764079148,"avg_time_to_close_pull_request":2546736.390284757,"issues_closed_count":657,"pull_requests_closed_count":596,"pull_request_authors_count":313,"issue_authors_count":504,"avg_comments_per_issue":4.689873417721519,"avg_comments_per_pull_request":4.679399727148704,"merged_pull_requests_count":190,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":163,"past_year_pull_requests_count":184,"past_year_avg_time_to_close_issue":1121377.608695652,"past_year_avg_time_to_close_pull_request":687659.1475409836,"past_year_issues_closed_count":115,"past_year_pull_requests_closed_count":122,"past_year_pull_request_authors_count":120,"past_year_issue_authors_count":65,"past_year_avg_comments_per_issue":4.521472392638037,"past_year_avg_comments_per_pull_request":3.9456521739130435,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":195,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":160,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sqlalchemy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sqlalchemy/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sqlalchemy/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sqlalchemy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sqlalchemy/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/sqlalchemy/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5487,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":865},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-09-01T05:06:12.533Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":13199734,"name":"python311Packages.sqlalchemy_1_4","ecosystem":"nixpkgs","description":"The Database Toolkit for Python","homepage":"https://github.com/sqlalchemy/sqlalchemy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:44:11.331Z","latest_release_published_at":"2026-02-02T00:44:11.331Z","latest_release_number":"1.4.52","last_synced_at":"2026-08-07T07:03:40.228Z","created_at":"2026-02-02T00:43:51.769Z","updated_at":"2026-08-16T19:37:44.851Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python311Packages.sqlalchemy_1_4","install_command":"nix-env -iA nixpkgs.python311Packages.sqlalchemy_1_4","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/sqlalchemy/1_4.nix#L105","metadata":{"nix_attribute":"python3.11-sqlalchemy-1.4.52","position":"pkgs/development/python-modules/sqlalchemy/1_4.nix:105","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sqlalchemy_1_4","upstream_purl":"pkg:pypi/sqlalchemy_1_4"},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-07T19:23:40.000Z","size":101409,"stargazers_count":12056,"open_issues_count":218,"forks_count":1741,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-09T06:29:43.782Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-08T23:38:02.000Z","dependencies_parsed_at":"2026-03-28T00:01:37.898Z","dependency_job_id":"19f7d427-8a10-4980-a3f2-30477a65fece","html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36453457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T19:37:44.851Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.sqlalchemy_1_4?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.sqlalchemy_1_4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.sqlalchemy_1_4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.sqlalchemy_1_4/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T19:02:38.720Z","issues_count":948,"pull_requests_count":733,"avg_time_to_close_issue":11966512.764079148,"avg_time_to_close_pull_request":2546736.390284757,"issues_closed_count":657,"pull_requests_closed_count":596,"pull_request_authors_count":313,"issue_authors_count":504,"avg_comments_per_issue":4.689873417721519,"avg_comments_per_pull_request":4.679399727148704,"merged_pull_requests_count":190,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":163,"past_year_pull_requests_count":184,"past_year_avg_time_to_close_issue":1121377.608695652,"past_year_avg_time_to_close_pull_request":687659.1475409836,"past_year_issues_closed_count":115,"past_year_pull_requests_closed_count":122,"past_year_pull_request_authors_count":120,"past_year_issue_authors_count":65,"past_year_avg_comments_per_issue":4.521472392638037,"past_year_avg_comments_per_pull_request":3.9456521739130435,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":195,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":160,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sqlalchemy_1_4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sqlalchemy_1_4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sqlalchemy_1_4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sqlalchemy_1_4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sqlalchemy_1_4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.sqlalchemy_1_4/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":3581},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-09-01T05:03:04.490Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":12877702,"name":"python313Packages.sqlalchemy_1_4","ecosystem":"nixpkgs","description":"Database Toolkit for Python","homepage":"https://github.com/sqlalchemy/sqlalchemy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T05:03:04.966Z","latest_release_published_at":"2026-01-27T05:03:04.966Z","latest_release_number":"1.4.54","last_synced_at":"2026-07-30T09:52:33.483Z","created_at":"2026-01-27T05:03:04.608Z","updated_at":"2026-08-24T01:09:24.635Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python313Packages.sqlalchemy_1_4","install_command":"nix-env -iA nixpkgs.python313Packages.sqlalchemy_1_4","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/sqlalchemy/1_4.nix#L106","metadata":{"nix_attribute":"python3.13-sqlalchemy-1.4.54","position":"pkgs/development/python-modules/sqlalchemy/1_4.nix:106","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sqlalchemy_1_4","upstream_purl":"pkg:pypi/sqlalchemy_1_4"},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T01:09:24.635Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python313Packages.sqlalchemy_1_4?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python313Packages.sqlalchemy_1_4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python313Packages.sqlalchemy_1_4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python313Packages.sqlalchemy_1_4/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T00:02:50.494Z","issues_count":955,"pull_requests_count":738,"avg_time_to_close_issue":11981979.454272864,"avg_time_to_close_pull_request":2534687.53078203,"issues_closed_count":667,"pull_requests_closed_count":600,"pull_request_authors_count":317,"issue_authors_count":507,"avg_comments_per_issue":4.689005235602094,"avg_comments_per_pull_request":4.6653116531165315,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":166,"past_year_pull_requests_count":185,"past_year_avg_time_to_close_issue":1072144.6393442622,"past_year_avg_time_to_close_pull_request":662888.4471544715,"past_year_issues_closed_count":122,"past_year_pull_requests_closed_count":123,"past_year_pull_request_authors_count":122,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.596385542168675,"past_year_avg_comments_per_pull_request":3.8378378378378377,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":199,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":49,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.sqlalchemy_1_4/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":154149,"maintainers_count":4919,"namespaces_count":0,"keywords_count":3244,"github":"NixOS","metadata":{"funded_packages_count":6418},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-09-01T05:03:32.585Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":12901417,"name":"python314Packages.sqlalchemy_1_4","ecosystem":"nixpkgs","description":"Database Toolkit for Python","homepage":"https://github.com/sqlalchemy/sqlalchemy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T10:27:04.166Z","latest_release_published_at":"2026-01-27T10:27:04.166Z","latest_release_number":"1.4.54","last_synced_at":"2026-03-07T20:20:16.967Z","created_at":"2026-01-27T10:27:03.925Z","updated_at":"2026-08-24T13:07:26.218Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python314Packages.sqlalchemy_1_4","install_command":"nix-env -iA nixpkgs.python314Packages.sqlalchemy_1_4","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/sqlalchemy/1_4.nix#L106","metadata":{"nix_attribute":"python3.14-sqlalchemy-1.4.54","position":"pkgs/development/python-modules/sqlalchemy/1_4.nix:106","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sqlalchemy_1_4","upstream_purl":"pkg:pypi/sqlalchemy_1_4"},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T13:07:26.218Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python314Packages.sqlalchemy_1_4?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python314Packages.sqlalchemy_1_4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python314Packages.sqlalchemy_1_4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python314Packages.sqlalchemy_1_4/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T00:02:50.494Z","issues_count":955,"pull_requests_count":738,"avg_time_to_close_issue":11981979.454272864,"avg_time_to_close_pull_request":2534687.53078203,"issues_closed_count":667,"pull_requests_closed_count":600,"pull_request_authors_count":317,"issue_authors_count":507,"avg_comments_per_issue":4.689005235602094,"avg_comments_per_pull_request":4.6653116531165315,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":166,"past_year_pull_requests_count":185,"past_year_avg_time_to_close_issue":1072144.6393442622,"past_year_avg_time_to_close_pull_request":662888.4471544715,"past_year_issues_closed_count":122,"past_year_pull_requests_closed_count":123,"past_year_pull_request_authors_count":122,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.596385542168675,"past_year_avg_comments_per_pull_request":3.8378378378378377,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":199,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":49,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.sqlalchemy_1_4/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":154149,"maintainers_count":4919,"namespaces_count":0,"keywords_count":3244,"github":"NixOS","metadata":{"funded_packages_count":6418},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-09-01T05:03:32.585Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13080966,"name":"python311Packages.sqlalchemy_1_4","ecosystem":"nixpkgs","description":"Database Toolkit for Python","homepage":"https://github.com/sqlalchemy/sqlalchemy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:48:20.552Z","latest_release_published_at":"2026-02-01T17:48:20.552Z","latest_release_number":"1.4.54","last_synced_at":"2026-03-07T02:11:18.791Z","created_at":"2026-02-01T17:48:19.905Z","updated_at":"2026-08-27T07:56:21.803Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python311Packages.sqlalchemy_1_4","install_command":"nix-env -iA nixpkgs.python311Packages.sqlalchemy_1_4","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/sqlalchemy/1_4.nix#L105","metadata":{"nix_attribute":"python3.11-sqlalchemy-1.4.54","position":"pkgs/development/python-modules/sqlalchemy/1_4.nix:105","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"sqlalchemy_1_4","upstream_purl":"pkg:pypi/sqlalchemy_1_4"},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-27T07:56:21.803Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python311Packages.sqlalchemy_1_4?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.sqlalchemy_1_4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.sqlalchemy_1_4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.sqlalchemy_1_4/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-27T00:15:31.753Z","issues_count":959,"pull_requests_count":743,"avg_time_to_close_issue":11946231.348281017,"avg_time_to_close_pull_request":2632701.300492611,"issues_closed_count":669,"pull_requests_closed_count":608,"pull_request_authors_count":318,"issue_authors_count":508,"avg_comments_per_issue":4.686131386861314,"avg_comments_per_pull_request":4.663526244952894,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":169,"past_year_pull_requests_count":190,"past_year_avg_time_to_close_issue":1056036.0650406503,"past_year_avg_time_to_close_pull_request":971926.8153846153,"past_year_issues_closed_count":123,"past_year_pull_requests_closed_count":130,"past_year_pull_request_authors_count":123,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.4674556213017755,"past_year_avg_comments_per_pull_request":3.8473684210526318,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":201,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sqlalchemy_1_4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sqlalchemy_1_4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sqlalchemy_1_4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sqlalchemy_1_4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sqlalchemy_1_4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.sqlalchemy_1_4/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":3735},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-09-01T05:05:03.491Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":2930269,"name":"sqlalchemy-smartnow","ecosystem":"pypi","description":"Database Abstraction Library","homepage":"https://www.sqlalchemy.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":[],"namespace":null,"versions_count":8,"first_release_published_at":"2022-02-16T15:04:18.000Z","latest_release_published_at":"2022-02-16T16:39:52.000Z","latest_release_number":"1.4.31","last_synced_at":"2026-09-01T01:17:24.156Z","created_at":"2022-04-10T12:42:04.279Z","updated_at":"2026-09-01T01:17:24.157Z","registry_url":"https://pypi.org/project/sqlalchemy-smartnow/","install_command":"pip install sqlalchemy-smartnow --index-url https://pypi.org/simple","documentation_url":"https://docs.sqlalchemy.org","metadata":{"funding":null,"documentation":"https://docs.sqlalchemy.org","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 2","Programming Language :: Python :: 2.7","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Database :: Front-Ends"],"normalized_name":"sqlalchemy-smartnow","project_status":null},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-29T05:07:43.576Z","dependent_packages_count":0,"downloads":4,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":38.09970892949028,"dependent_repos_count":21.734180180249368,"dependent_packages_count":9.99089921164901,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":23.274929440462888},"purl":"pkg:pypi/sqlalchemy-smartnow","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/sqlalchemy-smartnow","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/sqlalchemy-smartnow","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/sqlalchemy-smartnow/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T01:33:47.313Z","issues_count":961,"pull_requests_count":747,"avg_time_to_close_issue":11914753.384500746,"avg_time_to_close_pull_request":2615355.8892508144,"issues_closed_count":671,"pull_requests_closed_count":613,"pull_request_authors_count":319,"issue_authors_count":509,"avg_comments_per_issue":4.68054110301769,"avg_comments_per_pull_request":4.650602409638554,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":170,"past_year_pull_requests_count":194,"past_year_avg_time_to_close_issue":1061305.48,"past_year_avg_time_to_close_pull_request":954547.4814814815,"past_year_issues_closed_count":125,"past_year_pull_requests_closed_count":135,"past_year_pull_request_authors_count":124,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.464705882352941,"past_year_avg_comments_per_pull_request":3.8144329896907214,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":202,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-smartnow/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-smartnow/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-smartnow/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-smartnow/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-smartnow/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-smartnow/codemeta","maintainers":[{"uuid":"aymaru","login":"aymaru","name":null,"email":null,"url":null,"packages_count":4,"html_url":"https://pypi.org/user/aymaru/","role":null,"created_at":"2023-02-25T13:10:59.303Z","updated_at":"2023-02-25T13:10:59.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/aymaru/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":932043,"maintainers_count":400515,"namespaces_count":0,"keywords_count":313027,"github":"pypi","metadata":{"funded_packages_count":59245,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-09-01T05:03:28.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":2930196,"name":"sqlalchemy-mmeyer724","ecosystem":"pypi","description":"Database Abstraction Library","homepage":"http://www.sqlalchemy.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2020-07-14T23:20:38.000Z","latest_release_published_at":"2020-07-14T23:20:38.000Z","latest_release_number":"1.4.0b1","last_synced_at":"2026-09-01T02:00:38.317Z","created_at":"2022-04-10T12:42:02.076Z","updated_at":"2026-09-01T02:00:38.317Z","registry_url":"https://pypi.org/project/sqlalchemy-mmeyer724/","install_command":"pip install sqlalchemy-mmeyer724 --index-url https://pypi.org/simple","documentation_url":"https://docs.sqlalchemy.org","metadata":{"funding":null,"documentation":"https://docs.sqlalchemy.org","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 2","Programming Language :: Python :: 2.7","Programming Language :: Python :: 3","Programming Language :: Python :: 3.5","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Database :: Front-Ends"],"normalized_name":"sqlalchemy-mmeyer724","project_status":null},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2024-09-05T15:55:29.000Z","size":89981,"stargazers_count":9380,"open_issues_count":241,"forks_count":1406,"subscribers_count":101,"default_branch":"main","last_synced_at":"2024-09-07T02:25:22.246Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2024-09-06T13:19:52.000Z","dependencies_parsed_at":"2023-10-14T20:55:09.029Z","dependency_job_id":"72769685-e5df-4820-80f2-dbfda74e23e2","html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14571,"total_committers":732,"mean_commits":19.90573770491803,"dds":"0.22393795895957724","last_synced_commit":"c0bb145305a3b29afcc476cf2832e6402703350b"},"previous_names":[],"tags_count":312,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217917316,"owners_count":16250587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"git-to-hg-map","sha":"2b1e70d406515cbcc344b879de49f1e0602af661","kind":"tag","published_at":"2013-05-25T19:50:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/git-to-hg-map","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/git-to-hg-map","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/git-to-hg-map","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/git-to-hg-map/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2024-09-07T03:25:28.378Z","dependent_packages_count":0,"downloads":18,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":33.59921476816374,"dependent_repos_count":21.619800316896704,"dependent_packages_count":10.082087700208083,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":21.767034261756177},"purl":"pkg:pypi/sqlalchemy-mmeyer724","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/sqlalchemy-mmeyer724","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/sqlalchemy-mmeyer724","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/sqlalchemy-mmeyer724/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-06T02:57:14.892Z","issues_count":785,"pull_requests_count":237,"avg_time_to_close_issue":5655593.813242785,"avg_time_to_close_pull_request":1177133.604519774,"issues_closed_count":589,"pull_requests_closed_count":177,"pull_request_authors_count":134,"issue_authors_count":339,"avg_comments_per_issue":4.545222929936306,"avg_comments_per_pull_request":4.814345991561181,"merged_pull_requests_count":74,"bot_issues_count":0,"bot_pull_requests_count":24,"past_year_issues_count":516,"past_year_pull_requests_count":186,"past_year_avg_time_to_close_issue":731025.6442048517,"past_year_avg_time_to_close_pull_request":1061472.5285714285,"past_year_issues_closed_count":371,"past_year_pull_requests_closed_count":140,"past_year_pull_request_authors_count":95,"past_year_issue_authors_count":202,"past_year_avg_comments_per_issue":3.0852713178294575,"past_year_avg_comments_per_pull_request":4.021505376344086,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":21,"past_year_merged_pull_requests_count":57,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":128,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":73,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"gordthompson","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"lelit","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"}],"active_maintainers":[{"login":"zzzeek","count":81,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"gordthompson","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-mmeyer724/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-mmeyer724/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-mmeyer724/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-mmeyer724/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-mmeyer724/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-mmeyer724/codemeta","maintainers":[{"uuid":"mmeyer724","login":"mmeyer724","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/mmeyer724/","role":null,"created_at":"2023-02-25T13:10:24.453Z","updated_at":"2023-02-25T13:10:24.453Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/mmeyer724/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":932043,"maintainers_count":400515,"namespaces_count":0,"keywords_count":313027,"github":"pypi","metadata":{"funded_packages_count":59245,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-09-01T05:03:28.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":425128,"name":"sqlalchemy","ecosystem":"pypi","description":"Database Abstraction Library","homepage":"https://www.sqlalchemy.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":[],"namespace":null,"versions_count":327,"first_release_published_at":"2006-02-14T03:11:34.000Z","latest_release_published_at":"2026-08-11T20:58:21.000Z","latest_release_number":"2.0.52","last_synced_at":"2026-09-01T03:47:21.113Z","created_at":"2022-04-06T18:26:52.593Z","updated_at":"2026-09-01T03:47:21.113Z","registry_url":"https://pypi.org/project/sqlalchemy/","install_command":"pip install sqlalchemy --index-url https://pypi.org/simple","documentation_url":"https://docs.sqlalchemy.org","metadata":{"funding":null,"documentation":"https://docs.sqlalchemy.org","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Programming Language :: Python :: 3.15","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Database :: Front-Ends"],"normalized_name":"sqlalchemy","project_status":null},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-29T02:53:03.292Z","dependent_packages_count":2692,"downloads":407479431,"downloads_period":"last-month","dependent_repos_count":53487,"rankings":{"downloads":0.009537661842199384,"dependent_repos_count":0.02567832034438296,"dependent_packages_count":0.010087911563864734,"stargazers_count":0.601606362354115,"forks_count":1.5749981199801175,"docker_downloads_count":0.07299979640760298,"average":0.38248469541538044},"purl":"pkg:pypi/sqlalchemy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/sqlalchemy","docker_dependents_count":1118,"docker_downloads_count":1065164081,"usage_url":"https://repos.ecosyste.ms/usage/pypi/sqlalchemy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/sqlalchemy/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-29T01:33:47.313Z","issues_count":961,"pull_requests_count":747,"avg_time_to_close_issue":11914753.384500746,"avg_time_to_close_pull_request":2615355.8892508144,"issues_closed_count":671,"pull_requests_closed_count":613,"pull_request_authors_count":319,"issue_authors_count":509,"avg_comments_per_issue":4.68054110301769,"avg_comments_per_pull_request":4.650602409638554,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":170,"past_year_pull_requests_count":194,"past_year_avg_time_to_close_issue":1061305.48,"past_year_avg_time_to_close_pull_request":954547.4814814815,"past_year_issues_closed_count":125,"past_year_pull_requests_closed_count":135,"past_year_pull_request_authors_count":124,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.464705882352941,"past_year_avg_comments_per_pull_request":3.8144329896907214,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":202,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy/codemeta","maintainers":[{"uuid":"CaselIT","login":"CaselIT","name":null,"email":null,"url":null,"packages_count":18,"html_url":"https://pypi.org/user/CaselIT/","role":null,"created_at":"2022-11-14T18:31:26.308Z","updated_at":"2022-11-14T18:31:26.308Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/CaselIT/packages"},{"uuid":"zzzeek","login":"zzzeek","name":null,"email":null,"url":null,"packages_count":18,"html_url":"https://pypi.org/user/zzzeek/","role":"Owner","created_at":"2026-08-17T20:02:47.784Z","updated_at":"2026-08-17T20:02:47.784Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/zzzeek/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":932043,"maintainers_count":400515,"namespaces_count":0,"keywords_count":313027,"github":"pypi","metadata":{"funded_packages_count":59245,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-09-01T05:03:28.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":12459849,"name":"sqlalchemy-fnma","ecosystem":"pypi","description":"Database Abstraction Library","homepage":"https://www.sqlalchemy.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2025-11-07T18:47:22.000Z","latest_release_published_at":"2025-11-07T18:47:22.000Z","latest_release_number":"2.1.0b1.dev0","last_synced_at":"2026-09-01T06:24:02.098Z","created_at":"2025-11-07T19:01:10.161Z","updated_at":"2026-09-01T06:24:02.099Z","registry_url":"https://pypi.org/project/sqlalchemy-fnma/","install_command":"pip install sqlalchemy-fnma --index-url https://pypi.org/simple","documentation_url":"https://docs.sqlalchemy.org","metadata":{"funding":null,"documentation":"https://docs.sqlalchemy.org","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Database :: Front-Ends"],"normalized_name":"sqlalchemy-fnma","project_status":null},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T13:07:26.491Z","dependent_packages_count":0,"downloads":7,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":47.14038382926197,"dependent_packages_count":8.339723362927852,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.74005359609491},"purl":"pkg:pypi/sqlalchemy-fnma","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/sqlalchemy-fnma","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/sqlalchemy-fnma","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/sqlalchemy-fnma/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T00:02:50.494Z","issues_count":955,"pull_requests_count":738,"avg_time_to_close_issue":11981979.454272864,"avg_time_to_close_pull_request":2534687.53078203,"issues_closed_count":667,"pull_requests_closed_count":600,"pull_request_authors_count":317,"issue_authors_count":507,"avg_comments_per_issue":4.689005235602094,"avg_comments_per_pull_request":4.6653116531165315,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":166,"past_year_pull_requests_count":185,"past_year_avg_time_to_close_issue":1072144.6393442622,"past_year_avg_time_to_close_pull_request":662888.4471544715,"past_year_issues_closed_count":122,"past_year_pull_requests_closed_count":123,"past_year_pull_request_authors_count":122,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.596385542168675,"past_year_avg_comments_per_pull_request":3.8378378378378377,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":199,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":49,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-fnma/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-fnma/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-fnma/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-fnma/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-fnma/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-fnma/codemeta","maintainers":[{"uuid":"joeyelsisi","login":"joeyelsisi","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/joeyelsisi/","role":null,"created_at":"2025-11-07T19:17:41.952Z","updated_at":"2025-11-07T19:17:41.952Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/joeyelsisi/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":932043,"maintainers_count":400515,"namespaces_count":0,"keywords_count":313027,"github":"pypi","metadata":{"funded_packages_count":59245,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-09-01T05:03:28.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":7733661,"name":"sqlalchemy-patch","ecosystem":"pypi","description":"Database Abstraction Library","homepage":"https://www.sqlalchemy.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2023-05-15T07:56:50.000Z","latest_release_published_at":"2023-05-15T07:56:50.000Z","latest_release_number":"2.0.15.dev0","last_synced_at":"2026-09-01T06:24:06.357Z","created_at":"2023-05-15T08:18:59.974Z","updated_at":"2026-09-01T06:24:06.358Z","registry_url":"https://pypi.org/project/sqlalchemy-patch/","install_command":"pip install sqlalchemy-patch --index-url https://pypi.org/simple","documentation_url":"https://docs.sqlalchemy.org","metadata":{"funding":null,"documentation":"https://docs.sqlalchemy.org","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Database :: Front-Ends"],"normalized_name":"sqlalchemy-patch","project_status":null},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-30T10:07:03.420Z","dependent_packages_count":0,"downloads":5,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":40.82891692091305,"dependent_packages_count":7.287137385533112,"stargazers_count":null,"forks_count":null,"average":24.058027153223083},"purl":"pkg:pypi/sqlalchemy-patch","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/sqlalchemy-patch","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/sqlalchemy-patch","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/sqlalchemy-patch/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T02:03:40.289Z","issues_count":961,"pull_requests_count":751,"avg_time_to_close_issue":11897210.348214285,"avg_time_to_close_pull_request":2598428.0485436893,"issues_closed_count":672,"pull_requests_closed_count":617,"pull_request_authors_count":321,"issue_authors_count":509,"avg_comments_per_issue":4.681581685744017,"avg_comments_per_pull_request":4.6324900133155795,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":170,"past_year_pull_requests_count":198,"past_year_avg_time_to_close_issue":1053881.0952380951,"past_year_avg_time_to_close_pull_request":927078.618705036,"past_year_issues_closed_count":126,"past_year_pull_requests_closed_count":139,"past_year_pull_request_authors_count":126,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.470588235294118,"past_year_avg_comments_per_pull_request":3.7626262626262625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":202,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-patch/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-patch/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-patch/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-patch/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-patch/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sqlalchemy-patch/codemeta","maintainers":[{"uuid":"Moonshadow","login":"Moonshadow","name":null,"email":null,"url":null,"packages_count":16,"html_url":"https://pypi.org/user/Moonshadow/","role":null,"created_at":"2023-05-15T14:12:44.010Z","updated_at":"2023-05-15T14:12:44.010Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Moonshadow/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":932043,"maintainers_count":400515,"namespaces_count":0,"keywords_count":313027,"github":"pypi","metadata":{"funded_packages_count":59245,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-09-01T05:03:28.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":11050477,"name":"clean-sqlalchemy","ecosystem":"pypi","description":"Database Abstraction Library","homepage":"https://www.sqlalchemy.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sqlalchemy/sqlalchemy","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2024-11-16T02:43:06.000Z","latest_release_published_at":"2024-11-16T02:43:06.000Z","latest_release_number":"2.1.0b1.dev0","last_synced_at":"2026-09-01T06:24:21.783Z","created_at":"2024-11-16T02:46:31.928Z","updated_at":"2026-09-01T06:24:21.783Z","registry_url":"https://pypi.org/project/clean-sqlalchemy/","install_command":"pip install clean-sqlalchemy --index-url https://pypi.org/simple","documentation_url":"https://docs.sqlalchemy.org","metadata":{"funding":null,"documentation":"https://docs.sqlalchemy.org","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Database :: Front-Ends"],"normalized_name":"clean-sqlalchemy","project_status":null},"repo_metadata":{"id":37276094,"uuid":"159271175","full_name":"sqlalchemy/sqlalchemy","owner":"sqlalchemy","description":"The Database Toolkit for Python","archived":false,"fork":false,"pushed_at":"2026-08-21T13:45:05.000Z","size":102635,"stargazers_count":12102,"open_issues_count":212,"forks_count":1755,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-08-23T20:26:36.557Z","etag":null,"topics":["python","sql","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://www.sqlalchemy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlalchemy.png","metadata":{"files":{"readme":"README.dialects.rst","changelog":"CHANGES.rst","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sqlalchemy","patreon":"zzzeek","tidelift":"pypi/SQLAlchemy"}},"created_at":"2018-11-27T03:35:03.000Z","updated_at":"2026-08-22T17:51:20.000Z","dependencies_parsed_at":"2026-08-16T19:43:03.244Z","dependency_job_id":null,"html_url":"https://github.com/sqlalchemy/sqlalchemy","commit_stats":{"total_commits":14759,"total_committers":743,"mean_commits":19.86406460296097,"dds":"0.22731892404634457","last_synced_commit":"b0d9d5a44cdd5632d209149a6a6622073acee3da"},"previous_names":[],"tags_count":335,"template":false,"template_full_name":null,"purl":"pkg:github/sqlalchemy/sqlalchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/sbom","scorecard":{"id":685647,"data":{"date":"2025-08-11","repo":{"name":"github.com/sqlalchemy/sqlalchemy","commit":"de89d598744edc9365279a682a95e198dfbf1f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Code-Review","score":0,"reason":"Found 1/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/create-wheels.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-on-pr.yaml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/run-test.yaml:19","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-wheels.yaml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/create-wheels.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-on-pr.yaml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-on-pr.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:102: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-test.yaml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/sqlalchemy/sqlalchemy/run-test.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:98","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:100","Warn: pipCommand not pinned by hash: .github/workflows/create-wheels.yaml:124","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:50","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:51","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:85","Warn: pipCommand not pinned by hash: .github/workflows/run-on-pr.yaml:86","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:115","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:116","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:161","Warn: pipCommand not pinned by hash: .github/workflows/run-test.yaml:162","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact rel_2_0_43 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 not signed: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760","Warn: release artifact rel_2_0_43 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/239054609","Warn: release artifact rel_2_0_42 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/235952873","Warn: release artifact rel_2_0_41 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/218626787","Warn: release artifact rel_2_0_40 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/208760219","Warn: release artifact rel_2_0_39 does not have provenance: https://api.github.com/repos/sqlalchemy/sqlalchemy/releases/205107760"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}}]},"last_synced_at":"2025-08-22T00:42:34.683Z","repository_id":37276094,"created_at":"2025-08-22T00:42:34.683Z","updated_at":"2025-08-22T00:42:34.683Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36863758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sqlalchemy","name":"SQLAlchemy","uuid":"6043126","kind":"organization","description":"The Database Toolkit and Object Relational Mapper","email":null,"website":"https://www.sqlalchemy.org","location":null,"twitter":"sqlalchemy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6043126?v=4","repositories_count":9,"last_synced_at":"2024-05-01T09:30:40.494Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/sqlalchemy","funding_links":["https://github.com/sponsors/sqlalchemy"],"total_stars":11995,"followers":362,"following":0,"created_at":"2022-11-02T16:28:36.065Z","updated_at":"2024-05-01T09:30:42.310Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlalchemy/repositories"},"tags":[{"name":"rel_2_0_52","sha":"190990768104d13e322d9c07261cb2778e7f256a","kind":"commit","published_at":"2026-08-11T19:03:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_52/manifests"},{"name":"rel_2_1_0b3","sha":"45535434a0feb437e4edb22607284541456ae916","kind":"commit","published_at":"2026-06-27T17:46:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b3/manifests"},{"name":"rel_2_0_51","sha":"c8e26d5c9ffcde0a82b4b7fa5de27f0c6bc46bec","kind":"commit","published_at":"2026-06-15T15:00:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_51/manifests"},{"name":"rel_2_0_50","sha":"372eab22636380efeda26affd0b1c0f4b5031489","kind":"commit","published_at":"2026-05-24T19:15:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_50/manifests"},{"name":"rel_2_1_0b2","sha":"5237d923ddb0415847cef9fd676f7ec9ed2293b7","kind":"commit","published_at":"2026-04-16T20:04:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b2/manifests"},{"name":"rel_2_0_49","sha":"5ac7cfae696c39420ba0ae6e9ca6938f54f9bfc6","kind":"commit","published_at":"2026-04-03T16:34:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_49/manifests"},{"name":"rel_2_0_48","sha":"746f5765c275dd8b3ab8eb738d489e7448fd40e1","kind":"commit","published_at":"2026-03-02T14:39:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_48/manifests"},{"name":"rel_2_0_47","sha":"9ce5d1eae35b1bfb3eee2770ed944182b6d2d24a","kind":"commit","published_at":"2026-02-24T16:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_47/manifests"},{"name":"rel_2_1_0b1","sha":"d9d947eb8b5c05eb3d1172ed25950bbf1418df62","kind":"commit","published_at":"2026-01-21T19:26:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_1_0b1/manifests"},{"name":"rel_2_0_46","sha":"5247a1962da56ca93703324ddf172f2e73d3ed7f","kind":"commit","published_at":"2026-01-21T17:59:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_46/manifests"},{"name":"rel_2_0_45","sha":"b24ab5ef942a3643427ef121298540fe8b0f5639","kind":"commit","published_at":"2025-12-09T20:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_45/manifests"},{"name":"rel_2_0_44","sha":"29e4255f413b9791e117b40ab12c76c9df6313d8","kind":"commit","published_at":"2025-10-10T14:29:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_44/manifests"},{"name":"rel_2_0_43","sha":"a303102a7bfbbb6da992a89b6610d71f080fb5eb","kind":"commit","published_at":"2025-08-11T14:20:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_43/manifests"},{"name":"rel_2_0_42","sha":"b2fcb347cdd80ed27c8f12721f060d16fa430dd4","kind":"commit","published_at":"2025-07-29T11:36:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_42/manifests"},{"name":"rel_2_0_41","sha":"152aa55fbba7c7ef11df4f009af8eddc3ed92eea","kind":"commit","published_at":"2025-05-14T17:04:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_41/manifests"},{"name":"rel_2_0_40","sha":"b4d7376b4c074121917ac9ea509ac60346328acc","kind":"commit","published_at":"2025-03-27T16:48:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_40/manifests"},{"name":"rel_2_0_39","sha":"28429dc734052d942cd964cd236174b3519e919d","kind":"commit","published_at":"2025-03-11T18:18:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_39/manifests"},{"name":"rel_2_0_38","sha":"23f5f3350974d9452f3b844617c31eb5b41474ae","kind":"commit","published_at":"2025-02-06T20:06:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_38/manifests"},{"name":"rel_2_0_37","sha":"6fa2689bdb73f3a52dd53a7942a953d42cfc7f94","kind":"commit","published_at":"2025-01-09T22:37:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_37/manifests"},{"name":"rel_2_0_36","sha":"66e31814644bad95c8cda853f03088f59be0053d","kind":"commit","published_at":"2024-10-15T19:28:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_36/manifests"},{"name":"rel_2_0_35","sha":"ca501d9d38d50dc4eda52c82ebc9c51766bc141b","kind":"commit","published_at":"2024-09-16T20:01:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_35/manifests"},{"name":"rel_1_4_54","sha":"dfe401fd471323638ad3e1b1027d89e01fcbeef5","kind":"commit","published_at":"2024-09-05T15:50:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_54","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_54","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_54","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_54/manifests"},{"name":"rel_2_0_34","sha":"feea68a575d33375872a8b5ea95fbf0bfe15fdb7","kind":"commit","published_at":"2024-09-04T15:16:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_34/manifests"},{"name":"rel_2_0_33","sha":"4f41476377a95d0c8d50cbb79bca073951d33b8e","kind":"commit","published_at":"2024-09-03T16:56:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_33/manifests"},{"name":"rel_2_0_32","sha":"3a254c31a755a8c052fd0f0ce0ae88baa7b8ba1b","kind":"commit","published_at":"2024-08-05T19:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_32/manifests"},{"name":"rel_1_4_53","sha":"257a65d755a0dac4513bb6a35d279b05ceb7e079","kind":"commit","published_at":"2024-07-29T16:18:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_53","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_53","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_53","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_53/manifests"},{"name":"rel_2_0_31","sha":"2ef2c65db914c42cda6a79cc21b6acbe7550c7d8","kind":"commit","published_at":"2024-06-18T19:04:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_31/manifests"},{"name":"rel_2_0_30","sha":"403194a3979a55a5387311595210ce05c877e355","kind":"commit","published_at":"2024-05-05T17:52:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_30/manifests"},{"name":"rel_2_0_29","sha":"b304ef2808ba30ce9f7f250830a670be7f3058f5","kind":"commit","published_at":"2024-03-23T21:46:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_29/manifests"},{"name":"rel_2_0_28","sha":"2a71f3b1f955e5e78b19b91e41ecd60aa257883e","kind":"commit","published_at":"2024-03-04T13:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_28/manifests"},{"name":"rel_1_4_52","sha":"768507602e4564108799c0c6bfd3d7ceb734784b","kind":"commit","published_at":"2024-03-04T13:24:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_52","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_52","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_52","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_52/manifests"},{"name":"rel_2_0_27","sha":"43f0d8408240d6c893131a6fd6a81be29149ad05","kind":"commit","published_at":"2024-02-13T15:02:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_27/manifests"},{"name":"rel_2_0_26","sha":"77e606ee5d102869658bd454d3320d5b406ee01d","kind":"commit","published_at":"2024-02-11T15:11:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_26/manifests"},{"name":"rel_2_0_25","sha":"b836ca0a3a213dc387e08df3ba340e6ec3298985","kind":"commit","published_at":"2024-01-03T01:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_25/manifests"},{"name":"rel_1_4_51","sha":"2ed9b687a4da84bee0191e733a47e39f0a8f91f9","kind":"commit","published_at":"2024-01-03T01:08:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_51","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_51","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_51","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_51/manifests"},{"name":"rel_2_0_24","sha":"aab08b711a98ebd3e731ca9c304bbf7e047e0e9a","kind":"commit","published_at":"2023-12-28T16:19:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_24/manifests"},{"name":"rel_2_0_23","sha":"cc9edddba969f1bf4cdc8db932c80e1f15171b62","kind":"commit","published_at":"2023-11-02T14:31:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_23/manifests"},{"name":"rel_1_4_50","sha":"6cd45888c0f7299125a137d9108c6eff4096561e","kind":"commit","published_at":"2023-10-29T20:21:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_50","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_50","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_50","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_50/manifests"},{"name":"rel_2_0_22","sha":"cae90bc2d7366b6d4e2b7206c2d391992ddced31","kind":"commit","published_at":"2023-10-12T20:38:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_22/manifests"},{"name":"rel_2_0_21","sha":"35672ddf0dcd3ac7aab2305901040d30002e1793","kind":"commit","published_at":"2023-09-18T21:02:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_21/manifests"},{"name":"rel_2_0_20","sha":"a52103c44f3989d53edf4c76abb92afd3ca724c9","kind":"commit","published_at":"2023-08-15T18:34:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_20/manifests"},{"name":"rel_2_0_19","sha":"9e89d2cbbf7ccef05579472b94c90124a1ecf9e3","kind":"commit","published_at":"2023-07-15T12:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_19/manifests"},{"name":"rel_2_0_18","sha":"e3b9d4c19ec0a77556c630660eb3809dc3cc775d","kind":"commit","published_at":"2023-07-05T18:47:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_18/manifests"},{"name":"rel_1_4_49","sha":"a7438bba206f5ffa2a14cd9398354ba78fed7b6e","kind":"commit","published_at":"2023-07-05T17:45:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_49","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_49","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_49","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_49/manifests"},{"name":"rel_2_0_17","sha":"7690fd97248a3052eac2b2ddddfd095506402f7c","kind":"commit","published_at":"2023-06-23T14:47:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_17/manifests"},{"name":"rel_2_0_16","sha":"ffab94fc5f31c7a4a83d6e22a6be6ff43db0cabf","kind":"commit","published_at":"2023-06-10T19:42:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_16/manifests"},{"name":"rel_2_0_15","sha":"b722c8ab24e2379cd19acc6bff0c73e14deaf644","kind":"commit","published_at":"2023-05-20T00:16:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_15/manifests"},{"name":"rel_2_0_14","sha":"caefe402d02374f81e92639217be880deda03b58","kind":"commit","published_at":"2023-05-18T18:06:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_14/manifests"},{"name":"rel_2_0_13","sha":"e0bf5ba169975d879c22bc61b1aaf4261ac0559f","kind":"commit","published_at":"2023-05-10T22:23:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_13/manifests"},{"name":"rel_2_0_12","sha":"5721f262db61edd06b392c063dc6aedadb61f6f4","kind":"commit","published_at":"2023-04-30T21:34:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_12/manifests"},{"name":"rel_1_4_48","sha":"b71d50730367493c17473019c7c4c791c9be84d5","kind":"commit","published_at":"2023-04-30T21:24:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_48","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_48","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_48","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_48/manifests"},{"name":"rel_2_0_11","sha":"a0b36e15d5ba390fb651ee1b83b0a143586d9244","kind":"commit","published_at":"2023-04-27T01:43:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_11/manifests"},{"name":"rel_2_0_10","sha":"3b2c98fad718cc3e2e2d2bd7fb57f98859d5e7bc","kind":"commit","published_at":"2023-04-21T19:45:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_10/manifests"},{"name":"rel_2_0_9","sha":"0d9221362e5a3e50de7e21e674da3701f4bcd646","kind":"commit","published_at":"2023-04-05T23:28:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_9/manifests"},{"name":"rel_2_0_8","sha":"c8729c5d62b2de5013a01fe3060980c9dcd7c9ca","kind":"commit","published_at":"2023-03-31T18:04:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_8/manifests"},{"name":"rel_1_4_47","sha":"cdad8ab375ab5d04c52f7be7ce1c85f588d8355e","kind":"commit","published_at":"2023-03-18T17:04:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_47","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_47","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_47","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_47/manifests"},{"name":"rel_2_0_7","sha":"f1b12c8e43f6669d83c1d226f8207b08039f2900","kind":"commit","published_at":"2023-03-18T16:56:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_7/manifests"},{"name":"rel_2_0_6","sha":"8154afca626a4849d67f10098f72ca3922e00ab8","kind":"commit","published_at":"2023-03-13T16:44:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_6/manifests"},{"name":"rel_2_0_5_post1","sha":"67ce99402a848c3553e53e51c79db8e765fb4295","kind":"commit","published_at":"2023-03-06T03:32:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5_post1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5_post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5_post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5_post1/manifests"},{"name":"rel_2_0_5","sha":"85334e7f89c93b57c54db57ef76c60916966c574","kind":"commit","published_at":"2023-03-06T00:55:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_5/manifests"},{"name":"rel_2_0_4","sha":"15597c7557de50b8a3c75230fb89b98986001ea0","kind":"commit","published_at":"2023-02-17T15:47:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_4/manifests"},{"name":"rel_2_0_3","sha":"00a9b83fd83a2da367a8b81d8e12ae3de664d50a","kind":"commit","published_at":"2023-02-09T23:01:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_3/manifests"},{"name":"rel_2_0_2","sha":"f3e788e034ef6a76868319a4fb48cbf5e0bc9e60","kind":"commit","published_at":"2023-02-06T23:55:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_2/manifests"},{"name":"rel_2_0_1","sha":"2b5aacf114dbab663ef228aeee732dde9425de47","kind":"commit","published_at":"2023-02-01T17:11:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_1/manifests"},{"name":"rel_2_0_0","sha":"ad2a65ef7e3cd57912c6c0373c8b843b8a1730eb","kind":"commit","published_at":"2023-01-26T22:52:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0/manifests"},{"name":"rel_2_0_0rc3","sha":"5c1308646db2321462a56b6d06e0353c230874dc","kind":"commit","published_at":"2023-01-19T00:21:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc3/manifests"},{"name":"rel_2_0_0rc2","sha":"e968297c82efa75f822d5628acacb4d5655e657c","kind":"commit","published_at":"2023-01-09T20:22:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc2/manifests"},{"name":"rel_1_4_46","sha":"b3bb55aaea9ee94e50f8db594d65c2bfcdb314ef","kind":"commit","published_at":"2023-01-03T20:02:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_46","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_46/manifests"},{"name":"rel_2_0_0rc1","sha":"aface61c35930b9d7cc3927009e01d48f0fc49fc","kind":"commit","published_at":"2022-12-28T20:55:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0rc1/manifests"},{"name":"rel_1_4_45","sha":"b924ba949cb8aa1bd73f7438600caf92a3b732b3","kind":"commit","published_at":"2022-12-10T18:47:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_45","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_45/manifests"},{"name":"rel_2_0_0b4","sha":"a11d8754d93f59332646e3e6258e2c560b47d7f8","kind":"commit","published_at":"2022-12-05T23:14:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b4/manifests"},{"name":"rel_1_4_44","sha":"6e338f168d4ca38278290dcf7f2c72f498c608fb","kind":"commit","published_at":"2022-11-12T13:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_44","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_44","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_44/manifests"},{"name":"rel_2_0_0b3","sha":"35648a109427308f67f23d87b2246c388fc5a2e1","kind":"commit","published_at":"2022-11-04T21:09:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b3/manifests"},{"name":"rel_1_4_43","sha":"274ecb746d559aa9b9e9c788544e8856807ab192","kind":"commit","published_at":"2022-11-04T21:04:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_43","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_43","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_43/manifests"},{"name":"rel_2_0_0b2","sha":"d6c0dfa2d8bb7341f6dc6494d5c20429c4f1c173","kind":"commit","published_at":"2022-10-20T17:40:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b2/manifests"},{"name":"rel_1_4_42","sha":"8aa07c8e62a0483e0c882ffbf97453d5e4614efe","kind":"commit","published_at":"2022-10-16T14:12:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_42","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_42","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_42/manifests"},{"name":"rel_2_0_0b1","sha":"08f6b002515925d0494c15011d6e7754c039f8bc","kind":"commit","published_at":"2022-10-13T15:25:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_2_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_2_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_2_0_0b1/manifests"},{"name":"rel_1_4_41","sha":"ac9a74ac0d60f5e95d9dbbce7f804f532bef2bea","kind":"commit","published_at":"2022-09-07T00:53:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_41","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_41","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_41","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_41/manifests"},{"name":"rel_1_4_40","sha":"f297ed07379e13cb4f130d83c0fcbf2410d663ff","kind":"commit","published_at":"2022-08-08T16:10:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_40","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_40","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_40","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_40/manifests"},{"name":"rel_1_4_39","sha":"f35a025bd1a9b649e5dedc86c8b5f3b12ffb8c9b","kind":"commit","published_at":"2022-06-24T16:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_39","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_39","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_39/manifests"},{"name":"rel_1_4_38","sha":"704b7d4c2e46c38fd29b6248597cf3e4ec3f6832","kind":"commit","published_at":"2022-06-23T16:22:46.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_38","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_38/manifests"},{"name":"rel_1_4_37","sha":"e347aa81a593252b6ee4f84a411f62f526ba0c77","kind":"commit","published_at":"2022-05-31T21:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_37","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_37/manifests"},{"name":"rel_1_4_36","sha":"9bb5d8fed9b87bdbbbd7b3e34aa1f5b06faff29e","kind":"commit","published_at":"2022-04-26T20:56:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_36","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_36/manifests"},{"name":"rel_1_4_35","sha":"615c5809b97f8122a5a6e407801bbe222912827d","kind":"commit","published_at":"2022-04-06T15:23:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_35","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_35/manifests"},{"name":"rel_1_4_34","sha":"faa23f1729ec86ee1e0d7ba4d0fd30fb331f867b","kind":"commit","published_at":"2022-03-31T22:10:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_34","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_34/manifests"},{"name":"rel_1_4_33","sha":"9ed013bbc391fa3a7fcb82a62371c90d3d464158","kind":"commit","published_at":"2022-03-31T14:07:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_33","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_33/manifests"},{"name":"rel_1_4_32","sha":"293cb14e2198c11e9c8b71454f35c0ff92dc25ab","kind":"commit","published_at":"2022-03-06T22:28:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_32","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_32/manifests"},{"name":"rel_1_4_31","sha":"ab42b0e3d98386c8a13edea3206ef43f018de3b6","kind":"commit","published_at":"2022-01-21T01:33:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_31","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_31/manifests"},{"name":"rel_1_4_30","sha":"38bbd4686180d01c8fa0538f2f72b01e81380166","kind":"commit","published_at":"2022-01-19T23:11:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_30","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_30/manifests"},{"name":"rel_1_4_29","sha":"ce51ca62587067385280b92a255b9a41a7b2380e","kind":"commit","published_at":"2021-12-23T02:08:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_29","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_29/manifests"},{"name":"rel_1_4_28","sha":"e6872c5c46718aef49d64963b4fe0db773056963","kind":"commit","published_at":"2021-12-09T19:35:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_28","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_28/manifests"},{"name":"rel_1_4_27","sha":"36420103f8dddae0c23a945eed5daf8bf1952f61","kind":"commit","published_at":"2021-11-11T15:42:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_27","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_27/manifests"},{"name":"rel_1_4_26","sha":"9189e3b18c36c39a717d6bf0c697c46ad9761a7a","kind":"commit","published_at":"2021-10-19T21:03:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_26","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_26/manifests"},{"name":"rel_1_4_25","sha":"3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07","kind":"commit","published_at":"2021-09-23T01:51:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_25","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_25/manifests"},{"name":"rel_1_4_24","sha":"288280829a8391985674e23ed1981d904268780c","kind":"commit","published_at":"2021-09-22T15:18:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_24/manifests"},{"name":"rel_1_4_23","sha":"dbca3582f9aa105f9c0ddf4eba5b4130f297ad7d","kind":"commit","published_at":"2021-08-18T17:05:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_23/manifests"},{"name":"rel_1_4_22","sha":"044d951ea46cfa405ad9cae4319d6d44afda527a","kind":"commit","published_at":"2021-07-21T22:53:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_22/manifests"},{"name":"rel_1_4_21","sha":"7ed27d8245d6b4cf98e67fe80ae3903680aa1453","kind":"commit","published_at":"2021-07-14T20:50:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_21/manifests"},{"name":"rel_1_4_20","sha":"e3ce7ee2ee5b647416654763bd0c8c781b88d79f","kind":"commit","published_at":"2021-06-28T20:29:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_20/manifests"},{"name":"rel_1_4_19","sha":"acbc5e824130ae2944defde655a2c437a711ce6b","kind":"commit","published_at":"2021-06-23T01:22:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_19/manifests"},{"name":"rel_1_4_18","sha":"4808acfe1b88854fce47b792ef9995f1921426e7","kind":"commit","published_at":"2021-06-10T18:13:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_18/manifests"},{"name":"rel_1_4_17","sha":"b79c375b642684775d501fb7dc0efb2b5f4f3415","kind":"commit","published_at":"2021-05-29T20:14:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_17/manifests"},{"name":"rel_1_4_16","sha":"627135e4239c5f1a073b7c21e4958087c4b0e0a0","kind":"commit","published_at":"2021-05-28T17:05:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_16/manifests"},{"name":"rel_1_4_15","sha":"8a9a2e384db2d4b9fedf8d3b62dbf8937b7ba2b8","kind":"commit","published_at":"2021-05-11T04:26:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_15/manifests"},{"name":"rel_1_4_14","sha":"96d8a4acbbecfa699ad28a8441402ea166bc95c6","kind":"commit","published_at":"2021-05-06T21:15:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_14/manifests"},{"name":"rel_1_4_13","sha":"05fa02d1c1672d5481ced0980980a332688f67b3","kind":"commit","published_at":"2021-05-03T19:25:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_13/manifests"},{"name":"rel_1_4_12","sha":"2f30491a1631b8c0b14d03bb13d0bb8abda35487","kind":"commit","published_at":"2021-04-29T21:46:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_12/manifests"},{"name":"rel_1_4_11","sha":"507a828de6f8b5f878093d86332f1954bd154ca3","kind":"commit","published_at":"2021-04-22T03:10:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_11/manifests"},{"name":"rel_1_4_10","sha":"0dafacd7ebfcf91cf4839c8d84cc8d495afaabe1","kind":"commit","published_at":"2021-04-21T01:36:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_10/manifests"},{"name":"rel_1_4_9","sha":"c46b653893bb7ca68aa1909c75d871766dfda2ae","kind":"commit","published_at":"2021-04-17T05:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_9/manifests"},{"name":"rel_1_4_8","sha":"9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4","kind":"commit","published_at":"2021-04-15T14:19:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_8/manifests"},{"name":"rel_1_4_7","sha":"ee40b4bd2acb68b00e75cda1bc40f9c47965be34","kind":"commit","published_at":"2021-04-09T17:07:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_7/manifests"},{"name":"rel_1_4_6","sha":"2a74994fc7d82753e565780386dfeb8a4909813a","kind":"commit","published_at":"2021-04-06T22:59:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_6/manifests"},{"name":"rel_1_4_5","sha":"fd669c5618605ffd6c9e70d221113520670af39b","kind":"commit","published_at":"2021-04-02T16:00:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_5/manifests"},{"name":"rel_1_4_4","sha":"48e61f6067022fdf04521f8493c6b2ceba7fcc74","kind":"commit","published_at":"2021-03-31T00:14:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_4/manifests"},{"name":"rel_1_3_24","sha":"ee17cbad9ed4adbc1a6a1b6273ad1ded66e25d99","kind":"commit","published_at":"2021-03-30T22:58:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_24","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_24/manifests"},{"name":"rel_1_4_3","sha":"cc026215c639721e23ba9cca8dcebca8cdabf225","kind":"commit","published_at":"2021-03-25T21:32:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_3/manifests"},{"name":"rel_1_4_2","sha":"7d6700d96dd1fd24a8d459477fbc6f14f3b637a3","kind":"commit","published_at":"2021-03-19T22:59:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_2/manifests"},{"name":"rel_1_4_1","sha":"f6da955b6602563811f46f77fa436e4b8432b20d","kind":"commit","published_at":"2021-03-17T18:52:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_1/manifests"},{"name":"rel_1_4_0","sha":"e769ba4b00859ac8c95610ed149da4d940eac9d0","kind":"commit","published_at":"2021-03-15T15:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0/manifests"},{"name":"rel_1_4_0b3","sha":"a5e10cbd5339d42c49a3d37bb92471800d1ef252","kind":"commit","published_at":"2021-02-15T19:49:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b3/manifests"},{"name":"rel_1_4_0b2","sha":"1f9738acf30a279f52b7d0b447a379ab84beefd6","kind":"commit","published_at":"2021-02-03T23:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b2/manifests"},{"name":"rel_1_3_23","sha":"4d7a872823220b9ec906fadea986a30c26db7887","kind":"commit","published_at":"2021-02-01T20:52:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_23","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_23/manifests"},{"name":"rel_1_3_22","sha":"158967e5ef2f135fe92f53896e73b1116d7905de","kind":"commit","published_at":"2020-12-18T21:05:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_22","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_22/manifests"},{"name":"rel_1_3_21","sha":"5571401acb3f84c04642b7143aef71153c7ba422","kind":"commit","published_at":"2020-12-17T17:27:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_21","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_21/manifests"},{"name":"rel_1_4_0b1","sha":"dba0c8133e6b58499bb1e57dc66862d77e1aae89","kind":"commit","published_at":"2020-11-02T20:59:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_4_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_4_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_4_0b1/manifests"},{"name":"rel_1_3_20","sha":"6eda3aa8c5f58e415a49ac8dc73eb8608f4be306","kind":"commit","published_at":"2020-10-12T22:30:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_20","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_20/manifests"},{"name":"rel_1_3_19","sha":"da4e4cb1c67230abd67e487cfb1bda8cd6910029","kind":"commit","published_at":"2020-08-17T19:59:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_19/manifests"},{"name":"rel_1_3_18","sha":"be2f4fbf0ee270f504d65c56754608c4d0874125","kind":"commit","published_at":"2020-06-25T18:33:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_18/manifests"},{"name":"rel_1_3_17","sha":"1084153cac3847401c2454dbebc3e2cc85b462aa","kind":"commit","published_at":"2020-05-13T21:35:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_17/manifests"},{"name":"rel_1_3_16","sha":"06ba82a9c74885d1c5d8da7d138a869d83167cae","kind":"commit","published_at":"2020-04-08T02:41:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_16/manifests"},{"name":"rel_1_3_15","sha":"b2a20b1f5f02d73e60f5d785d1b8ce6c9831b623","kind":"commit","published_at":"2020-03-11T16:29:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_15/manifests"},{"name":"rel_1_3_14","sha":"cf3b2a16400b3f915ee606bf0d9c21c65d566d53","kind":"commit","published_at":"2020-03-10T15:40:08.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_14/manifests"},{"name":"rel_1_3_13","sha":"98abb4cd0729651e2bcf0aa7ceecb0b02b1902ae","kind":"commit","published_at":"2020-01-22T16:50:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_13/manifests"},{"name":"rel_1_3_12","sha":"b1febcb28d796b061e3cccf570c4c36052ed33a8","kind":"commit","published_at":"2019-12-16T18:32:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_12/manifests"},{"name":"rel_1_3_11","sha":"283a08f86771ecd9d6202389e8883163ef994a3b","kind":"commit","published_at":"2019-11-11T22:07:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_11/manifests"},{"name":"rel_1_3_10","sha":"57e2433dcd8fc2d030d43b72009079ae175c5480","kind":"commit","published_at":"2019-10-09T22:31:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_10/manifests"},{"name":"rel_1_3_9","sha":"5caabe656d761b66858b7230fd9add8f7e5872e9","kind":"commit","published_at":"2019-10-04T20:07:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_9/manifests"},{"name":"rel_1_3_8","sha":"0f89cdc49b654561f50a6b6a27db7a120edb00eb","kind":"commit","published_at":"2019-08-27T23:18:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_8/manifests"},{"name":"rel_1_3_7","sha":"234fd22e14a5344cb5e1d0b32251fa68c09fa378","kind":"commit","published_at":"2019-08-14T17:35:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_7/manifests"},{"name":"rel_1_3_6","sha":"8f3ffc4a238be1336525449fd186b9530b5d3ec1","kind":"commit","published_at":"2019-07-21T20:37:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_6/manifests"},{"name":"rel_1_3_5","sha":"14bf5d73a2ed3b2b7a76f1b3cec9acf135c88725","kind":"commit","published_at":"2019-06-17T17:25:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_5/manifests"},{"name":"rel_1_3_4","sha":"7b9dbe91a81b918eb964433d96424bf66ffb0111","kind":"commit","published_at":"2019-05-28T01:54:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_4/manifests"},{"name":"rel_1_2_19","sha":"f178bac2fdfa819c27d6b163e51582f6e75f0029","kind":"commit","published_at":"2019-04-15T16:08:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_19/manifests"},{"name":"rel_1_3_3","sha":"47a2ab9e35e6e3b8963342809b75ca48d99ae667","kind":"commit","published_at":"2019-04-15T15:46:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_3/manifests"},{"name":"rel_1_3_2","sha":"8442a6e2b3cea69ac971b5382b6fc8463c591bf5","kind":"commit","published_at":"2019-04-02T17:11:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_2/manifests"},{"name":"rel_1_3_1","sha":"f7d2556cd35735182822760d22338e1c6b35ef31","kind":"commit","published_at":"2019-03-09T19:32:32.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_1/manifests"},{"name":"rel_1_3_0","sha":"740bb50c227d5a918e21329a3818081097fdb51a","kind":"commit","published_at":"2019-03-04T18:05:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0/manifests"},{"name":"rel_1_2_18","sha":"048098103c6d3c9d64fbe731bff1e9dee5d66b5e","kind":"commit","published_at":"2019-02-15T17:39:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_18/manifests"},{"name":"rel_1_3_0b3","sha":"38d34ca4dadb68d80422e80ce17fc95f7ded6006","kind":"commit","published_at":"2019-02-08T20:12:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b3/manifests"},{"name":"rel_1_3_0b2","sha":"f814da2f4c8fac2aeecad3466c45177861f961fe","kind":"commit","published_at":"2019-01-26T02:40:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b2/manifests"},{"name":"rel_1_2_17","sha":"47c245b90cd3cfe76bc0cf078f740d12bf7ba2d1","kind":"commit","published_at":"2019-01-26T02:16:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_17/manifests"},{"name":"rel_1_2_16","sha":"921fa5b2bae8bce0a5e5e64621a1b0e733a2125b","kind":"commit","published_at":"2019-01-11T15:09:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_16/manifests"},{"name":"rel_1_2_15","sha":"4ea60fbd0f46f3f8656404c5f4726b5e28545983","kind":"commit","published_at":"2018-12-11T21:49:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_15/manifests"},{"name":"rel_1_3_0b1","sha":"19590812c02945b776a85a709dd6345e30c0dd71","kind":"commit","published_at":"2018-11-17T04:04:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_3_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_3_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_3_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_3_0b1/manifests"},{"name":"rel_1_2_14","sha":"bbf6873d736a3d0a6728406ec1ba25f731cbbd61","kind":"commit","published_at":"2018-11-10T20:50:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_14/manifests"},{"name":"rel_1_2_13","sha":"f6cc47f14aa1c55936b1cde61f5bcc9f5cfd8c2e","kind":"commit","published_at":"2018-10-31T20:34:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_13/manifests"},{"name":"rel_1_2_12","sha":"19661f810d173e363ddca01af0b41bccc8efc815","kind":"commit","published_at":"2018-09-19T18:00:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_12/manifests"},{"name":"rel_1_2_11","sha":"d5901aefa12992e42e26a31b6a33467ef26765e2","kind":"commit","published_at":"2018-08-20T20:54:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_11/manifests"},{"name":"rel_1_2_10","sha":"0d2d94c25bd07c60c83438cb4f15cba243626382","kind":"commit","published_at":"2018-07-13T22:59:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_10/manifests"},{"name":"rel_1_2_9","sha":"a9fb857d8196b7960f5867d0e0fbd584cf5fe71d","kind":"commit","published_at":"2018-06-29T17:36:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_9/manifests"},{"name":"rel_1_2_8","sha":"97b7b5d177ac20eadabf6b3ed8596faf9da6c934","kind":"commit","published_at":"2018-05-28T19:16:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_8/manifests"},{"name":"rel_1_2_7","sha":"b3a3af1f5a67422855446a5615de85165b367562","kind":"commit","published_at":"2018-04-20T20:28:18.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_7/manifests"},{"name":"rel_1_2_6","sha":"73781a7feb53426b20c66e060feba282db5f9d61","kind":"commit","published_at":"2018-03-30T20:24:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_6/manifests"},{"name":"rel_1_1_18","sha":"fb8e01a7df0666908cf99bc3ba82362411b3502b","kind":"commit","published_at":"2018-03-06T19:04:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_18/manifests"},{"name":"rel_1_2_5","sha":"79756da7706fb78de5296fad6a669ae3720f7aed","kind":"commit","published_at":"2018-03-06T18:51:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_5/manifests"},{"name":"rel_1_1_17","sha":"ee2e2662566af80d6d4c3fdfade8df7a74a72be8","kind":"commit","published_at":"2018-02-22T21:08:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_17/manifests"},{"name":"rel_1_2_4","sha":"d5745e3595738b3c17d7b8622f30a49e9bd8c668","kind":"commit","published_at":"2018-02-22T20:57:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_4/manifests"},{"name":"rel_1_2_3","sha":"0b11ce6656055b1edbd8add5b02f2eb62ffd0a4d","kind":"commit","published_at":"2018-02-16T23:15:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_3/manifests"},{"name":"rel_1_1_16","sha":"0dab4cbf3a6ecbec5cc27138c770f86e8f545b4c","kind":"commit","published_at":"2018-02-16T21:55:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_16/manifests"},{"name":"rel_1_2_2","sha":"0db496e2b8d236d0f372784877a29858996f3fd3","kind":"commit","published_at":"2018-01-25T02:24:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_2/manifests"},{"name":"rel_1_2_1","sha":"f9fbace89dee6a43b3e8ab1b50daa30caaacab79","kind":"commit","published_at":"2018-01-15T14:24:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_1/manifests"},{"name":"rel_1_2_0","sha":"fdece0a0cc5a614cef7073979afb097a6d9b6b45","kind":"commit","published_at":"2017-12-27T16:13:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0/manifests"},{"name":"rel_1_1_15","sha":"0b33a8c48f184b6b530cfc4ee9af743c761845b2","kind":"commit","published_at":"2017-11-03T20:47:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_15/manifests"},{"name":"origin","sha":"dc4d1ee7bdf8f9670057e916a29f1f5252e77207","kind":"commit","published_at":"2017-09-26T22:47:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/origin","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/origin","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@origin","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/origin/manifests"},{"name":"rel_1_1_14","sha":"4b22b01ade6f94cc4db2f2040c802067a25d29a4","kind":"commit","published_at":"2017-09-05T14:26:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_14/manifests"},{"name":"rel_1_1_13","sha":"2d24d9c4f145088daadfc1e364a825b25f520047","kind":"commit","published_at":"2017-08-03T15:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_13/manifests"},{"name":"rel_1_0_19","sha":"54239e2ee6bb37a1d548d4b74089704b3f7217c8","kind":"commit","published_at":"2017-08-03T15:28:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_19","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_19/manifests"},{"name":"rel_1_2_0b2","sha":"32c4c8ace41a8eb269d4b6294a9cfac1d8411e7d","kind":"commit","published_at":"2017-07-24T21:22:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b2/manifests"},{"name":"rel_1_1_12","sha":"ad5626cdb9b4d4ac38b2169dc7377d4bc66ee549","kind":"commit","published_at":"2017-07-24T21:18:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_12/manifests"},{"name":"rel_1_0_18","sha":"f00391a070d9031941bb1c17aecb265b566a6a5b","kind":"commit","published_at":"2017-07-24T21:14:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_18","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_18/manifests"},{"name":"rel_1_2_0b1","sha":"e6555083d41accf983e5e8045956779c4fbc97a3","kind":"commit","published_at":"2017-07-10T13:23:28.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_2_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_2_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_2_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_2_0b1/manifests"},{"name":"rel_1_1_11","sha":"8d740d6bd6b8bcc061713443120c67e611cdcb34","kind":"commit","published_at":"2017-06-19T14:42:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_11/manifests"},{"name":"rel_1_1_10","sha":"158c0e858a87450e96675b28832f2835b84bd322","kind":"commit","published_at":"2017-05-19T20:11:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_10/manifests"},{"name":"rel_1_1_9","sha":"e48a9e78beffa41d8a60a01b336d11c86d055c51","kind":"commit","published_at":"2017-04-04T18:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_9/manifests"},{"name":"rel_1_1_8","sha":"f7ea0149fc0e7d7102e9d7da9fd0f98a52ec7bd0","kind":"commit","published_at":"2017-03-31T18:24:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_8/manifests"},{"name":"rel_1_1_7","sha":"dca69f3f1eeb4abb2d0195eb3df98c2ff234be34","kind":"commit","published_at":"2017-03-27T21:25:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_7/manifests"},{"name":"rel_1_1_6","sha":"d8080933f55f1a72aa672fab3cda451a0191d707","kind":"commit","published_at":"2017-02-28T16:41:24.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_6/manifests"},{"name":"rel_1_1_5","sha":"60781659934dd66975f8689403b9a664ba0ab85d","kind":"commit","published_at":"2017-01-17T21:23:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_5/manifests"},{"name":"rel_1_0_17","sha":"4d2f90dfa006a002286a0041fecd3003631fce06","kind":"commit","published_at":"2017-01-17T21:21:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_17","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_17/manifests"},{"name":"rel_1_1_4","sha":"ce17fd4bf361e6cd08b6e698e49c118643abe724","kind":"commit","published_at":"2016-11-15T17:58:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_4/manifests"},{"name":"rel_1_0_16","sha":"ff3c05defaa78d389ae6534828033bff198f12f5","kind":"commit","published_at":"2016-11-15T17:47:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_16","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_16/manifests"},{"name":"rel_1_1_3","sha":"2af8c155977651ecfac8215e62e2e1375e672b6b","kind":"commit","published_at":"2016-10-27T14:47:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_3/manifests"},{"name":"rel_1_1_2","sha":"2ee5d42e24d20e9e7a6bcef08976e018ccbcc718","kind":"commit","published_at":"2016-10-17T18:29:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_2/manifests"},{"name":"rel_1_1_1","sha":"80861dffa9f2a2564dd5e854d97006d9fff48a18","kind":"commit","published_at":"2016-10-07T15:04:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_1/manifests"},{"name":"rel_1_1_0","sha":"56e199416f386b796b834016f85572ef99588d40","kind":"commit","published_at":"2016-10-05T20:59:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0/manifests"},{"name":"rel_1_0_15","sha":"1b798fb9400190856ebe7cb646179ea5b6dc8e48","kind":"commit","published_at":"2016-09-01T17:10:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_15","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_15/manifests"},{"name":"rel_1_1_0b3","sha":"360b4e0565dc1ecdcef0625b23256268361e2c9d","kind":"commit","published_at":"2016-07-26T15:25:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b3/manifests"},{"name":"rel_1_0_14","sha":"e9a1d7bc6a0ae4ec09b6431d23d201654013c6a7","kind":"commit","published_at":"2016-07-06T21:10:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_14","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_14/manifests"},{"name":"rel_1_1_0b2","sha":"0e4469150acae9374aec5dff66ca996683c7c744","kind":"commit","published_at":"2016-07-01T14:47:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b2/manifests"},{"name":"rel_1_1_0b1","sha":"0f581bcf259625108ba6e9bdcf177184b19257bf","kind":"commit","published_at":"2016-06-16T19:02:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_1_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_1_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_1_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_1_0b1/manifests"},{"name":"rel_1_0_13","sha":"f500bfee855e147323b753790b557e2fe06b83e2","kind":"commit","published_at":"2016-05-16T19:52:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_13","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_13/manifests"},{"name":"rel_1_0_12","sha":"256137b06536c9cb3204be38e59a8d0b3feceec7","kind":"commit","published_at":"2016-02-15T18:43:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_12","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_12/manifests"},{"name":"rel_1_0_11","sha":"3b517241ba9ec94d8f46fb1df81f6732dc8733c7","kind":"commit","published_at":"2015-12-23T01:40:53.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_11/manifests"},{"name":"rel_1_0_10","sha":"6b87e0b301f123359f8a32114a3e888d6dd05bfc","kind":"commit","published_at":"2015-12-11T20:55:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_10/manifests"},{"name":"rel_1_0_9","sha":"4260204647495eebd350008d070ae57fb865c8ed","kind":"commit","published_at":"2015-10-20T22:01:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_9/manifests"},{"name":"rel_1_0_8","sha":"552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234","kind":"commit","published_at":"2015-07-23T00:00:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_8/manifests"},{"name":"rel_0_9_10","sha":"e71cf56a835842cd7d7038d6527888cc1297005f","kind":"commit","published_at":"2015-07-22T17:37:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_10/manifests"},{"name":"rel_1_0_7","sha":"a4b8aa320d63f7c0dc7c70dfce56f0af593d95f0","kind":"commit","published_at":"2015-07-20T18:05:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_7/manifests"},{"name":"rel_1_0_6","sha":"447ee0af1d2fbb95f2f1244de301f2fe4a87a72f","kind":"commit","published_at":"2015-06-25T15:33:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_6/manifests"},{"name":"rel_1_0_5","sha":"3873d7db340835a38e6b191e8466fb42c3a9d3f6","kind":"commit","published_at":"2015-06-07T21:53:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_5/manifests"},{"name":"rel_1_0_4","sha":"148924821bf8c8537cf8ece740b26a61571215fb","kind":"commit","published_at":"2015-05-08T00:51:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_4/manifests"},{"name":"rel_1_0_3","sha":"3cfda0a3c9026f0a80a9763fe12b9d61b3ad2910","kind":"commit","published_at":"2015-05-01T01:33:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_3/manifests"},{"name":"rel_1_0_2","sha":"42c9fe1d1df0aa9b66076a2b4a33ab6c046f5b07","kind":"commit","published_at":"2015-04-24T22:03:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_2/manifests"},{"name":"rel_1_0_1","sha":"0fc751e4abea999b5cc7ba8c3a87a7a84cd5aa8c","kind":"commit","published_at":"2015-04-23T18:21:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_1/manifests"},{"name":"rel_1_0_0","sha":"9f468e305d0a6b42a1d384a70dcf8fb51effa693","kind":"commit","published_at":"2015-04-16T18:58:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0/manifests"},{"name":"rel_1_0_0b5","sha":"541a9751fc179720d2f0a6de062c238b16e5a65e","kind":"commit","published_at":"2015-04-03T18:02:36.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b5/manifests"},{"name":"rel_1_0_0b4","sha":"78b1850ae5649896da62135cb29b238adaad5c38","kind":"commit","published_at":"2015-03-29T14:05:16.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b4/manifests"},{"name":"rel_1_0_0_b3","sha":"7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1","kind":"commit","published_at":"2015-03-20T23:54:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0_b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0_b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0_b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0_b3/manifests"},{"name":"rel_1_0_0b2","sha":"1bcd99bec9eb0d17dba76214d278d6012f35f41b","kind":"commit","published_at":"2015-03-20T20:09:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b2/manifests"},{"name":"rel_1_0_0b1","sha":"175e5c97a7f20d774e27fe66a141a12f341be9ad","kind":"commit","published_at":"2015-03-13T20:40:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_1_0_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_0_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_1_0_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_1_0_0b1/manifests"},{"name":"rel_0_9_9","sha":"3e3f9e8488253e5ccf4e37a46d234f7724974f4a","kind":"commit","published_at":"2015-03-10T19:57:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_9/manifests"},{"name":"rel_0_9_8","sha":"ff34c480dfd2b8b7c72339d196f5477980a5124c","kind":"commit","published_at":"2014-10-13T17:10:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_8/manifests"},{"name":"rel_0_9_7","sha":"1239cf2c0a428fd54aea0c40992946256012ccfb","kind":"commit","published_at":"2014-07-22T20:56:22.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_7/manifests"},{"name":"rel_0_8_7","sha":"807680a9ec1e866d7eee997ca051c1b14964d742","kind":"commit","published_at":"2014-07-22T20:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_7/manifests"},{"name":"rel_0_9_6","sha":"d7641af22c9aaa53ba1b6f2abab12d99dbd7acf4","kind":"commit","published_at":"2014-06-23T23:01:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_6/manifests"},{"name":"rel_0_9_5","sha":"847c0a8cbef98715bf4ae441882b06d90dbe0d80","kind":"commit","published_at":"2014-06-23T15:17:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_5/manifests"},{"name":"rel_0_8_6","sha":"6bb74b6ede5d7eedded3385c7a2b5736869ff05a","kind":"commit","published_at":"2014-03-28T23:40:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_6/manifests"},{"name":"rel_0_9_4","sha":"ccc0c44c3a60fc4906e5e3b26cc6d2b7a69d33bf","kind":"commit","published_at":"2014-03-28T23:40:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_4/manifests"},{"name":"rel_0_9_3","sha":"5c88f38c7259780e9acc18cc8752110b1d369c23","kind":"commit","published_at":"2014-02-20T04:09:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_3/manifests"},{"name":"rel_0_8_5","sha":"1366ef9f1cbbddbb0d7fb5b852ba6cd1bfdc7216","kind":"commit","published_at":"2014-02-20T03:59:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_5/manifests"},{"name":"rel_0_9_2","sha":"37d1f8983ce4bfbfd517cf8db7a44ed785c8474f","kind":"commit","published_at":"2014-02-03T00:28:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_2/manifests"},{"name":"rel_0_9_1","sha":"9d69035a1d7f78c71e5467e1dde828d099f30144","kind":"commit","published_at":"2014-01-06T00:29:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_1/manifests"},{"name":"rel_0_9_0","sha":"f00657fa8a3a484d3a9207c67c0a1d20ab8313bb","kind":"commit","published_at":"2013-12-30T23:31:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0/manifests"},{"name":"rel_0_8_4","sha":"6fb499599a948aae7ba83c69f3855ce01f888178","kind":"commit","published_at":"2013-12-08T20:01:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_4/manifests"},{"name":"rel_0_9_0b1","sha":"70e24eecee436baf770bdc7d562ac5ebaccb4802","kind":"commit","published_at":"2013-10-26T20:57:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_9_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_9_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_9_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_9_0b1/manifests"},{"name":"rel_0_8_3","sha":"abb4e5314a19abd538dc518c12a4e54a8840c695","kind":"commit","published_at":"2013-10-26T20:38:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_3/manifests"},{"name":"rel_0_8_2","sha":"57da64432020d1769f9c55713296fef1f7c4a1cf","kind":"commit","published_at":"2013-07-03T20:07:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_2/manifests"},{"name":"rel_0_8_1","sha":"2cf49d898d3a10d1c7a5ac87dd015691d51f9248","kind":"commit","published_at":"2013-04-27T21:27:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_1/manifests"},{"name":"rel_0_8_0","sha":"2a20fd85d7f1c836c290975ea6c623420a83675d","kind":"commit","published_at":"2013-03-10T01:40:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0/manifests"},{"name":"rel_0_7_10","sha":"7b2088b0be45684fb6f40ccff3a0fc5d00e49b2e","kind":"commit","published_at":"2013-02-08T00:28:37.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_10/manifests"},{"name":"rel_0_8_0b2","sha":"332560b1fd0917a0e7dbeb295d48d045ee6f6887","kind":"commit","published_at":"2012-12-14T20:40:05.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b2/manifests"},{"name":"rel_0_8_0b1","sha":"d2e8b5e36cb3abbad7466f3ca89f01f7d083ae6a","kind":"commit","published_at":"2012-10-30T23:09:01.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_8_0b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_8_0b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_8_0b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_8_0b1/manifests"},{"name":"rel_0_7_9","sha":"b26bbaa14e5318140bf463fc1e1a9540e3c65e10","kind":"commit","published_at":"2012-10-01T22:36:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_9/manifests"},{"name":"rel_0_7_8","sha":"37b807cd04d4ab3a6acbd05fba10805c69794de5","kind":"commit","published_at":"2012-06-17T00:58:00.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_8/manifests"},{"name":"rel_0_6_9","sha":"80885ab33079a98207b4bf9fd5766fe68462e6a1","kind":"commit","published_at":"2012-05-05T22:48:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_9/manifests"},{"name":"rel_0_7_7","sha":"c91fd10f5cf38c6cb896420c0306e9f925e6048e","kind":"commit","published_at":"2012-05-05T22:48:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_7/manifests"},{"name":"rel_0_7_6","sha":"bd85bcc0cf1353ebec648ab294bfb407745d8c82","kind":"commit","published_at":"2012-03-15T04:23:09.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_6/manifests"},{"name":"rel_0_7_5","sha":"667249f7b19325e1512f1a9ece29c5894e679508","kind":"commit","published_at":"2012-01-28T22:43:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_5/manifests"},{"name":"rel_0_7_4","sha":"5421b51a479a4c04da5175b58c8d8557ba2bc51c","kind":"commit","published_at":"2011-12-09T22:15:02.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_4/manifests"},{"name":"rel_0_7_3","sha":"8aa229cf84cea6934bd1a041f86dadd0304a58b6","kind":"commit","published_at":"2011-10-16T18:24:29.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_3/manifests"},{"name":"rel_0_7_2","sha":"b088914265cc3e918c95d1e419234a497a8a9559","kind":"commit","published_at":"2011-07-31T23:12:31.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_2/manifests"},{"name":"rel_0_6_8","sha":"99409a9db3fe4d4e97d429ba9a3a6ecc6d130709","kind":"commit","published_at":"2011-06-05T16:49:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_8/manifests"},{"name":"rel_0_7_1","sha":"772ae63bdbfb82509bf2df20e56722b4cdc6186b","kind":"commit","published_at":"2011-06-05T16:32:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_1/manifests"},{"name":"rel_0_7_0","sha":"ef654af35ab2443172eb79e6f279792b72980539","kind":"commit","published_at":"2011-05-20T21:53:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7_0/manifests"},{"name":"rel_0_7b4","sha":"4dd69ff878b2b7fe60a48ba7d12c29183a5f8012","kind":"commit","published_at":"2011-04-17T20:51:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b4/manifests"},{"name":"rel_0_6_7","sha":"bfa8b23ef0bc6e25057c21b6e5722b8c153f20ea","kind":"commit","published_at":"2011-04-14T00:02:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_7/manifests"},{"name":"rel_0_7b3","sha":"b6423d26280cac2ff74ab1450ce5549789ffa61e","kind":"commit","published_at":"2011-03-20T18:54:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b3/manifests"},{"name":"rel_0_7b2","sha":"e6d00f8234d6f31113447098181eb5a722085c33","kind":"commit","published_at":"2011-02-19T18:11:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b2/manifests"},{"name":"rel_0_7b1","sha":"53aab63b6c24dfdcc249ada5c9d712dc42e5ae40","kind":"commit","published_at":"2011-02-12T23:00:45.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_7b1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_7b1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_7b1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_7b1/manifests"},{"name":"rel_0_6_6","sha":"19e6a5c9555edaa1401e5e09ebd3fc1c6561c6d3","kind":"commit","published_at":"2011-01-08T22:19:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_6/manifests"},{"name":"rel_0_6_5","sha":"b96e6232a42918692e95b32b7dd3723cd4a242bb","kind":"commit","published_at":"2010-10-24T17:26:34.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_5/manifests"},{"name":"rel_0_6_4","sha":"992dd2c055dcff75953695d20813f43d858997d9","kind":"commit","published_at":"2010-09-07T16:37:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_4/manifests"},{"name":"rel_0_6_3","sha":"2bd3c795cfe39249aceb6b04ea4650a17788d9b6","kind":"commit","published_at":"2010-07-15T13:59:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_3/manifests"},{"name":"rel_0_6_2","sha":"7e72edc9d39966721f2731ef2dbf508ca4a03e4c","kind":"commit","published_at":"2010-07-06T21:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_2/manifests"},{"name":"rel_0_6_1","sha":"1bd54fd9c854044d8153dba0f6dd261bf6bb6bff","kind":"commit","published_at":"2010-05-31T18:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_1/manifests"},{"name":"rel_0_6_0","sha":"63cea59c0596b872a464fa19d5a25c2a2c32ef49","kind":"commit","published_at":"2010-04-18T23:13:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6_0/manifests"},{"name":"rel_0_6beta3","sha":"0e6d10806a49bbac5276ae271cc23218138cac08","kind":"commit","published_at":"2010-03-28T17:17:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta3/manifests"},{"name":"rel_0_6beta2","sha":"1d6d350c72c90ef31a5753419d8d55299a123997","kind":"commit","published_at":"2010-03-20T18:42:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta2/manifests"},{"name":"rel_0_6beta1","sha":"fba9709593ae7b24a53ff6f28cbc5f457f8c9d37","kind":"commit","published_at":"2010-02-03T16:59:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_6beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_6beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_6beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_6beta1/manifests"},{"name":"rel_0_5_8","sha":"6dbd034ca688a1b04d54706da115cf1e2ed1797e","kind":"commit","published_at":"2010-01-16T20:28:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_8/manifests"},{"name":"rel_0_5_7","sha":"b4977c9ba8f606fb451855832a755b46c105a545","kind":"commit","published_at":"2009-12-26T23:01:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_7/manifests"},{"name":"rel_0_5_6","sha":"654d245c91c9eae6d5dd80bce4f20f90c358a51e","kind":"commit","published_at":"2009-09-12T23:53:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_6/manifests"},{"name":"rel_0_5_5","sha":"5503028d8cc404bb28fd5760f5ba6c27cfc37ae2","kind":"commit","published_at":"2009-07-13T02:04:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_5/manifests"},{"name":"rel_0_5_4p2","sha":"853992649c64252c3959b76600434f9cab05288c","kind":"commit","published_at":"2009-05-26T17:03:03.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p2/manifests"},{"name":"rel_0_5_4p1","sha":"7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb","kind":"commit","published_at":"2009-05-18T16:21:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4p1/manifests"},{"name":"rel_0_5_4","sha":"d7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb","kind":"commit","published_at":"2009-05-17T22:58:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_4/manifests"},{"name":"rel_0_5_3","sha":"3223bafafef36e3bb314ea0a0658230eb80ca382","kind":"commit","published_at":"2009-03-24T01:22:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_3/manifests"},{"name":"rel_0_5_2","sha":"c10104f0a89d2ef4bc4ea08aed8f1237d051351d","kind":"commit","published_at":"2009-01-24T17:29:56.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_2/manifests"},{"name":"rel_0_5_1","sha":"86fcffc854540e87d56e5e0d49273a9411af32f6","kind":"commit","published_at":"2009-01-17T21:43:19.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_1/manifests"},{"name":"rel_0_5_0","sha":"0e79d6e28ea8e68a4ee4a58c138115608a30e41b","kind":"commit","published_at":"2009-01-06T18:30:38.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5_0/manifests"},{"name":"rel_0_5rc4","sha":"1214e74a3853b325adbae4e99610f362a10a7ce9","kind":"commit","published_at":"2008-11-14T21:36:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc4/manifests"},{"name":"rel_0_5rc3","sha":"0a48075161755660ca05e73efadc37a750176c06","kind":"commit","published_at":"2008-11-07T18:43:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc3/manifests"},{"name":"rel_0_5rc2","sha":"4ca89fd3c4129551174aadd686db9f96bac0ba61","kind":"commit","published_at":"2008-10-12T14:39:20.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc2/manifests"},{"name":"rel_0_4_8","sha":"bfc90aa6c69511fc71aa6079ecc86e9315b042b7","kind":"commit","published_at":"2008-10-12T14:39:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_8/manifests"},{"name":"rel_0_5rc1","sha":"01de7110984604e731d19a751a829d21f62106f8","kind":"commit","published_at":"2008-09-11T20:48:39.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5rc1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5rc1/manifests"},{"name":"rel_0_5beta3","sha":"045d0d63ea004f1fa2a0cb1ca171065caa1d3455","kind":"commit","published_at":"2008-08-04T19:53:04.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta3/manifests"},{"name":"rel_0_4_7p1","sha":"7f5344b3258748c75a28716651d9dbbfe1d22355","kind":"commit","published_at":"2008-07-31T15:02:40.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7p1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7p1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7p1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7p1/manifests"},{"name":"rel_0_4_7","sha":"deeee6eb33ffa392d200d5c4e8924b85c6ba33b6","kind":"commit","published_at":"2008-07-26T16:30:59.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_7/manifests"},{"name":"rel_0_5beta2","sha":"44aa875212bfe01882f2a24bfb01cba833d3574b","kind":"commit","published_at":"2008-07-14T20:04:35.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta2/manifests"},{"name":"rel_0_5beta1","sha":"d3fb8ff9044b6dcaec7a983ecb99498a5669e9de","kind":"commit","published_at":"2008-06-12T20:29:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_5beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_5beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_5beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_5beta1/manifests"},{"name":"rel_0_4_6","sha":"6595a5af31ee473f4388db5917c59f0965a64279","kind":"commit","published_at":"2008-05-10T17:31:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_6/manifests"},{"name":"rel_0_4_5","sha":"a83d216ab6e8d064013107ba981e910b04986e8d","kind":"commit","published_at":"2008-04-04T00:58:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_5/manifests"},{"name":"rel_0_4_4","sha":"07d89b09bb99c25309b116ee6cee7620cd0c4723","kind":"commit","published_at":"2008-03-12T00:02:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_4/manifests"},{"name":"rel_0_4_3","sha":"14b3a913ac29dd8b37a616701bf13fb6541f5370","kind":"commit","published_at":"2008-02-14T23:41:17.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_3/manifests"},{"name":"rel_0_4_2p3","sha":"0a860c6fb007304cedc12afd7a3ae2766e052bb6","kind":"commit","published_at":"2008-01-09T21:37:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2p3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2p3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2p3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2p3/manifests"},{"name":"rel_0_4_2b","sha":"500982b7b37b9f13d8d9b574887e20a3e654e7b0","kind":"commit","published_at":"2008-01-07T19:59:23.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2b","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2b/manifests"},{"name":"rel_0_4_2a","sha":"829e9f8a911ed77abd9ffb30d3c6cbd27465d410","kind":"commit","published_at":"2008-01-05T18:27:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2a","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2a/manifests"},{"name":"rel_0_4_2","sha":"e12075efa8b5eb45a918cc150218921d88dc2bec","kind":"commit","published_at":"2008-01-02T01:34:25.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_2/manifests"},{"name":"rel_0_4_1","sha":"051e43245daabb6d96978d32f220f494ab0f026f","kind":"commit","published_at":"2007-11-18T22:47:55.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_1/manifests"},{"name":"rel_0_4_0","sha":"a5e01cafdb2dd6d2726616144df6b4be387c2bb2","kind":"commit","published_at":"2007-10-17T17:53:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4_0/manifests"},{"name":"rel_0_3_11","sha":"d12392c38d570b4a3c14a02c75e2ea9476c34ffb","kind":"commit","published_at":"2007-10-14T19:15:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_11","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_11/manifests"},{"name":"rel_0_4beta6","sha":"e3b06dc83e7990f07abb00287be7a4ab2d1e4494","kind":"commit","published_at":"2007-09-27T00:28:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta6/manifests"},{"name":"rel_0_4beta4","sha":"8b80f9132d2e6e05686fe886a132e435217ffdbd","kind":"commit","published_at":"2007-08-22T19:36:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta4/manifests"},{"name":"rel_0_4beta3","sha":"a8946d368201b583ccabc26626f10bf8234deb86","kind":"commit","published_at":"2007-08-16T15:12:57.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta3/manifests"},{"name":"rel_0_4beta2","sha":"054e76df44a01da99ec9cbed8b56b270e98839ec","kind":"commit","published_at":"2007-08-14T14:32:50.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta2/manifests"},{"name":"rel_0_4beta1","sha":"cce281e05671c8b026470927e4e64784aa4ce2d6","kind":"commit","published_at":"2007-08-12T16:19:52.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_4beta1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_4beta1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_4beta1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_4beta1/manifests"},{"name":"rel_0_3_10","sha":"bdf8f4ca80ed2a49bb4f1beea57ca5e1061681cf","kind":"commit","published_at":"2007-07-20T21:01:51.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_10","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_10/manifests"},{"name":"rel_0_3_9","sha":"40ded34819bb2a65ef02042bf60e075d65123592","kind":"commit","published_at":"2007-07-15T16:27:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_9","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_9/manifests"},{"name":"rel_0_3_8","sha":"cbc33de2fe6c0088f642c6866e58ee268eb52e31","kind":"commit","published_at":"2007-06-02T20:33:15.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_8/manifests"},{"name":"rel_0_3_7","sha":"dfc633b08b49f8b7ed083af3b274d28df2fbe316","kind":"commit","published_at":"2007-04-29T23:47:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_7/manifests"},{"name":"rel_0_3_6","sha":"e07cf69deff7e2a9152b41385c4505f1acaa958b","kind":"commit","published_at":"2007-03-23T21:38:12.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_6/manifests"},{"name":"rel_0_3_5","sha":"b59f4d1a4a81144ac58e9d39bc2c36893741f818","kind":"commit","published_at":"2007-02-22T03:51:21.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_5/manifests"},{"name":"rel_0_3_4","sha":"b8662333bbd20194ca3117835e7e1ca0bb4d3c0b","kind":"commit","published_at":"2007-01-23T20:25:48.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_4/manifests"},{"name":"rel_0_3_3","sha":"f5b5696afddacdd7c5a5ede716e7241e5fa5c97e","kind":"commit","published_at":"2006-12-15T07:43:42.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_3/manifests"},{"name":"rel_0_3_2","sha":"ae3f1bc240ae4449a1700612cb98f0d85bd28317","kind":"commit","published_at":"2006-12-10T18:05:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_2/manifests"},{"name":"rel_0_3_1","sha":"cb8737e6f86352620e773cff54f5a6b41253983c","kind":"commit","published_at":"2006-11-13T00:42:54.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_1/manifests"},{"name":"rel_0_3_0","sha":"0be0131a448f43aa4969792aa0158551163ce499","kind":"commit","published_at":"2006-10-22T19:10:44.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_3_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_3_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_3_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_3_0/manifests"},{"name":"rel_0_2_8","sha":"f2d050180a6d586615840a3a8dc760a438c8eae2","kind":"commit","published_at":"2006-09-05T17:19:26.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_8","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_8/manifests"},{"name":"rel_0_2_7","sha":"ae5e73cbc144239738d394ccbc835965bde2b39a","kind":"commit","published_at":"2006-08-12T22:58:49.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_7/manifests"},{"name":"rel_0_2_6","sha":"0b7557a30a94b38c816499dc7e854214120b68cf","kind":"commit","published_at":"2006-07-20T01:00:30.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_6/manifests"},{"name":"rel_0_2_5","sha":"dd1d21c166516b9aacd89d7b883b09d7d1f197df","kind":"commit","published_at":"2006-07-08T17:11:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_5/manifests"},{"name":"rel_0_2_4","sha":"7626fc5aab8b625bb6e48e7374d4622efc7f1e5a","kind":"commit","published_at":"2006-06-27T23:56:14.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_4/manifests"},{"name":"rel_0_2_3","sha":"1ffed8432e282aa57ecde9f3e4ca778a1756ddc0","kind":"commit","published_at":"2006-06-17T00:53:33.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_3/manifests"},{"name":"rel_0_2_2","sha":"8ce1d43bb568fa3123c4f040d50713d998b80b83","kind":"commit","published_at":"2006-06-05T19:27:47.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_2/manifests"},{"name":"rel_0_2_1","sha":"d689e12595bc25d8bcb31c84d3d6d29cb47258ba","kind":"commit","published_at":"2006-05-29T03:14:11.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_1/manifests"},{"name":"rel_0_2_0","sha":"967171f5afd1e5c04e786052ea82f2813023db2b","kind":"commit","published_at":"2006-05-27T20:33:41.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_2_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_2_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_2_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_2_0/manifests"},{"name":"rel_0_1_7","sha":"a454f2e87da26226cad7e7089abed7ca152cc329","kind":"commit","published_at":"2006-05-05T17:45:06.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_7","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_7/manifests"},{"name":"rel_0_1_6","sha":"4022b1359d30daa7b7fcb0fbc8e7a4e2ac4b0551","kind":"commit","published_at":"2006-04-12T19:40:43.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_6","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_6/manifests"},{"name":"rel_0_1_5","sha":"b3db76d449966de741201e47b58062d2ac8d1dc8","kind":"commit","published_at":"2006-03-27T03:12:27.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_5","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_5/manifests"},{"name":"rel_0_1_4","sha":"c081749aa65d148fea40adc940fa7ebbfb892224","kind":"commit","published_at":"2006-03-13T17:32:13.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_4","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_4/manifests"},{"name":"rel_0_1_3","sha":"ecebb7cd87b0c545c2d050b010724d79d0568258","kind":"commit","published_at":"2006-03-02T01:48:58.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_3","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_3/manifests"},{"name":"rel_0_1_2","sha":"94ac052104cd07ae0dace2d1b1ac6a7144412c44","kind":"commit","published_at":"2006-02-24T00:28:10.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_2","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_2/manifests"},{"name":"rel_0_1_1","sha":"0e15f047502bd3c17d008f95737119e0e3188658","kind":"commit","published_at":"2006-02-23T02:47:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_1","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_1/manifests"},{"name":"rel_0_1_0","sha":"4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af","kind":"commit","published_at":"2006-02-14T02:40:07.000Z","download_url":"https://codeload.github.com/sqlalchemy/sqlalchemy/tar.gz/rel_0_1_0","html_url":"https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_0_1_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sqlalchemy/sqlalchemy@rel_0_1_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/tags/rel_0_1_0/manifests"}]},"repo_metadata_updated_at":"2026-08-28T18:58:25.988Z","dependent_packages_count":0,"downloads":11,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":56.43265404558061,"dependent_packages_count":10.027734233691064,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":33.23019413963584},"purl":"pkg:pypi/clean-sqlalchemy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/clean-sqlalchemy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/clean-sqlalchemy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/clean-sqlalchemy/dependencies","status":null,"funding_links":["https://github.com/sponsors/sqlalchemy","https://patreon.com/zzzeek","https://tidelift.com/funding/github/pypi/SQLAlchemy"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T00:21:53.837Z","issues_count":960,"pull_requests_count":743,"avg_time_to_close_issue":11946231.348281017,"avg_time_to_close_pull_request":2632701.300492611,"issues_closed_count":669,"pull_requests_closed_count":608,"pull_request_authors_count":318,"issue_authors_count":509,"avg_comments_per_issue":4.682291666666667,"avg_comments_per_pull_request":4.667563930013459,"merged_pull_requests_count":191,"bot_issues_count":0,"bot_pull_requests_count":42,"past_year_issues_count":169,"past_year_pull_requests_count":190,"past_year_avg_time_to_close_issue":1056036.0650406503,"past_year_avg_time_to_close_pull_request":971926.8153846153,"past_year_issues_closed_count":123,"past_year_pull_requests_closed_count":130,"past_year_pull_request_authors_count":123,"past_year_issue_authors_count":66,"past_year_avg_comments_per_issue":4.4733727810650885,"past_year_avg_comments_per_pull_request":3.863157894736842,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlalchemy%2Fsqlalchemy/issues","maintainers":[{"login":"zzzeek","count":201,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"sqlalchemy-bot","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqlalchemy-bot"},{"login":"gordthompson","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gordthompson"},{"login":"jvanasco","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jvanasco"},{"login":"lelit","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}],"active_maintainers":[{"login":"zzzeek","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzzeek"},{"login":"CaselIT","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaselIT"},{"login":"lelit","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lelit"},{"login":"sqla-tester","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sqla-tester"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/clean-sqlalchemy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/clean-sqlalchemy/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/clean-sqlalchemy/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/clean-sqlalchemy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/clean-sqlalchemy/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/clean-sqlalchemy/codemeta","maintainers":[{"uuid":"joeyelsisi","login":"joeyelsisi","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/joeyelsisi/","role":"Owner","created_at":"2024-11-16T02:46:33.821Z","updated_at":"2024-11-16T02:46:33.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/joeyelsisi/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":932043,"maintainers_count":400515,"namespaces_count":0,"keywords_count":313027,"github":"pypi","metadata":{"funded_packages_count":59245,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-09-01T05:03:28.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}]