Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
svrooij closed an issue on microsoft/kiota
Long filenames causing issues on Windows
### What are you generating using Kiota, clients or plugins? API Client/SDK ### In what context or format are you using Kiota? Nuget tool ### Client library/SDK language Python ### Describe t...svrooij created a comment on an issue on microsoft/kiota
I have no personal gain with this issue, I refuse to install python on Windows 😬 Those reasons are perfect to not do anything about this, just wanted to get this issue on the radar and maybe close...
svrooij pushed 3 commits to add-python-3.13-support svrooij/msgraph-sdk-python-core
- chore(deps-dev): bump the kiota group with 3 updates Bumps the kiota group with 3 updates: [microsoft-kiota-abstract... 597da5e
- Merge pull request #805 from microsoftgraph/dependabot/pip/kiota-f1df65e547 chore(deps-dev): bump the kiota group wi... fa01625
- Merge branch 'microsoftgraph:main' into add-python-3.13-support 4098684
svrooij created a review comment on a pull request on microsoftgraph/msgraph-sdk-python-core
That might be so, but the test framework does not import it from collections.abc so the tests would fail on 3.13 (which is why I also tried updating pytest, but that didn't work out). Apart from t...
svrooij opened an issue on microsoft/kiota
Long filenames causing issues on Windows
### What are you generating using Kiota, clients or plugins? API Client/SDK ### In what context or format are you using Kiota? Nuget tool ### Client library/SDK language Python ### Describe t...svrooij created a comment on an issue on microsoftgraph/msgraph-sdk-python-core
In the Graph SDK all properties are marked as `Optional[type]` which have `None` as value of unset. To me seeing all those fields with a None value is exactly what I would expect if I don't select...
svrooij created a comment on an issue on microsoftgraph/msgraph-sdk-python-core
Last time I saw this issue I had to initialize MSAL with the isCaeEnabled parameter. So I think you might be able to fix this yourself
svrooij pushed 1 commit to dependency-downgrade svrooij/kiota-python
- deps: Typo in dependency 66158f5
svrooij created a branch on svrooij/kiota-python
dependency-downgrade - Abstractions library for Kiota generated Python clients
svrooij pushed 1 commit to add-python-3.13-support svrooij/msgraph-sdk-python-core
- fix: Python 3.13 changes to typing e8a72cf
svrooij pushed 1 commit to add-python-3.13-support svrooij/msgraph-sdk-python-core
- fix(ci): Publish pipeline to 3.13 3aaf800
svrooij created a comment on an issue on microsoft/kiota-python
According to the [version history of urllib3](https://pypi.org/project/urllib3/#history) version `1.26.20` is actually newer then version `2.2.2` which is a current requirement. Because there were...
svrooij pushed 1 commit to add-python-3.13-support svrooij/msgraph-sdk-python-core
- chore: Copilot added something it shouldn't had 24cd6fa
svrooij pushed 1 commit to add-python-3.13-support svrooij/msgraph-sdk-python-core
- Update `pyproject.toml` to support Python 3.13 and set higher package requirements * Add Python 3.13 to the `require... 41a7b22
svrooij opened a pull request on microsoftgraph/msgraph-sdk-python-core
Add support for Python 3.13
Fixes #704 Add support for Python 3.13 and update dependencies. * **pyproject.toml** - Add Python 3.13 to the `requires-python` field. - Add Python 3.13 to the `classifiers` field. - Set hi...svrooij pushed 1 commit to add-python-3.13-support svrooij/msgraph-sdk-python-core
- Add support for Python 3.13 Fixes #704 Add support for Python 3.13 and update dependencies. * **pyproject.toml** ... 2f60bfd
svrooij created a branch on svrooij/msgraph-sdk-python-core
add-python-3.13-support - Microsoft Graph client library for Python
svrooij created a comment on an issue on python-pendulum/pendulum
Are you still depending upon pendulum (the python library that requires rust to install), here is the PR how I removed the dependency upon it for Kiota. It was quite easy since most functionality ...
svrooij created a comment on an issue on microsoftgraph/msgraph-sdk-python
There maybe is a surprise coming, Kiota no longer needs pendulum. Maybe we see python 3.13 support in January.
svrooij created a comment on an issue on microsoftgraph/msgraph-sdk-python-core
@kamikaze the latest version of Kiota python no longer depends upon pendulum, so a solution is in sight.
svrooij created a comment on a pull request on microsoft/kiota-python
You forgot https://github.com/microsoft/kiota-python/blob/e9840dfd9acf75292e5c1cff3277a026a9a49140/.github/workflows/build.yml#L80
svrooij opened a pull request on microsoft/kiota-python
docs: DevContainer added and explained
## Overview Trying to make life easier for new contributors to this project by adding a dev container and additional docs Fixed Provide DevContainer with tests configured #453 ## Related ...svrooij created a branch on svrooij/kiota-python
docs/devcontainer - Abstractions library for Kiota generated Python clients
svrooij pushed 7 commits to main svrooij/kiota-python
- fix: bumps pendulum to a stable version Signed-off-by: Vincent Biret <[email protected]> 75b302f
- Merge pull request #449 from microsoft/chore/pendulum-stable fix: bumps pendulum to a stable version dbda749
- chore: release main 09ddc19
- Merge pull request #451 from microsoft/release-please--branches--main chore: release main 8d4fbe1
- feat: remove pendulum from dependencies to prepare for 3.13 support * Remove pendulum dependency Fixes #448 Re... 8a66dc4
- chore: release main 7aae3ca
- Merge pull request #454 from microsoft/release-please--branches--main chore: release main e9840df