Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 004a286

Browse files
tracyboehrerTracy Boehrer
andauthored
aiohttp to 3.9.3 (#2069)
* aiohttp to 3.9.2 * aiohttp to 3.9.3 * Update botbuilder-python-ci.yml for Azure Pipelines Changed Python build versions * Updated README --------- Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
1 parent e98d406 commit 004a286

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository contains code for the Python version of the [Microsoft Bot Framework SDK](https://github.com/Microsoft/botframework-sdk), which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
44

5-
This SDK enables developers to model conversation and build sophisticated bot applications using Python. SDKs for [JavaScript](https://github.com/Microsoft/botbuilder-js), [.NET](https://github.com/Microsoft/botbuilder-dotnet) and [Java (preview)](https://github.com/Microsoft/botbuilder-java) are also available.
5+
This SDK enables developers to model conversation and build sophisticated bot applications using Python. SDKs for [JavaScript](https://github.com/Microsoft/botbuilder-js) and [.NET](https://github.com/Microsoft/botbuilder-dotnet) are also available.
66

77
To get started building bots using the SDK, see the [Azure Bot Service Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0).
88

@@ -43,7 +43,7 @@ If you want to debug an issue, would like to [contribute](#contributing-code), o
4343

4444
### Prerequisites
4545
- [Git](https://git-scm.com/downloads)
46-
- [Python 3.8.2](https://www.python.org/downloads/)
46+
- [Python 3.8.17](https://www.python.org/downloads/)
4747

4848
Python "Virtual Environments" allow Python packages to be installed in an isolated location for a particular application, rather than being installed globally, as such it is common practice to use them. Click [here](https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments) to learn more about creating _and activating_ Virtual Environments in Python.
4949

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.9.0
1+
aiohttp==3.9.3
22
pyslack
33
botbuilder-core==4.15.0
44
slackclient

libraries/botbuilder-ai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"azure-cognitiveservices-language-luis==0.2.0",
99
"botbuilder-schema==4.15.0",
1010
"botbuilder-core==4.15.0",
11-
"aiohttp==3.8.5",
11+
"aiohttp==3.9.3",
1212
]
1313

1414
TESTS_REQUIRES = ["aiounittest>=1.1.0"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
msrest== 0.7.*
22
botframework-connector==4.15.0
33
botbuilder-schema==4.15.0
4-
aiohttp==3.9.0
4+
aiohttp==3.9.3

libraries/botbuilder-integration-aiohttp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"botframework-connector==4.15.0",
1111
"botbuilder-core==4.15.0",
1212
"yarl>=1.8.1",
13-
"aiohttp==3.8.5",
13+
"aiohttp==3.9.3",
1414
]
1515

1616
root = os.path.abspath(os.path.dirname(__file__))

libraries/botbuilder-integration-applicationinsights-aiohttp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
REQUIRES = [
88
"applicationinsights>=0.11.9",
9-
"aiohttp==3.8.5",
9+
"aiohttp==3.9.3",
1010
"botbuilder-schema==4.15.0",
1111
"botframework-connector==4.15.0",
1212
"botbuilder-core==4.15.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest-cov>=2.6.0
2-
pytest~=6.2.3
2+
pytest~=7.3.1
33
pyyaml==6.0
44
pytest-asyncio==0.15.1
55
ddt==1.2.1

0 commit comments

Comments
 (0)