Azure / Azure/azure-sdk-for-python
AiProjectClient: Python Unexpected type error when I copy and paste the official example
- Lingua principale
- Python
- Stelle
- 5.6k
- Fork
- 3.4k
- Merge medio
- 2g 2h
- PR unite (30g)
- 213
Descrizione
- **Package Name**: azure.ai.projects
- **Package Version**: 1.0.0
- **Operating System**: Darwin 25.0.0
- **Python Version**: 3.11.14
**Describe the bug**
Hello,
if I copy and paste the example AiProjectClient example from https://learn.microsoft.com/en-us/python/api/overview/azure/ai-projects-readme?view=azure-python-preview#getting-started into my IntelliJ IDEA the code works fine, but I get a **python type error**. We usually do not allow type errors within our build pipeline.
```
Unexpected type(s):
(Any, DefaultAzureCredential)
Possible type(s):
(str, TokenCredential)
(str, TokenCredential)
```
**To Reproduce**
Steps to reproduce the behavior:
1. Copy and paste the code from the example
2. IDEA warns about the wrong type
**Expected behavior**
AiProjectClient constructor accepts `DefaultAzureCredential` type.
**Screenshots**
**Additional context**
The problem was already mentioned within [#DefaultAzur](https://github.com/azure/azure-sdk-for-python/issues/41505) where [MiaMeyerMakes](https://github.com/MiaMeyerMakes)
[on Jun 17](https://github.com/Azure/azure-sdk-for-python/issues/41505#issuecomment-2980012562) mentioned that the type error still exists. But the issue was closed without solving the type error.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia con l’esempio ufficiale di introduzione del README di azure.ai.projects e con le informazioni sul tipo del costruttore di AiProjectClient. Riproduci l’avviso in IntelliJ IDEA usando DefaultAzureCredential, confrontalo con il tipo TokenCredential accettato dal costruttore e conferma che l’esempio non produce più un errore di tipo.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- azure, python
- Ambito
- api
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 38/100