Skip to content

Commit 7b8418f

Browse files
committed
Merge tag '1.3.0' into develop
1.3.0
2 parents 8f19f40 + 4367f10 commit 7b8418f

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/python-package-3.10.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37+
python -m pip install multidict
3738
python -m pip install flake8 pytest
3839
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3940
- name: Lint with flake8

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30+
python -m pip install multidict
3031
python -m pip install flake8 pytest
3132
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3233
- name: Lint with flake8

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
python-version: '3.10'
2929
- name: Install dependencies
3030
run: |
31+
python -m pip install multidict
3132
python -m pip install --upgrade pip
3233
pip install build
3334
- name: Build package

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The Python chatbot framework with batteries included
55
[![PyPI version](https://badge.fury.io/py/Pyttman.svg)](https://badge.fury.io/py/Pyttman)
66
[![CodeQL](https://github.com/dotchetter/Pyttman/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/dotchetter/Pyttman/actions/workflows/codeql-analysis.yml)
7-
[![Python package](https://github.com/dotchetter/Pyttman/actions/workflows/python-package-310.yml/badge.svg)](https://github.com/dotchetter/Pyttman/actions/workflows/python-package-310.yml)
7+
[![Python package](https://github.com/Hashmap-Software-Agency/Pyttman/actions/workflows/python-package.yml/badge.svg)](https://github.com/Hashmap-Software-Agency/Pyttman/actions/workflows/python-package.yml)
88

99

1010
### If you've ever developed a chatbot or otherwise virtual assistant

0 commit comments

Comments
 (0)