Skip to content

Commit 10b4a5d

Browse files
Merge branch 'main' into patch-1
2 parents eaa9c73 + df350e4 commit 10b4a5d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ![Bot Framework SDK v4 Python](./doc/media/FrameWorkPython.png)
22

3+
# ARCHIVE NOTICE:
4+
5+
> We are in the process of archiving the Bot Framework Python SDK repository on GitHub. This means that this project will no longer be updated or maintained. Customers using this tool will not be disrupted. However, the tool will no longer be supported through
6+
> service tickets in the Azure portal and will not receive product updates.
7+
8+
> To build agents with your choice of AI services, orchestration, and knowledge, consider using the [Microsoft 365 Agents SDK](https://github.com/microsoft/agents). The Agents SDK is GA and has support for C#, JavaScript or Python. You can learn more about the Agents SDK at aka.ms/agents. If you're looking for a SaaS-based agent platform, consider Microsoft Copilot Studio. If you have an existing bot built with the Bot Framework SDK, you can update your bot to the Agents SDK. You can review the core changes and updates at Bot Framework SDK to Agents SDK migration guidance [here](https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/bf-migration-guidance). Support tickets for the Bot Framework SDK will no longer be serviced as of December 31, 2025.
9+
10+
> We plan to archive this project no later than end of December of 2025.
11+
312
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.
413

514
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.

libraries/botbuilder-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"azure-storage-queue==12.4.0",
1111
"botbuilder-schema==4.17.0",
1212
"botframework-connector==4.17.0",
13-
"jsonpickle>=1.2,<1.5",
13+
"jsonpickle>=1.2,<4",
1414
]
1515
TEST_REQUIRES = ["aiounittest==1.3.0"]
1616

libraries/botbuilder-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"botbuilder-schema==4.17.0",
1010
"botframework-connector==4.17.0",
1111
"botframework-streaming==4.17.0",
12-
"jsonpickle>=1.2,<1.5",
12+
"jsonpickle>=1.2,<4",
1313
]
1414

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

0 commit comments

Comments
 (0)