Граф коммитов

1280 Коммитов

Автор SHA1 Сообщение Дата
gandiddi 62d736622a
Set TeamsNotifyUser alert to opposite of alert_in_meeting (#2185)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-10-30 10:16:38 -05:00
gandiddi a9298c877b
Add new handler for anonymous query link invoke (#2184)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-10-30 09:37:55 -05:00
gandiddi a74532b9a9
Support Teams message edit, message soft delete, message undelete activities (#2183)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-10-30 08:50:11 -05:00
gandiddi 3e76e54347
Add missing paran in exchange_token() call (#2182) 2024-10-29 10:56:51 -05:00
gandiddi cf1d0453af
port: SkillDialog.InterceptOAuthCardsAsync doesn't support CloudAdapter (#6848) (#2179)
* Updated the InterceptOAuthCardsAsync method in SkillDialog to support CloudAdapter in combination with expect replies delivery mode

* minor fix
2024-10-18 13:17:00 -05:00
gandiddi 1617885d2e
Port: TeamsChannelData need OnBehalfOf [#6609] (#2175)
* Adds the OnBehalfOf property to send messages via bots on behalf of another user in Teams.

* black issue fix

* Using List from typing
2024-10-07 21:22:42 +05:30
gandiddi 0f2cb2adb9
Port: Send targeted meeting notification in Teams meeting (#2172)
* Send targeted meeting notification in Teams meeting

* test cases

---------

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-09-30 08:33:44 -05:00
gandiddi d4a1867023
Add settings.selectedChannel to TeamsChannelData and Type to ChannelInfo and TeamDetails (#2173) 2024-09-30 08:21:15 -05:00
gandiddi fddd368dca
Add new Teams invoke types 'config/fetch' and 'config/submit' (#2170) 2024-09-17 07:53:37 -05:00
gandiddi 0fba27be15
port: Add Teams read receipt event (#6356) (#2167)
* port: Add Teams read receipt event (#6356)

* remove unused variables
2024-09-11 08:07:15 -05:00
tracyboehrer 50e72c0fa8
Updated azure-cosmos to 4.7.0, requiring dropped support for obsolete CosmosDBStorage class. (#2165)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-09-10 15:18:57 -05:00
tracyboehrer b3e74361f3
Fixed ExpectReplies response (#2166)
* Fixed ExpectReplies response

* Fix formatting

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-09-10 15:11:09 -05:00
Adam Johnson e493609b83
Remove urllib3 version pin (#2144)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-09-10 14:38:23 -05:00
Nikita-Gz 1e5102b2e4
Fixed type hint in turn_context.py (#2147)
Previous type hint implied that send_activity will always return ResourceResponse, meanwhile it can also return None

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-09-10 14:38:03 -05:00
gandiddi 31dd5693bc
Bump aiohttp (#2164) 2024-09-09 10:30:44 -05:00
dependabot[bot] 693acf0f18
Bump the pip group across 3 directories with 1 update (#2163)
Bumps the pip group with 1 update in the /libraries/botbuilder-core directory: [cryptography](https://github.com/pyca/cryptography).
Bumps the pip group with 1 update in the /libraries/botbuilder-dialogs directory: [cryptography](https://github.com/pyca/cryptography).
Bumps the pip group with 1 update in the /libraries/botframework-connector directory: [cryptography](https://github.com/pyca/cryptography).


Updates `cryptography` from 42.0.4 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1)

Updates `cryptography` from 42.0.4 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1)

Updates `cryptography` from 42.0.4 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 11:37:51 -05:00
gandiddi bb1561e8a1
Fixing python313 deprecation warnings (#2159)
* Fixing DeprecationWarnings in Python 3.13.0rc1

* Fix black issues

* Fixing pylint issue
2024-09-04 10:33:50 -05:00
dependabot[bot] f3d50f8c6c
Bump aiohttp (#2157)
Bumps the pip group with 1 update in the /libraries/botbuilder-integration-aiohttp directory: [aiohttp](https://github.com/aio-libs/aiohttp).


Updates `aiohttp` from 3.10.2 to 3.10.5
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.2...v3.10.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 09:20:49 -05:00
gandiddi b80253582c
aiohttp 3.10.2 (#2158)
* aiohttp 3.10.2

* Fixing pylint errors

---------

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-09-03 22:39:58 +05:30
dependabot[bot] 734b6d1e98
Bump the pip group across 2 directories with 1 update (#2152)
Bumps the pip group with 1 update in the /libraries/botbuilder-adapters-slack directory: [aiohttp](https://github.com/aio-libs/aiohttp).
Bumps the pip group with 1 update in the /libraries/botbuilder-integration-aiohttp directory: [aiohttp](https://github.com/aio-libs/aiohttp).


Updates `aiohttp` from 3.9.5 to 3.10.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2)

Updates `aiohttp` from 3.9.5 to 3.10.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 13:52:55 -05:00
gandiddi 51e3cdabbc
Bump PyYAML 6.0 to 6.0.1 (#2151) 2024-08-07 08:57:20 -05:00
gandiddi 1099ffdfba
port: Fix first activity from bot to user has fake replyToId value (#2145)
* Fix first activity from bot to user has fake replyToId value

* Removed duplicate activity_id
2024-08-05 10:16:20 -05:00
gandiddi 9a70940b58
Adding directlinespeech & test channels in channels.py (#2143)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-07-24 11:27:13 -05:00
gandiddi a2cccb32d1
Add conversation id header in skill requests (#2141) 2024-07-23 10:20:10 -05:00
gandiddi b8dd2052fd
Port: [Teams] Add support for meeting participants added/removed events (#2137)
* [Teams] Add support for meeting participants added/removed events

* test case issue and code format fix

* code format fix for microsoft_app_credentials.py

* removing unnecessary else
2024-07-17 23:15:19 +05:30
Linda cea5ccc784
Raise PermissionError if access_token not available on auth_token object (#2138) 2024-07-16 15:23:22 -05:00
tracyboehrer a7fd4399fd
Fix for ConfigurationServiceClientCredentialFactory to allow auth disabled scenario (#2135)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-07-08 12:48:26 -05:00
tracyboehrer acfa77583e
Added CertificateServiceClientCredentialsFactory (#2132)
* Added CertificateServiceClientCredentialsFactory

* Added Gov and Private cloud support to CertificateServiceClientCredentialsFactory

* Corrected _CertificatePrivateCloudAppCredentials

* Fixed _CertificatePrivateCloudAppCredentials creation

* Added CertificateServiceClientCredentialsFactoryTests

* CertificateServiceClientCredentialsFactoryTests formatting

* Corrected CertificateAppCredentials scopes

* CertificateAppCredentials formatting

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-07-02 15:12:25 -05:00
gandiddi d7b20cbbf5
Remove colon (':') from keywords such as "Parameters" and "Remarks" in comments (#2130)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-07-01 07:03:45 -05:00
tracyboehrer c20b27b4f7
Bump SDK version (#2131)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-07-01 06:07:01 -05:00
tracyboehrer 579888d91a
UserAssigned MSI support (#2129)
* Added ManagedIdentity

* Missing ConfigurationServiceClientCredentialFactory awaits

* ManagedIdentityAppCredentials needs ManagedIdentity dict

* Added missing PermissionError descriptions

* Black reformatting in botbuilder-core

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-07-01 05:53:36 -05:00
tracyboehrer d7cd937410
aiohttp 3.9.5 (#2127)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-06-21 09:34:42 -05:00
tracyboehrer fc9451423c
Bump azure-storage-queue (#2126)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-06-21 09:03:06 -05:00
tracyboehrer 03f9d10ddf
Removed invalid exchange_token check (#2121)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-06-21 07:39:01 -05:00
harvey-k 01449b5a9f
fix populating token issuers (#2117)
#2116

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-05-31 13:23:35 -05:00
tracyboehrer bc3b6f4125
Parity in CloudAdapterBase.update_activity to use correct activity id (#2120)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-05-30 09:44:27 -05:00
tracyboehrer b33dc49e1c
Bump aiohttp in SDK pacakges (#2115)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-05-28 11:45:36 -05:00
tracyboehrer 3521ce3a93
fix: Corrections for errors in Skill Dialogs (#2110)
* Corrections for errors in Skill Dialogs

* black formatting

* black formatting (PS. VS Code Black Formatter does not do exactly same thing as pipeline)

* Test correction for Skill Dialog fix

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-05-23 13:01:40 -05:00
dependabot[bot] 84fc24c0cb
--- (#2108)
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 09:51:15 -05:00
tracyboehrer 74ec755d5e
Added CosmosDB warning: Use CosmosDbPartitionedStorage instead. (#2104)
* Added CosmosDB warning

* CosmosDBStorage black

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-04-30 15:47:21 -05:00
dependabot[bot] 10e4332b10
Bump the pip group across 2 directories with 1 update (#2100)
Bumps the pip group with 1 update in the /libraries/botbuilder-adapters-slack directory: [aiohttp](https://github.com/aio-libs/aiohttp).
Bumps the pip group with 1 update in the /libraries/botbuilder-integration-aiohttp directory: [aiohttp](https://github.com/aio-libs/aiohttp).


Updates `aiohttp` from 3.9.4 to 3.9.5
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.4...v3.9.5)

Updates `aiohttp` from 3.9.4 to 3.9.5
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.4...v3.9.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 15:09:47 -05:00
dependabot[bot] 8edb0d0273
Bump aiohttp in /libraries/botbuilder-integration-aiohttp (#2098)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-04-19 08:21:26 -05:00
dependabot[bot] bdf4fb658a
Bump aiohttp from 3.9.3 to 3.9.4 in /libraries/botbuilder-adapters-slack (#2097)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 08:20:33 -05:00
tracyboehrer 14753f6209
Bumped next version to 4.16.0 (#2096)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-04-17 13:57:00 -05:00
tracyboehrer 48ba78e15e
OAuthScope parity with JS and DotNet (#2093)
* OAuthScope parity with JS and DotNet

* black formatting

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-04-17 09:49:32 -05:00
Alex Acebo 9b6f0e69a3
Update _models_py3.py (#2092)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-04-01 16:43:49 -05:00
Alex Acebo 45fd8a43a8 Revert "add properties to ChannelAccount model"
This reverts commit 24025b5ee2.
2024-04-01 14:00:52 -07:00
Alex Acebo 24025b5ee2 add properties to ChannelAccount model 2024-04-01 14:00:43 -07:00
tracyboehrer afbecb6d7f
Corrected Gov LoginUrl prefix (#2091)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-03-26 13:51:34 -05:00
tracyboehrer 5fee356c98
Removed unused tests (#2087)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-03-12 09:41:34 -05:00