Skip to content

Commit

Permalink
Merge pull request #55 from Indicio-tech/chore/adjust-typing-extensio…
Browse files Browse the repository at this point in the history
…ns-version

chore: adjust typing extentions version
  • Loading branch information
dbluhm committed Dec 22, 2022
2 parents 4a4ab91 + d1efdae commit 6444ef8
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 36 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/code-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
jobs:
format:
name: Formatting (with black)
runs-on: ubuntu-latest
# TODO Update to latest after dropping Python 3.6 support
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
Expand All @@ -35,7 +36,8 @@ jobs:
test:
name: Tests
runs-on: ubuntu-latest
# TODO Update to latest after dropping Python 3.6 support
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
# TODO Update to latest after dropping Python 3.6 support
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
111 changes: 79 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ keywords = [
[tool.poetry.dependencies]
python = "^3.6.9"
pydantic = "^1.8.1"
typing-extensions = "^3.7.4"
typing-extensions = ">=4.0.0,<4.1.0"
inflection = "^0.5.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 6444ef8

Please sign in to comment.