# Registrator requiring compatibility of packages without versions

**URL:** https://discourse.julialang.org/t/registrator-requiring-compatibility-of-packages-without-versions/105446
**Category:** Package Management
**Created:** [October 26, 2023, 3:58pm UTC](https://discourse.julialang.org/t/registrator-requiring-compatibility-of-packages-without-versions/105446 "2023-10-26T15:58:42Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ignacio\_Loaiza](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ignacio_loaiza/32/50039_2.png) [@Ignacio\_Loaiza](https://discourse.julialang.org/u/Ignacio_Loaiza)
#### Post date: [October 26, 2023, 3:58pm UTC](https://discourse.julialang.org/t/registrator-requiring-compatibility-of-packages-without-versions/105446/1 "2023-10-26T15:58:42Z")

</div>

Hi everyone!

I am trying to update a package that I have in the registry. However, the Registrator is giving me an issue with some packages not having dependencies in my `Project.toml` file. I am getting the following error message from AutoMerge:

```julia
The following dependencies do not have a [compat] entry that is upper-bounded and only includes a finite number of breaking releases: Distributed, LinearAlgebra, SharedArrays, SparseArrays

```

This had never been an issue for the previous versions of my package… Using `Pkg.status()` these packages do not have any version associated to them, so I do not know how to include them in the `[compat]` section of my `Project.toml` file. I could try to get the code seen and approved by a human, but I thought there should be ways of fixing this so that it works on AutoMerge.

Thanks so much for your help!

---

<div class="post-metadata">

### Author: ![GunnarFarneback](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gunnarfarneback/32/1827_2.png) [@GunnarFarneback](https://discourse.julialang.org/u/GunnarFarneback)
#### Post date: [October 26, 2023, 4:57pm UTC](https://discourse.julialang.org/t/registrator-requiring-compatibility-of-packages-without-versions/105446/2 "2023-10-26T16:57:04Z")

</div>

See [PSA: Compat requirements in the General registry are changing](https://discourse.julialang.org/t/psa-compat-requirements-in-the-general-registry-are-changing/104958).
