Mikhail Sveshnikov

Results 120 comments of Mikhail Sveshnikov

From the API the intended usage is to call `import_object` explicitly

We are getting dangerously close to computation graphs :)

Not sure how UNC/network path should look like. Your fix should do the trick, but there is also a case when you dont specify ref at all. Eg `c:/path:ref@path` should...

You don't run tests on windows, right?

Hi @bjb19 ! Those files are used only for development and testing respectively. If you want to change evidently requirements you would do so in `setup.py` file. But you'll find...

Unfortunately this doesn't work. `gcsfs` should not be a required dependency for evidently since evidently can work without it fine and we do not want to force all of our...

Yes, what you call installation profiles is called extras. So you can run `pip install evidently[fsspec]` and `fsspec[full]` will be added to dependency list (you can see it in `setup.py`...

Hey @joshcx! Thanks for bug report! Please check the branch above, it should fix it

Pydantic v2 is almost full re-write, so there are many incompatible stuff. We put this restriction before it's release in case something breaks. I will investigate if we can loosen...

I just tried updating to v2 and its definitely will not be a walk in the park :(