@@ -22,15 +22,15 @@ dependencies = [
2222 " pyarrow-hotfix>=0.4,<1 ; python_version >= '3.10' and python_version < '4.0'" ,
2323 " geoarrow-types>=0.2,<1 ; python_version >= '3.10' and python_version < '4.0'" ,
2424 " pythran>=0.17.0 ; sys_platform == 'darwin'" ,
25- " atpublic>=5.1 " ,
25+ " atpublic>=3.0 " ,
2626 " parsy>=2" ,
2727 " python-dateutil>=2.8.2" ,
2828 " pytz>=2022.7" ,
2929 " sqlglot==25.20.2" ,
3030 " toolz>=0.11" ,
3131 " typing-extensions>=4.3.0" ,
3232 " pyyaml>=6.0.2" ,
33- " cloudpickle>=3.1.1 " ,
33+ " cloudpickle>=3.0 " ,
3434 " envyaml>=1.10.211231" ,
3535 " xorq-datafusion==0.2.4" ,
3636 " opentelemetry-sdk>=1.32.1" ,
@@ -41,6 +41,7 @@ dependencies = [
4141 " strenum>=0.4.15 ; python_version <= '3.10'" ,
4242 " uv>=0.7.20" ,
4343 " rich>=13.9.4" ,
44+ " feast" ,
4445]
4546requires-python = " >=3.10"
4647authors = [
@@ -302,6 +303,8 @@ sort_commits = "oldest"
302303xorq-hash-cache = { git = " https://github.com/xorq-labs/xorq-hash-cache" , branch = " main" }
303304xorq-weather-lib = { git = " https://github.com/xorq-labs/xorq-weather-lib" , branch = " main" }
304305xorq-feature-utils = { git = " https://github.com/xorq-labs/xorq-feature-utils" , branch = " main" }
306+ feast = { git = " https://github.com/xorq-labs/feast" , branch = " chore/deps/loosen-pyarrow" }
305307
306308[tool .hatch .metadata ]
307309allow-direct-references = true
310+ feast = { git = " https://github.com/xorq-labs/feast" , branch = " chore/deps/loosen-pyarrow" }
0 commit comments