Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run Checks

on:
push:
branches: [ "2.x" ]
branches: [ "prod/2.x" ]
pull_request:
branches: [ "2.x" ]
branches: [ "prod/2.x" ]
merge_group:

jobs:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/release.yml

This file was deleted.

13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
![Run Checks](https://github.com/openapi-generators/openapi-python-client/workflows/Run%20Checks/badge.svg)
[![codecov](https://codecov.io/gh/openapi-generators/openapi-python-client/branch/main/graph/badge.svg)](https://codecov.io/gh/triaxtec/openapi-python-client)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![Generic badge](https://img.shields.io/badge/type_checked-mypy-informational.svg)](https://mypy.readthedocs.io/en/stable/introduction.html)
[![PyPI version shields.io](https://img.shields.io/pypi/v/openapi-python-client.svg)](https://pypi.python.org/pypi/openapi-python-client/)
[![Downloads](https://static.pepy.tech/personalized-badge/openapi-python-client?period=total&units=international_system&left_color=blue&right_color=green&left_text=Downloads)](https://pepy.tech/project/openapi-python-client)

# Note: this is the fork of openapi-python-client maintained and used by Benchling.

If you want the official package, go to the upstream repository: https://github.com/openapi-generators/openapi-python-client

The rest of this file is a copy of the upstream README, except for descriptions of extra options added in the Benchling fork. All other Benchling-specific notes are in our internal documentation.

Benchling cannot provide any support for external use of this fork.

# openapi-python-client

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
authors = [
{ name = "Dylan Anthony", email = "contact@dylananthony.com" },
{ name = "Benchling Support", email = "support@benchling.com" },
]
license = { text = "MIT" }
requires-python = ">=3.8.1,<4.0"
Expand All @@ -18,7 +19,7 @@ dependencies = [
"typing-extensions>=4.8.0,<5.0.0",
]
name = "openapi-python-client"
version = "0.21.6"
version = "2.0.0-alpha.1"
description = "Generate modern Python clients from OpenAPI"
keywords = [
"OpenAPI",
Expand Down