Conflicting latest azure-cosmos with latest azure-cli
Open
act-platform-engineering-squad
feature-request
Packaging
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
The conflict is caused by:
my_package 0.1 depends on azure-cosmos==4.2.0
azure-cli 2.23.0 depends on azure-cosmos>=3.0.2 and ~=3.0
I am getting this error while install the packages for my wheel package. If i remove the azure-cli version, it throws me an error saying
module 'time' has no attribute 'clock'
{from azure.comos.core -> _session.py, Line no. 46 -> if st.st_mtime + max_age < time.clock():}
And If I remove the version of azure-cli and azure-cosmos both, then it takes the azure-cosmos version as 3.1.1 which will not work in my case.
Can anyone help me with something?
Contributor guide
Assessment
This issue has not been assessed yet.